diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/GeoLine.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/GeoLine.java index ef58346ea..9c5f892ba 100644 --- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/GeoLine.java +++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/GeoLine.java @@ -17,10 +17,6 @@ * under the License. */ -//---------------------------------------------------- -// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. -//---------------------------------------------------- - package co.elastic.clients.elasticsearch._types; import co.elastic.clients.json.JsonpDeserializable; @@ -41,6 +37,21 @@ import java.util.function.Function; import javax.annotation.Nullable; +//---------------------------------------------------------------- +// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. +//---------------------------------------------------------------- +// +// This code is generated from the Elasticsearch API specification +// at https://github.com/elastic/elasticsearch-specification +// +// Manual updates to this file will be lost when the code is +// re-generated. +// +// If you find a property that is missing or wrongly typed, please +// open an issue or a PR on the API specification repository. +// +//---------------------------------------------------------------- + // typedef: _types.GeoLine /** diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/GeoLocation.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/GeoLocation.java index 1022ff213..5b59638a3 100644 --- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/GeoLocation.java +++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/GeoLocation.java @@ -17,10 +17,6 @@ * under the License. */ -//---------------------------------------------------- -// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. -//---------------------------------------------------- - package co.elastic.clients.elasticsearch._types; import co.elastic.clients.json.JsonpDeserializable; @@ -44,6 +40,21 @@ import java.util.function.Function; import javax.annotation.Nullable; +//---------------------------------------------------------------- +// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. +//---------------------------------------------------------------- +// +// This code is generated from the Elasticsearch API specification +// at https://github.com/elastic/elasticsearch-specification +// +// Manual updates to this file will be lost when the code is +// re-generated. +// +// If you find a property that is missing or wrongly typed, please +// open an issue or a PR on the API specification repository. +// +//---------------------------------------------------------------- + // typedef: _types.GeoLocation /** diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/GeoLocationBuilders.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/GeoLocationBuilders.java index fad7f71e1..2a6abee76 100644 --- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/GeoLocationBuilders.java +++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/GeoLocationBuilders.java @@ -17,16 +17,27 @@ * under the License. */ -//---------------------------------------------------- -// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. -//---------------------------------------------------- - package co.elastic.clients.elasticsearch._types; import co.elastic.clients.util.ObjectBuilder; import java.lang.Double; import java.util.function.Function; +//---------------------------------------------------------------- +// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST. +//---------------------------------------------------------------- +// +// This code is generated from the Elasticsearch API specification +// at https://github.com/elastic/elasticsearch-specification +// +// Manual updates to this file will be lost when the code is +// re-generated. +// +// If you find a property that is missing or wrongly typed, please +// open an issue or a PR on the API specification repository. +// +//---------------------------------------------------------------- + /** * Builders for {@link GeoLocation} variants. *
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/GeoShapeRelation.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/GeoShapeRelation.java
index c779ac81b..4e43da4a9 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/GeoShapeRelation.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/GeoShapeRelation.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see API
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/GetStats.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/GetStats.java
index 80d027dfb..81bda0c82 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/GetStats.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/GetStats.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.GetStats
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/HealthStatus.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/HealthStatus.java
index aaa804eab..60b09e818 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/HealthStatus.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/HealthStatus.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see API
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/IBDistribution.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/IBDistribution.java
index 728e1831d..e8c0f5283 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/IBDistribution.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/IBDistribution.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see API
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/IBLambda.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/IBLambda.java
index 321f0be62..1ed99e56e 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/IBLambda.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/IBLambda.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see API
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/IndexingStats.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/IndexingStats.java
index 8cdc4f3a7..34caf2b2c 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/IndexingStats.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/IndexingStats.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types;
import co.elastic.clients.json.JsonpDeserializable;
@@ -43,6 +39,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.IndexingStats
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/IndicesOptions.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/IndicesOptions.java
index 13857ec39..1bb5d1a6b 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/IndicesOptions.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/IndicesOptions.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.IndicesOptions
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/IndicesResponseBase.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/IndicesResponseBase.java
index de3ccc81d..3ab0d7365 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/IndicesResponseBase.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/IndicesResponseBase.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types;
import co.elastic.clients.json.JsonpDeserializable;
@@ -35,6 +31,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.IndicesResponseBase
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/InlineGet.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/InlineGet.java
index dedba1ba1..429f25552 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/InlineGet.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/InlineGet.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types;
import co.elastic.clients.json.JsonData;
@@ -47,6 +43,21 @@
import java.util.function.Supplier;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.InlineGet
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/InlineScript.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/InlineScript.java
index a468589e4..a5218423b 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/InlineScript.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/InlineScript.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types;
import co.elastic.clients.json.JsonpDeserializable;
@@ -37,6 +33,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.InlineScript
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/KnnQuery.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/KnnQuery.java
index da8fbe0cf..84167e32e 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/KnnQuery.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/KnnQuery.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types;
import co.elastic.clients.elasticsearch._types.query_dsl.Query;
@@ -43,6 +39,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.KnnQuery
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/LatLonGeoLocation.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/LatLonGeoLocation.java
index f18133b26..a291a5622 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/LatLonGeoLocation.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/LatLonGeoLocation.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.LatLonGeoLocation
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/Level.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/Level.java
index 7df2a50a2..13e151ccf 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/Level.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/Level.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see API specification
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/LifecycleOperationMode.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/LifecycleOperationMode.java
index a6d635323..9e5b343fd 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/LifecycleOperationMode.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/LifecycleOperationMode.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see API
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/MergesStats.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/MergesStats.java
index c16f6b86d..cf5079ceb 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/MergesStats.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/MergesStats.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.MergesStats
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/NestedSortValue.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/NestedSortValue.java
index d76658461..32c09c21a 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/NestedSortValue.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/NestedSortValue.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types;
import co.elastic.clients.elasticsearch._types.query_dsl.Query;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.NestedSortValue
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/NodeAttributes.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/NodeAttributes.java
index 513e1579e..9eb15c026 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/NodeAttributes.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/NodeAttributes.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types;
import co.elastic.clients.json.JsonpDeserializable;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.NodeAttributes
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/NodeRole.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/NodeRole.java
index b3db7c17d..d63a1135e 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/NodeRole.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/NodeRole.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see API
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/NodeShard.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/NodeShard.java
index 6afc01f53..0c4b4df9c 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/NodeShard.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/NodeShard.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types;
import co.elastic.clients.elasticsearch.cluster.allocation_explain.UnassignedInformation;
@@ -44,6 +40,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.NodeShard
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/NodeStatistics.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/NodeStatistics.java
index 81ddd2a58..aed78d552 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/NodeStatistics.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/NodeStatistics.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.NodeStatistics
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/Normalization.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/Normalization.java
index fbcd9a982..9531b9b02 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/Normalization.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/Normalization.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see API
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/OpType.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/OpType.java
index 5d56f5e2a..563769454 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/OpType.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/OpType.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see API specification
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/PluginStats.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/PluginStats.java
index 486ec84b7..827e03719 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/PluginStats.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/PluginStats.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types;
import co.elastic.clients.json.JsonpDeserializable;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.PluginStats
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/QueryCacheStats.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/QueryCacheStats.java
index d7bcb2357..8f4a3238e 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/QueryCacheStats.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/QueryCacheStats.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types;
import co.elastic.clients.json.JsonpDeserializable;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.QueryCacheStats
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/QueryVectorBuilder.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/QueryVectorBuilder.java
index bb8be5122..808b04c57 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/QueryVectorBuilder.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/QueryVectorBuilder.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types;
import co.elastic.clients.json.JsonEnum;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.QueryVectorBuilder
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/QueryVectorBuilderBuilders.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/QueryVectorBuilderBuilders.java
index 79ef8372e..521debc0c 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/QueryVectorBuilderBuilders.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/QueryVectorBuilderBuilders.java
@@ -17,15 +17,26 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types;
import co.elastic.clients.util.ObjectBuilder;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Builders for {@link QueryVectorBuilder} variants.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/QueryVectorBuilderVariant.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/QueryVectorBuilderVariant.java
index b56403be9..ac17ab51e 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/QueryVectorBuilderVariant.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/QueryVectorBuilderVariant.java
@@ -17,12 +17,23 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Base interface for {@link QueryVectorBuilder} variants.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/Rank.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/Rank.java
index 43d26d43e..b1dbca7c3 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/Rank.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/Rank.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types;
import co.elastic.clients.json.JsonEnum;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.RankContainer
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/RankBase.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/RankBase.java
index 89e7bc8f8..53880c72a 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/RankBase.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/RankBase.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types;
import co.elastic.clients.json.JsonpDeserializable;
@@ -32,6 +28,21 @@
import jakarta.json.stream.JsonGenerator;
import java.util.Objects;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.RankBase
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/RankBuilders.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/RankBuilders.java
index 1ec42a03c..6e2200c4b 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/RankBuilders.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/RankBuilders.java
@@ -17,15 +17,26 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types;
import co.elastic.clients.util.ObjectBuilder;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Builders for {@link Rank} variants.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/RankVariant.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/RankVariant.java
index 9c3fcd31b..296815a42 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/RankVariant.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/RankVariant.java
@@ -17,12 +17,23 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Base interface for {@link Rank} variants.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/RecoveryStats.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/RecoveryStats.java
index abab93ac2..f3c999603 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/RecoveryStats.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/RecoveryStats.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.RecoveryStats
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/Refresh.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/Refresh.java
index 99dccc0fc..3543cfa5e 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/Refresh.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/Refresh.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types;
import co.elastic.clients.json.JsonEnum;
@@ -29,6 +25,21 @@
import co.elastic.clients.json.JsonpMapper;
import jakarta.json.stream.JsonGenerator;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see API
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/RefreshStats.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/RefreshStats.java
index 42f66791e..7b5542a76 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/RefreshStats.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/RefreshStats.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.RefreshStats
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/RelocationFailureInfo.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/RelocationFailureInfo.java
index d26c3b22c..b511abe07 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/RelocationFailureInfo.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/RelocationFailureInfo.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.RelocationFailureInfo
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/RequestBase.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/RequestBase.java
index c1469bfd2..81ae1f3f7 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/RequestBase.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/RequestBase.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.Map;
import java.util.Objects;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.RequestBase
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/RequestCacheStats.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/RequestCacheStats.java
index d46f8a739..b264c0523 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/RequestCacheStats.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/RequestCacheStats.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.RequestCacheStats
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/Result.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/Result.java
index 9cdfc3c0b..04a2b6c32 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/Result.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/Result.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see API specification
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/Retries.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/Retries.java
index c0c711b40..d81d2dc77 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/Retries.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/Retries.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.Retries
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/RrfRank.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/RrfRank.java
index 01bfbfb6b..bd0153929 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/RrfRank.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/RrfRank.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types;
import co.elastic.clients.json.JsonpDeserializable;
@@ -37,6 +33,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.RrfRank
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/ScoreSort.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/ScoreSort.java
index 4e1853727..d5f8567b9 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/ScoreSort.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/ScoreSort.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types;
import co.elastic.clients.json.JsonpDeserializable;
@@ -37,6 +33,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.ScoreSort
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/Script.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/Script.java
index 1f2130c06..2a48a2ea6 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/Script.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/Script.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types;
import co.elastic.clients.json.JsonpDeserializable;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.Script
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/ScriptBase.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/ScriptBase.java
index ec217ce6b..e72dc07a3 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/ScriptBase.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/ScriptBase.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types;
import co.elastic.clients.json.JsonData;
@@ -40,6 +36,21 @@
import java.util.Objects;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.ScriptBase
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/ScriptBuilders.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/ScriptBuilders.java
index 90a5b1286..00bb95e6e 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/ScriptBuilders.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/ScriptBuilders.java
@@ -17,15 +17,26 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types;
import co.elastic.clients.util.ObjectBuilder;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Builders for {@link Script} variants.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/ScriptField.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/ScriptField.java
index 6fbb7c2a7..5473d38b1 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/ScriptField.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/ScriptField.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.ScriptField
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/ScriptLanguage.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/ScriptLanguage.java
index a8252dafa..3f98cd4dc 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/ScriptLanguage.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/ScriptLanguage.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see API
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/ScriptSort.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/ScriptSort.java
index 1f0e990e8..a83149ef2 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/ScriptSort.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/ScriptSort.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.ScriptSort
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/ScriptSortType.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/ScriptSortType.java
index 09996bdc4..99780e810 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/ScriptSortType.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/ScriptSortType.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see API
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/ScriptTransform.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/ScriptTransform.java
index 739e1126a..ac7373554 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/ScriptTransform.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/ScriptTransform.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types;
import co.elastic.clients.json.JsonData;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.ScriptTransform
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/SearchStats.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/SearchStats.java
index 112017902..f648a20e5 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/SearchStats.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/SearchStats.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types;
import co.elastic.clients.json.JsonpDeserializable;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.SearchStats
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/SearchTransform.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/SearchTransform.java
index 81a60952e..0e357d847 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/SearchTransform.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/SearchTransform.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types;
import co.elastic.clients.elasticsearch.watcher.SearchInputRequestDefinition;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.SearchTransform
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/SearchType.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/SearchType.java
index 0cb2db29e..071091064 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/SearchType.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/SearchType.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see API
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/SegmentsStats.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/SegmentsStats.java
index 20be23811..cd6af3ada 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/SegmentsStats.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/SegmentsStats.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types;
import co.elastic.clients.elasticsearch.indices.stats.ShardFileSizeInfo;
@@ -43,6 +39,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.SegmentsStats
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/ShardFailure.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/ShardFailure.java
index 3543d2965..a021940fd 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/ShardFailure.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/ShardFailure.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.ShardFailure
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/ShardStatistics.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/ShardStatistics.java
index f7edf4971..41eb3c418 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/ShardStatistics.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/ShardStatistics.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.ShardStatistics
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/ShardsOperationResponseBase.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/ShardsOperationResponseBase.java
index 85d3647d4..a2064e050 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/ShardsOperationResponseBase.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/ShardsOperationResponseBase.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.ShardsOperationResponseBase
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/SlicedScroll.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/SlicedScroll.java
index 704f9b75b..3bc77e302 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/SlicedScroll.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/SlicedScroll.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.SlicedScroll
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/Slices.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/Slices.java
index e56355c30..d50266a07 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/Slices.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/Slices.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types;
import co.elastic.clients.json.JsonpDeserializable;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.Slices
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/SlicesBuilders.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/SlicesBuilders.java
index acfc50b48..c91027e04 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/SlicesBuilders.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/SlicesBuilders.java
@@ -17,15 +17,26 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types;
import co.elastic.clients.util.ObjectBuilder;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Builders for {@link Slices} variants.
*
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/SlicesCalculation.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/SlicesCalculation.java
index 70b42b0a8..ac2e5c270 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/SlicesCalculation.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/SlicesCalculation.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see API
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/SortMode.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/SortMode.java
index c9b03c4b4..3152cf3e3 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/SortMode.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/SortMode.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see API
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/SortOptions.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/SortOptions.java
index d1f8467f0..a1f6724f2 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/SortOptions.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/SortOptions.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types;
import co.elastic.clients.json.JsonEnum;
@@ -43,6 +39,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.SortOptions
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/SortOptionsBuilders.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/SortOptionsBuilders.java
index facd47a2c..70bdbda8a 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/SortOptionsBuilders.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/SortOptionsBuilders.java
@@ -17,15 +17,26 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types;
import co.elastic.clients.util.ObjectBuilder;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Builders for {@link SortOptions} variants.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/SortOptionsVariant.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/SortOptionsVariant.java
index 5ca5fcda5..367f576f7 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/SortOptionsVariant.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/SortOptionsVariant.java
@@ -17,12 +17,23 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Base interface for {@link SortOptions} variants.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/SortOrder.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/SortOrder.java
index b88600b35..857ddc57d 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/SortOrder.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/SortOrder.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see API
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/StoreStats.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/StoreStats.java
index 305b4323e..080b49416 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/StoreStats.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/StoreStats.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.StoreStats
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/StoredScript.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/StoredScript.java
index 2d6c3d88b..e4bb2de82 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/StoredScript.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/StoredScript.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.StoredScript
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/StoredScriptId.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/StoredScriptId.java
index 7332d826e..6b9573148 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/StoredScriptId.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/StoredScriptId.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types;
import co.elastic.clients.json.JsonpDeserializable;
@@ -36,6 +32,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.StoredScriptId
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/SuggestMode.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/SuggestMode.java
index 4aa95324e..8ff3106a0 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/SuggestMode.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/SuggestMode.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see API
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/TaskFailure.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/TaskFailure.java
index 3eb4e9f44..e3f117f97 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/TaskFailure.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/TaskFailure.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.TaskFailure
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/TextEmbedding.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/TextEmbedding.java
index 949a1641d..35a269181 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/TextEmbedding.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/TextEmbedding.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.TextEmbedding
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/ThreadType.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/ThreadType.java
index c8a43ac42..8bebef17c 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/ThreadType.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/ThreadType.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see API
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/Time.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/Time.java
index ae97518e2..e4bcef500 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/Time.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/Time.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types;
import co.elastic.clients.json.JsonpDeserializable;
@@ -43,6 +39,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.Duration
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/TimeBuilders.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/TimeBuilders.java
index 651971913..29448e249 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/TimeBuilders.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/TimeBuilders.java
@@ -17,15 +17,26 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types;
import co.elastic.clients.util.ObjectBuilder;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Builders for {@link Time} variants.
*
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/TimeUnit.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/TimeUnit.java
index 51fa1772b..6050083e4 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/TimeUnit.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/TimeUnit.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see API
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/TopLeftBottomRightGeoBounds.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/TopLeftBottomRightGeoBounds.java
index 1dad66a0f..ebbd8e63b 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/TopLeftBottomRightGeoBounds.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/TopLeftBottomRightGeoBounds.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.TopLeftBottomRightGeoBounds
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/TopRightBottomLeftGeoBounds.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/TopRightBottomLeftGeoBounds.java
index 4ccb6019e..60c2463c2 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/TopRightBottomLeftGeoBounds.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/TopRightBottomLeftGeoBounds.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.TopRightBottomLeftGeoBounds
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/Transform.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/Transform.java
index 8bd4b2b0b..630ce96f9 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/Transform.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/Transform.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types;
import co.elastic.clients.json.JsonEnum;
@@ -43,6 +39,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.TransformContainer
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/TransformBuilders.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/TransformBuilders.java
index 2f5e51345..6c6e5e09e 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/TransformBuilders.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/TransformBuilders.java
@@ -17,15 +17,26 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types;
import co.elastic.clients.util.ObjectBuilder;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Builders for {@link Transform} variants.
*
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/TransformVariant.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/TransformVariant.java
index 7db5cb5a9..9abdb7125 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/TransformVariant.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/TransformVariant.java
@@ -17,12 +17,23 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Base interface for {@link Transform} variants.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/TranslogStats.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/TranslogStats.java
index 62b564c84..1fd5dc2c1 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/TranslogStats.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/TranslogStats.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types;
import co.elastic.clients.json.JsonpDeserializable;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.TranslogStats
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/VersionType.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/VersionType.java
index c7261fff8..ca05b9a43 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/VersionType.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/VersionType.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see API
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/WaitForActiveShardOptions.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/WaitForActiveShardOptions.java
index ae9c348a8..583027d70 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/WaitForActiveShardOptions.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/WaitForActiveShardOptions.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/WaitForEvents.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/WaitForEvents.java
index d7746577d..4dd0005e0 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/WaitForEvents.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/WaitForEvents.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see API
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/WarmerStats.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/WarmerStats.java
index 365758ab7..ce4c9fcb0 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/WarmerStats.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/WarmerStats.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.WarmerStats
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/WktGeoBounds.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/WktGeoBounds.java
index e837cc92c..7992ed706 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/WktGeoBounds.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/WktGeoBounds.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.WktGeoBounds
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/WriteResponseBase.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/WriteResponseBase.java
index dfc77148f..c179f9dc1 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/WriteResponseBase.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/WriteResponseBase.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types;
import co.elastic.clients.json.JsonpDeserializable;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.WriteResponseBase
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/AdjacencyMatrixAggregate.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/AdjacencyMatrixAggregate.java
index 8f781f990..75c73a4e0 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/AdjacencyMatrixAggregate.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/AdjacencyMatrixAggregate.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.json.JsonpDeserializable;
@@ -32,6 +28,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.AdjacencyMatrixAggregate
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/AdjacencyMatrixAggregation.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/AdjacencyMatrixAggregation.java
index 3eaa567a1..fc0f53c8e 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/AdjacencyMatrixAggregation.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/AdjacencyMatrixAggregation.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.elasticsearch._types.query_dsl.Query;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.AdjacencyMatrixAggregation
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/AdjacencyMatrixBucket.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/AdjacencyMatrixBucket.java
index 5ca8afa51..0a95047d5 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/AdjacencyMatrixBucket.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/AdjacencyMatrixBucket.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.json.JsonpDeserializable;
@@ -36,6 +32,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.AdjacencyMatrixBucket
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/Aggregate.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/Aggregate.java
index 4da91d505..f2bf9ae81 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/Aggregate.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/Aggregate.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.json.ExternallyTaggedUnion;
@@ -45,6 +41,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.Aggregate
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/AggregateBase.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/AggregateBase.java
index e45a2d326..19f88a630 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/AggregateBase.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/AggregateBase.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.json.JsonData;
@@ -40,6 +36,21 @@
import java.util.Objects;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.AggregateBase
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/AggregateBuilders.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/AggregateBuilders.java
index 58cec4c99..a0aa76d87 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/AggregateBuilders.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/AggregateBuilders.java
@@ -17,15 +17,26 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.util.ObjectBuilder;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Builders for {@link Aggregate} variants.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/AggregateVariant.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/AggregateVariant.java
index c3dcd54ba..d9bcbac23 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/AggregateVariant.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/AggregateVariant.java
@@ -17,12 +17,23 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Base interface for {@link Aggregate} variants.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/Aggregation.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/Aggregation.java
index e96d32a20..7a52d03b1 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/Aggregation.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/Aggregation.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.elasticsearch._types.query_dsl.Query;
@@ -46,6 +42,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.AggregationContainer
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/AggregationBase.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/AggregationBase.java
index 2db11117e..5320a33e0 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/AggregationBase.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/AggregationBase.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.json.JsonData;
@@ -40,6 +36,21 @@
import java.util.Objects;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.Aggregation
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/AggregationBuilders.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/AggregationBuilders.java
index 4e0fd80b8..f35032bf6 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/AggregationBuilders.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/AggregationBuilders.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.elasticsearch._types.query_dsl.Query;
import co.elastic.clients.util.ObjectBuilder;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Builders for {@link Aggregation} variants.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/AggregationRange.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/AggregationRange.java
index 6a0c88104..d7826ed49 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/AggregationRange.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/AggregationRange.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.AggregationRange
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/AggregationVariant.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/AggregationVariant.java
index 6ea6f22f9..a412e8dd0 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/AggregationVariant.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/AggregationVariant.java
@@ -17,12 +17,23 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Base interface for {@link Aggregation} variants.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/ArrayPercentilesItem.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/ArrayPercentilesItem.java
index 35352e11a..e8f1106b3 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/ArrayPercentilesItem.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/ArrayPercentilesItem.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.ArrayPercentilesItem
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/AutoDateHistogramAggregate.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/AutoDateHistogramAggregate.java
index e2935db16..3d9e1bf02 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/AutoDateHistogramAggregate.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/AutoDateHistogramAggregate.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.elasticsearch._types.Time;
@@ -36,6 +32,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.AutoDateHistogramAggregate
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/AutoDateHistogramAggregation.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/AutoDateHistogramAggregation.java
index a7acfd64f..0c35472c1 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/AutoDateHistogramAggregation.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/AutoDateHistogramAggregation.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.elasticsearch._types.Script;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.AutoDateHistogramAggregation
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/AverageAggregation.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/AverageAggregation.java
index c43ac5cd4..4c122cb80 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/AverageAggregation.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/AverageAggregation.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.json.JsonpDeserializable;
@@ -32,6 +28,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.AverageAggregation
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/AverageBucketAggregation.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/AverageBucketAggregation.java
index b506beff4..f03ecb6ac 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/AverageBucketAggregation.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/AverageBucketAggregation.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.json.JsonpDeserializable;
@@ -32,6 +28,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.AverageBucketAggregation
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/AvgAggregate.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/AvgAggregate.java
index 255057c51..90c2b9470 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/AvgAggregate.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/AvgAggregate.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.json.JsonpDeserializable;
@@ -32,6 +28,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.AvgAggregate
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/BoxPlotAggregate.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/BoxPlotAggregate.java
index 2f5d5524e..d4959d043 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/BoxPlotAggregate.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/BoxPlotAggregate.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.json.JsonpDeserializable;
@@ -37,6 +33,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.BoxPlotAggregate
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/BoxplotAggregation.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/BoxplotAggregation.java
index 9ffa2ab3f..06573f746 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/BoxplotAggregation.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/BoxplotAggregation.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.json.JsonpDeserializable;
@@ -35,6 +31,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.BoxplotAggregation
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/BucketAggregationBase.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/BucketAggregationBase.java
index f75350c05..46043eda6 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/BucketAggregationBase.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/BucketAggregationBase.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.json.JsonpDeserializable;
@@ -32,6 +28,21 @@
import jakarta.json.stream.JsonGenerator;
import java.util.Objects;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.BucketAggregationBase
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/BucketCorrelationAggregation.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/BucketCorrelationAggregation.java
index 568c72b43..656e63e80 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/BucketCorrelationAggregation.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/BucketCorrelationAggregation.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.json.JsonpDeserializable;
@@ -35,6 +31,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.BucketCorrelationAggregation
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/BucketCorrelationFunction.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/BucketCorrelationFunction.java
index aa2449928..63914d982 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/BucketCorrelationFunction.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/BucketCorrelationFunction.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.BucketCorrelationFunction
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/BucketCorrelationFunctionCountCorrelation.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/BucketCorrelationFunctionCountCorrelation.java
index 757110ccb..e01217af7 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/BucketCorrelationFunctionCountCorrelation.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/BucketCorrelationFunctionCountCorrelation.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.BucketCorrelationFunctionCountCorrelation
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/BucketCorrelationFunctionCountCorrelationIndicator.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/BucketCorrelationFunctionCountCorrelationIndicator.java
index 87ce14dcf..72e632784 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/BucketCorrelationFunctionCountCorrelationIndicator.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/BucketCorrelationFunctionCountCorrelationIndicator.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.json.JsonpDeserializable;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.BucketCorrelationFunctionCountCorrelationIndicator
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/BucketKsAggregation.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/BucketKsAggregation.java
index 2eaff70a6..5b2d3d29d 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/BucketKsAggregation.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/BucketKsAggregation.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.BucketKsAggregation
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/BucketMetricValueAggregate.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/BucketMetricValueAggregate.java
index 693afda75..c2c855f38 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/BucketMetricValueAggregate.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/BucketMetricValueAggregate.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.json.JsonpDeserializable;
@@ -37,6 +33,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.BucketMetricValueAggregate
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/BucketPathAggregation.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/BucketPathAggregation.java
index ceb42b140..db624a98d 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/BucketPathAggregation.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/BucketPathAggregation.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.json.JsonpDeserializable;
@@ -35,6 +31,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.BucketPathAggregation
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/BucketScriptAggregation.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/BucketScriptAggregation.java
index 1781f11a8..82ece1fa0 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/BucketScriptAggregation.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/BucketScriptAggregation.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.elasticsearch._types.Script;
@@ -35,6 +31,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.BucketScriptAggregation
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/BucketSelectorAggregation.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/BucketSelectorAggregation.java
index 642f07424..9b2896be1 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/BucketSelectorAggregation.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/BucketSelectorAggregation.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.elasticsearch._types.Script;
@@ -35,6 +31,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.BucketSelectorAggregation
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/BucketSortAggregation.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/BucketSortAggregation.java
index b24043943..7e39b692a 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/BucketSortAggregation.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/BucketSortAggregation.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.elasticsearch._types.SortOptions;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.BucketSortAggregation
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/Buckets.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/Buckets.java
index 04d76ab30..9d28c6db9 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/Buckets.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/Buckets.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.json.JsonpDeserializable;
@@ -45,6 +41,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.Buckets
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/BucketsBuilders.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/BucketsBuilders.java
index 59a4456af..4d2c16455 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/BucketsBuilders.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/BucketsBuilders.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.util.ObjectBuilder;
import java.lang.String;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Builders for {@link Buckets} variants.
*
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/BucketsPath.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/BucketsPath.java
index 4185ad060..a55d5bd11 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/BucketsPath.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/BucketsPath.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.json.JsonpDeserializable;
@@ -44,6 +40,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.BucketsPath
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/BucketsPathBuilders.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/BucketsPathBuilders.java
index 5d4b7d360..5ae0da8e4 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/BucketsPathBuilders.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/BucketsPathBuilders.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.util.ObjectBuilder;
import java.lang.String;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Builders for {@link BucketsPath} variants.
*
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/CalendarInterval.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/CalendarInterval.java
index d5806df82..199d6ccd5 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/CalendarInterval.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/CalendarInterval.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/ChiSquareHeuristic.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/ChiSquareHeuristic.java
index 2b56755b5..74b1635bf 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/ChiSquareHeuristic.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/ChiSquareHeuristic.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.ChiSquareHeuristic
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/ChildrenAggregate.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/ChildrenAggregate.java
index ade01b678..14d18b02b 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/ChildrenAggregate.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/ChildrenAggregate.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.json.JsonpDeserializable;
@@ -32,6 +28,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.ChildrenAggregate
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/ChildrenAggregation.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/ChildrenAggregation.java
index bdbeb3b20..9c7fd0152 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/ChildrenAggregation.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/ChildrenAggregation.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.json.JsonpDeserializable;
@@ -35,6 +31,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.ChildrenAggregation
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/CompositeAggregate.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/CompositeAggregate.java
index a4186c33c..c7bff08d6 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/CompositeAggregate.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/CompositeAggregate.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.elasticsearch._types.FieldValue;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.CompositeAggregate
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/CompositeAggregation.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/CompositeAggregation.java
index 7643281a6..6d37f9eb8 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/CompositeAggregation.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/CompositeAggregation.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.elasticsearch._types.FieldValue;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.CompositeAggregation
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/CompositeAggregationBase.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/CompositeAggregationBase.java
index f18ac814d..5600a528f 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/CompositeAggregationBase.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/CompositeAggregationBase.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.elasticsearch._types.Script;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.CompositeAggregationBase
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/CompositeAggregationSource.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/CompositeAggregationSource.java
index 6916d1718..f3e7dc6c1 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/CompositeAggregationSource.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/CompositeAggregationSource.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.json.JsonpDeserializable;
@@ -37,6 +33,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.CompositeAggregationSource
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/CompositeBucket.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/CompositeBucket.java
index d0a4af090..3b3ff8fea 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/CompositeBucket.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/CompositeBucket.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.elasticsearch._types.FieldValue;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.CompositeBucket
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/CompositeDateHistogramAggregation.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/CompositeDateHistogramAggregation.java
index 9baf2bb00..cae91fc5b 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/CompositeDateHistogramAggregation.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/CompositeDateHistogramAggregation.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.elasticsearch._types.Time;
@@ -36,6 +32,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.CompositeDateHistogramAggregation
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/CompositeGeoTileGridAggregation.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/CompositeGeoTileGridAggregation.java
index 53ded69f6..42f507e59 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/CompositeGeoTileGridAggregation.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/CompositeGeoTileGridAggregation.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.elasticsearch._types.GeoBounds;
@@ -36,6 +32,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.CompositeGeoTileGridAggregation
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/CompositeHistogramAggregation.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/CompositeHistogramAggregation.java
index 8fb5ca271..676a502c8 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/CompositeHistogramAggregation.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/CompositeHistogramAggregation.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.json.JsonpDeserializable;
@@ -35,6 +31,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.CompositeHistogramAggregation
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/CompositeTermsAggregation.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/CompositeTermsAggregation.java
index af5130627..d198f7636 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/CompositeTermsAggregation.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/CompositeTermsAggregation.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.json.JsonpDeserializable;
@@ -32,6 +28,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.CompositeTermsAggregation
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/CumulativeCardinalityAggregate.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/CumulativeCardinalityAggregate.java
index 86704d3b9..49009d1e4 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/CumulativeCardinalityAggregate.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/CumulativeCardinalityAggregate.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.json.JsonpDeserializable;
@@ -37,6 +33,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.CumulativeCardinalityAggregate
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/CumulativeCardinalityAggregation.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/CumulativeCardinalityAggregation.java
index 1666b2ff5..3bbfa9360 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/CumulativeCardinalityAggregation.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/CumulativeCardinalityAggregation.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.json.JsonpDeserializable;
@@ -32,6 +28,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.CumulativeCardinalityAggregation
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/CumulativeSumAggregation.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/CumulativeSumAggregation.java
index 189eeee1b..9dada9a72 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/CumulativeSumAggregation.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/CumulativeSumAggregation.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.json.JsonpDeserializable;
@@ -32,6 +28,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.CumulativeSumAggregation
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/CustomCategorizeTextAnalyzer.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/CustomCategorizeTextAnalyzer.java
index ffa0d9aed..d8f4ef9eb 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/CustomCategorizeTextAnalyzer.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/CustomCategorizeTextAnalyzer.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.CustomCategorizeTextAnalyzer
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/DateHistogramAggregate.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/DateHistogramAggregate.java
index 435ab9362..8a6401a0c 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/DateHistogramAggregate.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/DateHistogramAggregate.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.json.JsonpDeserializable;
@@ -32,6 +28,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.DateHistogramAggregate
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/DateHistogramAggregation.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/DateHistogramAggregation.java
index d45361554..dcc79c260 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/DateHistogramAggregation.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/DateHistogramAggregation.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.elasticsearch._types.Script;
@@ -48,6 +44,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.DateHistogramAggregation
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/DateHistogramBucket.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/DateHistogramBucket.java
index f5db7fb49..eb925d7c4 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/DateHistogramBucket.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/DateHistogramBucket.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.json.JsonpDeserializable;
@@ -37,6 +33,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.DateHistogramBucket
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/DateRangeAggregate.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/DateRangeAggregate.java
index 1a41558fc..539c1e932 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/DateRangeAggregate.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/DateRangeAggregate.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.json.JsonpDeserializable;
@@ -32,6 +28,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.DateRangeAggregate
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/DateRangeAggregation.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/DateRangeAggregation.java
index e0a47460a..3eeeee615 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/DateRangeAggregation.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/DateRangeAggregation.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.elasticsearch._types.FieldValue;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.DateRangeAggregation
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/DateRangeExpression.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/DateRangeExpression.java
index af40b3541..f6e6a8235 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/DateRangeExpression.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/DateRangeExpression.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.DateRangeExpression
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/DerivativeAggregate.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/DerivativeAggregate.java
index 065619569..168f4dff5 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/DerivativeAggregate.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/DerivativeAggregate.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.json.JsonpDeserializable;
@@ -36,6 +32,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.DerivativeAggregate
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/DerivativeAggregation.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/DerivativeAggregation.java
index d3fcb5d7b..fa5ff0a1d 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/DerivativeAggregation.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/DerivativeAggregation.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.json.JsonpDeserializable;
@@ -32,6 +28,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.DerivativeAggregation
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/DiversifiedSamplerAggregation.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/DiversifiedSamplerAggregation.java
index 4ac3262dc..21d3957e5 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/DiversifiedSamplerAggregation.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/DiversifiedSamplerAggregation.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.elasticsearch._types.Script;
@@ -37,6 +33,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.DiversifiedSamplerAggregation
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/DoubleTermsAggregate.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/DoubleTermsAggregate.java
index 39d1aa757..ad5ed709e 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/DoubleTermsAggregate.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/DoubleTermsAggregate.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.json.JsonpDeserializable;
@@ -32,6 +28,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.DoubleTermsAggregate
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/DoubleTermsBucket.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/DoubleTermsBucket.java
index 0a96a5e43..7e343bf7c 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/DoubleTermsBucket.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/DoubleTermsBucket.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.json.JsonpDeserializable;
@@ -37,6 +33,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.DoubleTermsBucket
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/EwmaModelSettings.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/EwmaModelSettings.java
index 108da3649..b8be5e5da 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/EwmaModelSettings.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/EwmaModelSettings.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.EwmaModelSettings
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/EwmaMovingAverageAggregation.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/EwmaMovingAverageAggregation.java
index ff32272ee..5350f8f8f 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/EwmaMovingAverageAggregation.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/EwmaMovingAverageAggregation.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.json.JsonpDeserializable;
@@ -35,6 +31,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.EwmaMovingAverageAggregation
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/ExtendedBounds.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/ExtendedBounds.java
index cb1739631..d008aacd8 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/ExtendedBounds.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/ExtendedBounds.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.json.JsonpDeserializable;
@@ -41,6 +37,21 @@
import java.util.function.Supplier;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.ExtendedBounds
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/ExtendedStatsAggregate.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/ExtendedStatsAggregate.java
index a0e22135e..bf0f89543 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/ExtendedStatsAggregate.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/ExtendedStatsAggregate.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.ExtendedStatsAggregate
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/ExtendedStatsAggregation.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/ExtendedStatsAggregation.java
index 4bcdd0bea..a3e957afb 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/ExtendedStatsAggregation.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/ExtendedStatsAggregation.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.json.JsonpDeserializable;
@@ -35,6 +31,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.ExtendedStatsAggregation
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/ExtendedStatsBucketAggregate.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/ExtendedStatsBucketAggregate.java
index 6020c33d0..9e2f75ece 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/ExtendedStatsBucketAggregate.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/ExtendedStatsBucketAggregate.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.json.JsonpDeserializable;
@@ -32,6 +28,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.ExtendedStatsBucketAggregate
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/ExtendedStatsBucketAggregation.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/ExtendedStatsBucketAggregation.java
index 3a6a15ec4..6257c90af 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/ExtendedStatsBucketAggregation.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/ExtendedStatsBucketAggregation.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.json.JsonpDeserializable;
@@ -35,6 +31,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.ExtendedStatsBucketAggregation
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/FieldDateMath.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/FieldDateMath.java
index 897859ac2..b1b6f2bde 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/FieldDateMath.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/FieldDateMath.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.json.JsonpDeserializable;
@@ -43,6 +39,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.FieldDateMath
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/FieldDateMathBuilders.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/FieldDateMathBuilders.java
index 48ed39dd7..d7b8c2fdc 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/FieldDateMathBuilders.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/FieldDateMathBuilders.java
@@ -17,15 +17,26 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.util.ObjectBuilder;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Builders for {@link FieldDateMath} variants.
*
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/FilterAggregate.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/FilterAggregate.java
index bec520510..9b8e65a29 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/FilterAggregate.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/FilterAggregate.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.json.JsonpDeserializable;
@@ -32,6 +28,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.FilterAggregate
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/FiltersAggregate.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/FiltersAggregate.java
index 5a51c2c6c..b5cd960c1 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/FiltersAggregate.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/FiltersAggregate.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.json.JsonpDeserializable;
@@ -32,6 +28,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.FiltersAggregate
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/FiltersAggregation.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/FiltersAggregation.java
index cc55fda88..72b0cd4a3 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/FiltersAggregation.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/FiltersAggregation.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.elasticsearch._types.query_dsl.Query;
@@ -37,6 +33,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.FiltersAggregation
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/FiltersBucket.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/FiltersBucket.java
index b3133248b..7d4d92e89 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/FiltersBucket.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/FiltersBucket.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.json.JsonpDeserializable;
@@ -32,6 +28,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.FiltersBucket
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/FormatMetricAggregationBase.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/FormatMetricAggregationBase.java
index fe10f7f95..0f330e398 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/FormatMetricAggregationBase.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/FormatMetricAggregationBase.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.json.JsonpDeserializable;
@@ -35,6 +31,21 @@
import java.util.Objects;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.FormatMetricAggregationBase
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/FormattableMetricAggregation.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/FormattableMetricAggregation.java
index a26217e69..72c4b6aae 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/FormattableMetricAggregation.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/FormattableMetricAggregation.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.json.JsonpDeserializable;
@@ -35,6 +31,21 @@
import java.util.Objects;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.FormattableMetricAggregation
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/FrequentItemSetsAggregate.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/FrequentItemSetsAggregate.java
index 511baf251..2d72276ee 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/FrequentItemSetsAggregate.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/FrequentItemSetsAggregate.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.json.JsonpDeserializable;
@@ -32,6 +28,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.FrequentItemSetsAggregate
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/FrequentItemSetsAggregation.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/FrequentItemSetsAggregation.java
index e9d9e2d1f..d44302a5f 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/FrequentItemSetsAggregation.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/FrequentItemSetsAggregation.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.elasticsearch._types.query_dsl.Query;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.FrequentItemSetsAggregation
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/FrequentItemSetsBucket.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/FrequentItemSetsBucket.java
index 2bb435b06..ce1e1fd85 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/FrequentItemSetsBucket.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/FrequentItemSetsBucket.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.FrequentItemSetsBucket
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/FrequentItemSetsField.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/FrequentItemSetsField.java
index 3439f164f..c443113a3 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/FrequentItemSetsField.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/FrequentItemSetsField.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.FrequentItemSetsField
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/GapPolicy.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/GapPolicy.java
index 419a42026..4bf935738 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/GapPolicy.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/GapPolicy.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/PipelineAggregationBase.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/PipelineAggregationBase.java
index ba0bd3d20..41c37f834 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/PipelineAggregationBase.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/PipelineAggregationBase.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.json.JsonpDeserializable;
@@ -35,6 +31,21 @@
import java.util.Objects;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.PipelineAggregationBase
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/RangeAggregate.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/RangeAggregate.java
index 72de34efd..72ee7748c 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/RangeAggregate.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/RangeAggregate.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.json.JsonpDeserializable;
@@ -33,6 +29,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.RangeAggregate
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/RangeAggregation.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/RangeAggregation.java
index b1f2a8a59..ae98f4715 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/RangeAggregation.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/RangeAggregation.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.elasticsearch._types.Script;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.RangeAggregation
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/RangeBucket.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/RangeBucket.java
index 67accb316..36d36113b 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/RangeBucket.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/RangeBucket.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.json.JsonpDeserializable;
@@ -36,6 +32,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.RangeBucket
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/RareTermsAggregation.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/RareTermsAggregation.java
index dd2f7f4ea..6aa5dea0b 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/RareTermsAggregation.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/RareTermsAggregation.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.elasticsearch._types.FieldValue;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.RareTermsAggregation
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/RateAggregate.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/RateAggregate.java
index 760a7eed2..bae249f9b 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/RateAggregate.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/RateAggregate.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.json.JsonpDeserializable;
@@ -37,6 +33,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.RateAggregate
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/RateAggregation.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/RateAggregation.java
index 7746a7aeb..45c0d609d 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/RateAggregation.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/RateAggregation.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.json.JsonpDeserializable;
@@ -34,6 +30,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.RateAggregation
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/RateMode.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/RateMode.java
index 56950e404..1254f1634 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/RateMode.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/RateMode.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see API
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/ReverseNestedAggregate.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/ReverseNestedAggregate.java
index 6a38449cf..6df35fae6 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/ReverseNestedAggregate.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/ReverseNestedAggregate.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.json.JsonpDeserializable;
@@ -32,6 +28,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.ReverseNestedAggregate
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/ReverseNestedAggregation.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/ReverseNestedAggregation.java
index 06fda3ce2..30399376d 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/ReverseNestedAggregation.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/ReverseNestedAggregation.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.json.JsonpDeserializable;
@@ -35,6 +31,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.ReverseNestedAggregation
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/SamplerAggregate.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/SamplerAggregate.java
index 9af3a9754..d8af6f596 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/SamplerAggregate.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/SamplerAggregate.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.json.JsonpDeserializable;
@@ -32,6 +28,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.SamplerAggregate
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/SamplerAggregation.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/SamplerAggregation.java
index 790c34827..f93a9b838 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/SamplerAggregation.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/SamplerAggregation.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.json.JsonpDeserializable;
@@ -35,6 +31,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.SamplerAggregation
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/SamplerAggregationExecutionHint.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/SamplerAggregationExecutionHint.java
index 86937b045..ff947a03b 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/SamplerAggregationExecutionHint.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/SamplerAggregationExecutionHint.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/TermsInclude.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/TermsInclude.java
index b9f13febc..fac69560f 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/TermsInclude.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/TermsInclude.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.json.JsonpDeserializable;
@@ -43,6 +39,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.TermsInclude
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/TermsIncludeBuilders.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/TermsIncludeBuilders.java
index e034dc70c..613875b04 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/TermsIncludeBuilders.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/TermsIncludeBuilders.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.util.ObjectBuilder;
import java.lang.String;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Builders for {@link TermsInclude} variants.
*
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/TermsPartition.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/TermsPartition.java
index e691a3207..15929d139 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/TermsPartition.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/TermsPartition.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.TermsPartition
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/TestPopulation.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/TestPopulation.java
index 34a1991f3..3fb4ceefc 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/TestPopulation.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/TestPopulation.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.elasticsearch._types.Script;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.TestPopulation
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/TopHitsAggregate.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/TopHitsAggregate.java
index aff4809ed..0a86676b3 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/TopHitsAggregate.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/TopHitsAggregate.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.elasticsearch.core.search.HitsMetadata;
@@ -37,6 +33,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.TopHitsAggregate
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/TopHitsAggregation.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/TopHitsAggregation.java
index 40a7e457d..f07d1ae5d 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/TopHitsAggregation.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/TopHitsAggregation.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.elasticsearch._types.ScriptField;
@@ -44,6 +40,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.TopHitsAggregation
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/TopMetrics.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/TopMetrics.java
index daa20e982..ee4ab8858 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/TopMetrics.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/TopMetrics.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.elasticsearch._types.FieldValue;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.TopMetrics
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/TopMetricsAggregate.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/TopMetricsAggregate.java
index 37ce0bfdc..4c76b8958 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/TopMetricsAggregate.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/TopMetricsAggregate.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.json.JsonpDeserializable;
@@ -36,6 +32,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.TopMetricsAggregate
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/TopMetricsAggregation.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/TopMetricsAggregation.java
index 138eb84c5..e83c3c05c 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/TopMetricsAggregation.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/TopMetricsAggregation.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.elasticsearch._types.SortOptions;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.TopMetricsAggregation
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/TopMetricsValue.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/TopMetricsValue.java
index a63e963cd..31ab70f10 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/TopMetricsValue.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/TopMetricsValue.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.TopMetricsValue
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/UnmappedRareTermsAggregate.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/UnmappedRareTermsAggregate.java
index 282f18ffd..221f09193 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/UnmappedRareTermsAggregate.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/UnmappedRareTermsAggregate.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.json.JsonpDeserializable;
@@ -33,6 +29,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.UnmappedRareTermsAggregate
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/UnmappedSamplerAggregate.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/UnmappedSamplerAggregate.java
index deab7ff26..4ab95e382 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/UnmappedSamplerAggregate.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/UnmappedSamplerAggregate.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.json.JsonpDeserializable;
@@ -32,6 +28,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.UnmappedSamplerAggregate
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/UnmappedSignificantTermsAggregate.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/UnmappedSignificantTermsAggregate.java
index 538054895..6bded6bc0 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/UnmappedSignificantTermsAggregate.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/UnmappedSignificantTermsAggregate.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.json.JsonpDeserializable;
@@ -33,6 +29,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.UnmappedSignificantTermsAggregate
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/UnmappedTermsAggregate.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/UnmappedTermsAggregate.java
index 411826800..005f3ebec 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/UnmappedTermsAggregate.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/UnmappedTermsAggregate.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.json.JsonpDeserializable;
@@ -33,6 +29,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.UnmappedTermsAggregate
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/ValueCountAggregate.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/ValueCountAggregate.java
index fe3c035fb..dfc389349 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/ValueCountAggregate.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/ValueCountAggregate.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.json.JsonpDeserializable;
@@ -32,6 +28,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.ValueCountAggregate
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/ValueCountAggregation.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/ValueCountAggregation.java
index cc2e1b79a..dc95726b5 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/ValueCountAggregation.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/ValueCountAggregation.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.json.JsonpDeserializable;
@@ -32,6 +28,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.aggregations.ValueCountAggregation
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/ValueType.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/ValueType.java
index 6d762e60c..97ade1815 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/ValueType.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/ValueType.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.aggregations;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/CharFilterDefinition.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/CharFilterDefinition.java
index e2d49ab99..0a07e43bd 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/CharFilterDefinition.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/CharFilterDefinition.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.analysis;
import co.elastic.clients.json.JsonData;
@@ -43,6 +39,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.analysis.CharFilterDefinition
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/CharFilterDefinitionBuilders.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/CharFilterDefinitionBuilders.java
index 8cd7b7963..97d9bc821 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/CharFilterDefinitionBuilders.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/CharFilterDefinitionBuilders.java
@@ -17,15 +17,26 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.analysis;
import co.elastic.clients.util.ObjectBuilder;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Builders for {@link CharFilterDefinition} variants.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/CharFilterDefinitionVariant.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/CharFilterDefinitionVariant.java
index 319d77bfb..4935ffc2b 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/CharFilterDefinitionVariant.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/CharFilterDefinitionVariant.java
@@ -17,14 +17,25 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.analysis;
import co.elastic.clients.json.JsonpSerializable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Base interface for {@link CharFilterDefinition} variants.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/CharGroupTokenizer.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/CharGroupTokenizer.java
index b10684ffc..0c44bd1ea 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/CharGroupTokenizer.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/CharGroupTokenizer.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.analysis;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.analysis.CharGroupTokenizer
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/CommonGramsTokenFilter.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/CommonGramsTokenFilter.java
index eb32dfa35..059445d40 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/CommonGramsTokenFilter.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/CommonGramsTokenFilter.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.analysis;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.analysis.CommonGramsTokenFilter
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/CompoundWordTokenFilterBase.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/CompoundWordTokenFilterBase.java
index e6e73bfd5..68cf0afe3 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/CompoundWordTokenFilterBase.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/CompoundWordTokenFilterBase.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.analysis;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.Objects;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.analysis.CompoundWordTokenFilterBase
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/ConditionTokenFilter.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/ConditionTokenFilter.java
index 1bded00de..725eaeaa1 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/ConditionTokenFilter.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/ConditionTokenFilter.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.analysis;
import co.elastic.clients.elasticsearch._types.Script;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.analysis.ConditionTokenFilter
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/CustomAnalyzer.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/CustomAnalyzer.java
index 4df704c2b..c92cfdf6c 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/CustomAnalyzer.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/CustomAnalyzer.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.analysis;
import co.elastic.clients.json.JsonpDeserializable;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.analysis.CustomAnalyzer
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/CustomNormalizer.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/CustomNormalizer.java
index 4f9588168..ba2b6c4fc 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/CustomNormalizer.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/CustomNormalizer.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.analysis;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.analysis.CustomNormalizer
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/DelimitedPayloadEncoding.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/DelimitedPayloadEncoding.java
index 869115c31..dd8d7b596 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/DelimitedPayloadEncoding.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/DelimitedPayloadEncoding.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.analysis;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see API
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/LanguageAnalyzer.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/LanguageAnalyzer.java
index 148e53414..af4a4aced 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/LanguageAnalyzer.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/LanguageAnalyzer.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.analysis;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.analysis.LanguageAnalyzer
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/LengthTokenFilter.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/LengthTokenFilter.java
index 0d6f69e13..8b4f51409 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/LengthTokenFilter.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/LengthTokenFilter.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.analysis;
import co.elastic.clients.json.JsonpDeserializable;
@@ -35,6 +31,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.analysis.LengthTokenFilter
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/LetterTokenizer.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/LetterTokenizer.java
index fc4ee32f2..6169a79d6 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/LetterTokenizer.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/LetterTokenizer.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.analysis;
import co.elastic.clients.json.JsonpDeserializable;
@@ -33,6 +29,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.analysis.LetterTokenizer
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/LimitTokenCountTokenFilter.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/LimitTokenCountTokenFilter.java
index e035c944d..eb0e0468e 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/LimitTokenCountTokenFilter.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/LimitTokenCountTokenFilter.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.analysis;
import co.elastic.clients.json.JsonpDeserializable;
@@ -36,6 +32,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.analysis.LimitTokenCountTokenFilter
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/LowercaseNormalizer.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/LowercaseNormalizer.java
index 5720801a6..fa1128603 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/LowercaseNormalizer.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/LowercaseNormalizer.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.analysis;
import co.elastic.clients.json.JsonpDeserializable;
@@ -36,6 +32,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.analysis.LowercaseNormalizer
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/LowercaseTokenFilter.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/LowercaseTokenFilter.java
index 139725bd0..c77f9797c 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/LowercaseTokenFilter.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/LowercaseTokenFilter.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.analysis;
import co.elastic.clients.json.JsonpDeserializable;
@@ -35,6 +31,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.analysis.LowercaseTokenFilter
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/LowercaseTokenizer.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/LowercaseTokenizer.java
index 9e62554b8..cd0560506 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/LowercaseTokenizer.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/LowercaseTokenizer.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.analysis;
import co.elastic.clients.json.JsonpDeserializable;
@@ -33,6 +29,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.analysis.LowercaseTokenizer
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/MappingCharFilter.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/MappingCharFilter.java
index ea69ce323..8b622f27a 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/MappingCharFilter.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/MappingCharFilter.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.analysis;
import co.elastic.clients.json.JsonpDeserializable;
@@ -37,6 +33,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.analysis.MappingCharFilter
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/MultiplexerTokenFilter.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/MultiplexerTokenFilter.java
index 8a221a22d..3cb4fbc0c 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/MultiplexerTokenFilter.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/MultiplexerTokenFilter.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.analysis;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.analysis.MultiplexerTokenFilter
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/NGramTokenFilter.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/NGramTokenFilter.java
index a499fd734..57809563b 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/NGramTokenFilter.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/NGramTokenFilter.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.analysis;
import co.elastic.clients.json.JsonpDeserializable;
@@ -36,6 +32,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.analysis.NGramTokenFilter
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/NGramTokenizer.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/NGramTokenizer.java
index 77061085b..d7b874c81 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/NGramTokenizer.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/NGramTokenizer.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.analysis;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.analysis.NGramTokenizer
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/NoriAnalyzer.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/NoriAnalyzer.java
index a0c6b6562..4e4c0f6a8 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/NoriAnalyzer.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/NoriAnalyzer.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.analysis;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.analysis.NoriAnalyzer
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/NoriDecompoundMode.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/NoriDecompoundMode.java
index 69432113a..cd38d998a 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/NoriDecompoundMode.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/NoriDecompoundMode.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.analysis;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see API
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/TokenFilter.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/TokenFilter.java
index ad378e8e6..3f1be7568 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/TokenFilter.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/TokenFilter.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.analysis;
import co.elastic.clients.json.JsonpDeserializable;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.analysis.TokenFilter
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/TokenFilterBase.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/TokenFilterBase.java
index b245883a7..b7e20e60e 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/TokenFilterBase.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/TokenFilterBase.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.analysis;
import co.elastic.clients.json.JsonpDeserializable;
@@ -37,6 +33,21 @@
import java.util.Objects;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.analysis.TokenFilterBase
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/TokenFilterBuilders.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/TokenFilterBuilders.java
index 5dbb700f9..36876a3cd 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/TokenFilterBuilders.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/TokenFilterBuilders.java
@@ -17,15 +17,26 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.analysis;
import co.elastic.clients.util.ObjectBuilder;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Builders for {@link TokenFilter} variants.
*
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/TokenFilterDefinition.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/TokenFilterDefinition.java
index 47f16358a..0c4bfdd57 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/TokenFilterDefinition.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/TokenFilterDefinition.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.analysis;
import co.elastic.clients.json.JsonData;
@@ -43,6 +39,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.analysis.TokenFilterDefinition
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/TokenFilterDefinitionBuilders.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/TokenFilterDefinitionBuilders.java
index 2729b8e69..3219daec5 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/TokenFilterDefinitionBuilders.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/TokenFilterDefinitionBuilders.java
@@ -17,15 +17,26 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.analysis;
import co.elastic.clients.util.ObjectBuilder;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Builders for {@link TokenFilterDefinition} variants.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/TokenFilterDefinitionVariant.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/TokenFilterDefinitionVariant.java
index 300b3d7cd..b52c6c4a2 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/TokenFilterDefinitionVariant.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/TokenFilterDefinitionVariant.java
@@ -17,14 +17,25 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.analysis;
import co.elastic.clients.json.JsonpSerializable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Base interface for {@link TokenFilterDefinition} variants.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/Tokenizer.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/Tokenizer.java
index 551ea6818..028e3e600 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/Tokenizer.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/Tokenizer.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.analysis;
import co.elastic.clients.json.JsonpDeserializable;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.analysis.Tokenizer
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/TokenizerBase.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/TokenizerBase.java
index b4ae6313e..8f5a47d94 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/TokenizerBase.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/TokenizerBase.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.analysis;
import co.elastic.clients.json.JsonpDeserializable;
@@ -37,6 +33,21 @@
import java.util.Objects;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.analysis.TokenizerBase
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/TokenizerBuilders.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/TokenizerBuilders.java
index 5cad6c035..983680fc2 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/TokenizerBuilders.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/TokenizerBuilders.java
@@ -17,15 +17,26 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.analysis;
import co.elastic.clients.util.ObjectBuilder;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Builders for {@link Tokenizer} variants.
*
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/TokenizerDefinition.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/TokenizerDefinition.java
index 270dd798f..6c1c9e4cf 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/TokenizerDefinition.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/TokenizerDefinition.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.analysis;
import co.elastic.clients.json.JsonData;
@@ -43,6 +39,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.analysis.TokenizerDefinition
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/TokenizerDefinitionBuilders.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/TokenizerDefinitionBuilders.java
index 40ea87537..3861c49c6 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/TokenizerDefinitionBuilders.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/TokenizerDefinitionBuilders.java
@@ -17,15 +17,26 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.analysis;
import co.elastic.clients.util.ObjectBuilder;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Builders for {@link TokenizerDefinition} variants.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/TokenizerDefinitionVariant.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/TokenizerDefinitionVariant.java
index d858803dc..57868aa86 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/TokenizerDefinitionVariant.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/TokenizerDefinitionVariant.java
@@ -17,14 +17,25 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.analysis;
import co.elastic.clients.json.JsonpSerializable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Base interface for {@link TokenizerDefinition} variants.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/TrimTokenFilter.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/TrimTokenFilter.java
index 2f473ecb9..71cc22738 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/TrimTokenFilter.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/TrimTokenFilter.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.analysis;
import co.elastic.clients.json.JsonpDeserializable;
@@ -33,6 +29,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.analysis.TrimTokenFilter
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/TruncateTokenFilter.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/TruncateTokenFilter.java
index c297f59f1..e3d783a77 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/TruncateTokenFilter.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/TruncateTokenFilter.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.analysis;
import co.elastic.clients.json.JsonpDeserializable;
@@ -35,6 +31,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.analysis.TruncateTokenFilter
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/UaxEmailUrlTokenizer.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/UaxEmailUrlTokenizer.java
index 7b27a100c..3781e52e7 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/UaxEmailUrlTokenizer.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/UaxEmailUrlTokenizer.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.analysis;
import co.elastic.clients.json.JsonpDeserializable;
@@ -35,6 +31,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.analysis.UaxEmailUrlTokenizer
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/UniqueTokenFilter.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/UniqueTokenFilter.java
index b3ebaf560..95ea4e631 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/UniqueTokenFilter.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/UniqueTokenFilter.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.analysis;
import co.elastic.clients.json.JsonpDeserializable;
@@ -35,6 +31,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.analysis.UniqueTokenFilter
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/UppercaseTokenFilter.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/UppercaseTokenFilter.java
index 397c6e2d9..7e64d0ba7 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/UppercaseTokenFilter.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/UppercaseTokenFilter.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.analysis;
import co.elastic.clients.json.JsonpDeserializable;
@@ -33,6 +29,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.analysis.UppercaseTokenFilter
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/WhitespaceAnalyzer.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/WhitespaceAnalyzer.java
index 6618f2993..4cab1b870 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/WhitespaceAnalyzer.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/WhitespaceAnalyzer.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.analysis;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.analysis.WhitespaceAnalyzer
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/WhitespaceTokenizer.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/WhitespaceTokenizer.java
index 47d91b8d4..997a15eee 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/WhitespaceTokenizer.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/WhitespaceTokenizer.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.analysis;
import co.elastic.clients.json.JsonpDeserializable;
@@ -35,6 +31,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.analysis.WhitespaceTokenizer
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/WordDelimiterGraphTokenFilter.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/WordDelimiterGraphTokenFilter.java
index 895538835..e6b92b46e 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/WordDelimiterGraphTokenFilter.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/WordDelimiterGraphTokenFilter.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.analysis;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.analysis.WordDelimiterGraphTokenFilter
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/WordDelimiterTokenFilter.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/WordDelimiterTokenFilter.java
index 0d6c11a5a..fb98273e5 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/WordDelimiterTokenFilter.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/WordDelimiterTokenFilter.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.analysis;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.analysis.WordDelimiterTokenFilter
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/AggregateMetricDoubleProperty.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/AggregateMetricDoubleProperty.java
index 1e096fd88..6dbbca3a4 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/AggregateMetricDoubleProperty.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/AggregateMetricDoubleProperty.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.mapping;
import co.elastic.clients.json.JsonpDeserializable;
@@ -37,6 +33,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.mapping.AggregateMetricDoubleProperty
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/AllField.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/AllField.java
index 062331a74..66c901f75 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/AllField.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/AllField.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.mapping;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.mapping.AllField
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/BinaryProperty.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/BinaryProperty.java
index 98c37842a..e8f26b4b7 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/BinaryProperty.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/BinaryProperty.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.mapping;
import co.elastic.clients.json.JsonpDeserializable;
@@ -33,6 +29,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.mapping.BinaryProperty
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/BooleanProperty.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/BooleanProperty.java
index 847298073..06967d0e8 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/BooleanProperty.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/BooleanProperty.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.mapping;
import co.elastic.clients.elasticsearch.indices.NumericFielddata;
@@ -37,6 +33,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.mapping.BooleanProperty
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/ByteNumberProperty.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/ByteNumberProperty.java
index 0e68ee36e..107a56fef 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/ByteNumberProperty.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/ByteNumberProperty.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.mapping;
import co.elastic.clients.json.JsonpDeserializable;
@@ -35,6 +31,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.mapping.ByteNumberProperty
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/CompletionProperty.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/CompletionProperty.java
index d2740f681..9519b6f68 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/CompletionProperty.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/CompletionProperty.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.mapping;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.mapping.CompletionProperty
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/ConstantKeywordProperty.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/ConstantKeywordProperty.java
index cb8a3cbaa..10aa443e5 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/ConstantKeywordProperty.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/ConstantKeywordProperty.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.mapping;
import co.elastic.clients.json.JsonData;
@@ -35,6 +31,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.mapping.ConstantKeywordProperty
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/CorePropertyBase.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/CorePropertyBase.java
index c72887473..fef280357 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/CorePropertyBase.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/CorePropertyBase.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.mapping;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.Objects;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.mapping.CorePropertyBase
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/DataStreamTimestamp.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/DataStreamTimestamp.java
index f5663bbaf..05e315db7 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/DataStreamTimestamp.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/DataStreamTimestamp.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.mapping;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.mapping.DataStreamTimestamp
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/DateNanosProperty.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/DateNanosProperty.java
index ebf45d55d..75e8993e4 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/DateNanosProperty.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/DateNanosProperty.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.mapping;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.mapping.DateNanosProperty
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/DateProperty.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/DateProperty.java
index a0aba2e12..200dd9202 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/DateProperty.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/DateProperty.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.mapping;
import co.elastic.clients.elasticsearch.indices.NumericFielddata;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.mapping.DateProperty
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/DateRangeProperty.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/DateRangeProperty.java
index e128a89b5..bafeed5dd 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/DateRangeProperty.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/DateRangeProperty.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.mapping;
import co.elastic.clients.json.JsonpDeserializable;
@@ -35,6 +31,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.mapping.DateRangeProperty
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/DenseVectorIndexOptions.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/DenseVectorIndexOptions.java
index 623af03dd..b25057df5 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/DenseVectorIndexOptions.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/DenseVectorIndexOptions.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.mapping;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.mapping.DenseVectorIndexOptions
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/DenseVectorProperty.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/DenseVectorProperty.java
index 2d2ee7345..13ca8b819 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/DenseVectorProperty.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/DenseVectorProperty.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.mapping;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.mapping.DenseVectorProperty
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/DocValuesPropertyBase.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/DocValuesPropertyBase.java
index abe737d3d..e4951f0c7 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/DocValuesPropertyBase.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/DocValuesPropertyBase.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.mapping;
import co.elastic.clients.json.JsonpDeserializable;
@@ -35,6 +31,21 @@
import java.util.Objects;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.mapping.DocValuesPropertyBase
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/DoubleNumberProperty.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/DoubleNumberProperty.java
index 208e96189..ec3c92e18 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/DoubleNumberProperty.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/DoubleNumberProperty.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.mapping;
import co.elastic.clients.json.JsonpDeserializable;
@@ -35,6 +31,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.mapping.DoubleNumberProperty
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/DoubleRangeProperty.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/DoubleRangeProperty.java
index 0731bcee5..0f6c63040 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/DoubleRangeProperty.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/DoubleRangeProperty.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.mapping;
import co.elastic.clients.json.JsonpDeserializable;
@@ -33,6 +29,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.mapping.DoubleRangeProperty
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/DynamicMapping.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/DynamicMapping.java
index fbbd17d2f..8ad82f3bd 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/DynamicMapping.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/DynamicMapping.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.mapping;
import co.elastic.clients.json.JsonEnum;
@@ -29,6 +25,21 @@
import co.elastic.clients.json.JsonpMapper;
import jakarta.json.stream.JsonGenerator;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see API
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/FlattenedProperty.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/FlattenedProperty.java
index 65c31e308..d3e5d2024 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/FlattenedProperty.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/FlattenedProperty.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.mapping;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.mapping.FlattenedProperty
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/FloatNumberProperty.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/FloatNumberProperty.java
index 8c4fa0a74..5834ff284 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/FloatNumberProperty.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/FloatNumberProperty.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.mapping;
import co.elastic.clients.json.JsonpDeserializable;
@@ -35,6 +31,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.mapping.FloatNumberProperty
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/FloatRangeProperty.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/FloatRangeProperty.java
index 9478c0c76..750247656 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/FloatRangeProperty.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/FloatRangeProperty.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.mapping;
import co.elastic.clients.json.JsonpDeserializable;
@@ -33,6 +29,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.mapping.FloatRangeProperty
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/GeoOrientation.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/GeoOrientation.java
index d9e493141..769276ffc 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/GeoOrientation.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/GeoOrientation.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.mapping;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see API
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/HalfFloatNumberProperty.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/HalfFloatNumberProperty.java
index b3103bc8f..f64684660 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/HalfFloatNumberProperty.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/HalfFloatNumberProperty.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.mapping;
import co.elastic.clients.json.JsonpDeserializable;
@@ -35,6 +31,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.mapping.HalfFloatNumberProperty
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/HistogramProperty.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/HistogramProperty.java
index 7f816c50f..f20c76f04 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/HistogramProperty.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/HistogramProperty.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.mapping;
import co.elastic.clients.json.JsonpDeserializable;
@@ -35,6 +31,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.mapping.HistogramProperty
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/IndexField.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/IndexField.java
index 8d3e59727..3bcae0b83 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/IndexField.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/IndexField.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.mapping;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.mapping.IndexField
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/IndexOptions.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/IndexOptions.java
index 5b1d71fc3..3431165bb 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/IndexOptions.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/IndexOptions.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.mapping;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see API
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/IntegerNumberProperty.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/IntegerNumberProperty.java
index 5906b6629..2d038d824 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/IntegerNumberProperty.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/IntegerNumberProperty.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.mapping;
import co.elastic.clients.json.JsonpDeserializable;
@@ -35,6 +31,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.mapping.IntegerNumberProperty
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/IntegerRangeProperty.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/IntegerRangeProperty.java
index 050481bdf..d98b7b117 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/IntegerRangeProperty.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/IntegerRangeProperty.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.mapping;
import co.elastic.clients.json.JsonpDeserializable;
@@ -33,6 +29,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.mapping.IntegerRangeProperty
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/IpProperty.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/IpProperty.java
index 2edb1727b..264101c82 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/IpProperty.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/IpProperty.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.mapping;
import co.elastic.clients.elasticsearch._types.Script;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.mapping.IpProperty
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/IpRangeProperty.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/IpRangeProperty.java
index 35ade3ea1..c9b074aa6 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/IpRangeProperty.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/IpRangeProperty.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.mapping;
import co.elastic.clients.json.JsonpDeserializable;
@@ -33,6 +29,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.mapping.IpRangeProperty
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/JoinProperty.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/JoinProperty.java
index 973573482..24a820e72 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/JoinProperty.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/JoinProperty.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.mapping;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.mapping.JoinProperty
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/KeywordProperty.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/KeywordProperty.java
index 299b1757b..1442a3279 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/KeywordProperty.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/KeywordProperty.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.mapping;
import co.elastic.clients.json.JsonpDeserializable;
@@ -37,6 +33,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.mapping.KeywordProperty
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/LongNumberProperty.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/LongNumberProperty.java
index 87c2bfe4f..f53cb87a0 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/LongNumberProperty.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/LongNumberProperty.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.mapping;
import co.elastic.clients.json.JsonpDeserializable;
@@ -35,6 +31,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.mapping.LongNumberProperty
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/LongRangeProperty.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/LongRangeProperty.java
index ff289b4fc..72566225c 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/LongRangeProperty.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/LongRangeProperty.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.mapping;
import co.elastic.clients.json.JsonpDeserializable;
@@ -33,6 +29,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.mapping.LongRangeProperty
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/MatchOnlyTextProperty.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/MatchOnlyTextProperty.java
index 4e26080fb..e74c6c88e 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/MatchOnlyTextProperty.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/MatchOnlyTextProperty.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.mapping;
import co.elastic.clients.json.JsonpDeserializable;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.mapping.MatchOnlyTextProperty
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/MatchType.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/MatchType.java
index 4f50aaa6b..465e1b6eb 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/MatchType.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/MatchType.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.mapping;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see API
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/Murmur3HashProperty.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/Murmur3HashProperty.java
index 3bcf85241..4fa64a614 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/Murmur3HashProperty.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/Murmur3HashProperty.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.mapping;
import co.elastic.clients.json.JsonpDeserializable;
@@ -33,6 +29,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.mapping.Murmur3HashProperty
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/NestedProperty.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/NestedProperty.java
index a9204cbf5..203b4395a 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/NestedProperty.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/NestedProperty.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.mapping;
import co.elastic.clients.json.JsonpDeserializable;
@@ -35,6 +31,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.mapping.NestedProperty
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/NumberPropertyBase.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/NumberPropertyBase.java
index add816ebc..474f3aef8 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/NumberPropertyBase.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/NumberPropertyBase.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.mapping;
import co.elastic.clients.elasticsearch._types.Script;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.mapping.NumberPropertyBase
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/ObjectProperty.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/ObjectProperty.java
index 3540d329b..4d281df08 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/ObjectProperty.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/ObjectProperty.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.mapping;
import co.elastic.clients.json.JsonpDeserializable;
@@ -35,6 +31,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.mapping.ObjectProperty
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/OnScriptError.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/OnScriptError.java
index 42a1b12a3..0e6776083 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/OnScriptError.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/OnScriptError.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.mapping;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see API
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/PercolatorProperty.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/PercolatorProperty.java
index f5373269a..bd3625e41 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/PercolatorProperty.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/PercolatorProperty.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.mapping;
import co.elastic.clients.json.JsonpDeserializable;
@@ -33,6 +29,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.mapping.PercolatorProperty
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/PointProperty.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/PointProperty.java
index 2a6a679ed..844e66ce8 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/PointProperty.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/PointProperty.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.mapping;
import co.elastic.clients.json.JsonpDeserializable;
@@ -36,6 +32,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.mapping.PointProperty
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/Property.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/Property.java
index 38551035e..133c0960d 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/Property.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/Property.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.mapping;
import co.elastic.clients.json.JsonData;
@@ -43,6 +39,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.mapping.Property
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/PropertyBase.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/PropertyBase.java
index 8164f9b66..bb366a817 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/PropertyBase.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/PropertyBase.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.mapping;
import co.elastic.clients.json.JsonpDeserializable;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.mapping.PropertyBase
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/PropertyBuilders.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/PropertyBuilders.java
index 6c8ad3a6f..2d7612b93 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/PropertyBuilders.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/PropertyBuilders.java
@@ -17,15 +17,26 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.mapping;
import co.elastic.clients.util.ObjectBuilder;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Builders for {@link Property} variants.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/PropertyVariant.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/PropertyVariant.java
index 133475261..485c6af6f 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/PropertyVariant.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/PropertyVariant.java
@@ -17,14 +17,25 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.mapping;
import co.elastic.clients.json.JsonpSerializable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Base interface for {@link Property} variants.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/RangePropertyBase.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/RangePropertyBase.java
index 8a9d37afa..74b06609b 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/RangePropertyBase.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/RangePropertyBase.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.mapping;
import co.elastic.clients.json.JsonpDeserializable;
@@ -36,6 +32,21 @@
import java.util.Objects;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.mapping.RangePropertyBase
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/RankFeatureProperty.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/RankFeatureProperty.java
index dba48d6fa..79803e323 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/RankFeatureProperty.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/RankFeatureProperty.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.mapping;
import co.elastic.clients.json.JsonpDeserializable;
@@ -35,6 +31,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.mapping.RankFeatureProperty
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/RankFeaturesProperty.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/RankFeaturesProperty.java
index fe6e5e3e6..bc6e90116 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/RankFeaturesProperty.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/RankFeaturesProperty.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.mapping;
import co.elastic.clients.json.JsonpDeserializable;
@@ -33,6 +29,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.mapping.RankFeaturesProperty
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/RoutingField.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/RoutingField.java
index d94709311..750a6ad37 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/RoutingField.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/RoutingField.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.mapping;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.mapping.RoutingField
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/RuntimeField.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/RuntimeField.java
index fb2a8a1b4..27c57ea8f 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/RuntimeField.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/RuntimeField.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.mapping;
import co.elastic.clients.elasticsearch._types.Script;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.mapping.RuntimeField
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/RuntimeFieldFetchFields.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/RuntimeFieldFetchFields.java
index d2cde31ce..f7f37a43d 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/RuntimeFieldFetchFields.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/RuntimeFieldFetchFields.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.mapping;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.mapping.RuntimeFieldFetchFields
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/RuntimeFieldType.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/RuntimeFieldType.java
index 693a98c35..d483387ae 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/RuntimeFieldType.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/RuntimeFieldType.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.mapping;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/LikeDocument.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/LikeDocument.java
index bf6c52eab..a2869693b 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/LikeDocument.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/LikeDocument.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.query_dsl;
import co.elastic.clients.elasticsearch._types.VersionType;
@@ -44,6 +40,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.query_dsl.LikeDocument
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/MatchAllQuery.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/MatchAllQuery.java
index 6e71ae50d..6f7e3bf13 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/MatchAllQuery.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/MatchAllQuery.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.query_dsl;
import co.elastic.clients.json.JsonpDeserializable;
@@ -32,6 +28,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.query_dsl.MatchAllQuery
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/MatchBoolPrefixQuery.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/MatchBoolPrefixQuery.java
index 663313730..e905e67e2 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/MatchBoolPrefixQuery.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/MatchBoolPrefixQuery.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.query_dsl;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.query_dsl.MatchBoolPrefixQuery
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/MatchNoneQuery.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/MatchNoneQuery.java
index a0206a3e7..312b66b1f 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/MatchNoneQuery.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/MatchNoneQuery.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.query_dsl;
import co.elastic.clients.json.JsonpDeserializable;
@@ -32,6 +28,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.query_dsl.MatchNoneQuery
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/MatchPhrasePrefixQuery.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/MatchPhrasePrefixQuery.java
index 561818081..af98edf8b 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/MatchPhrasePrefixQuery.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/MatchPhrasePrefixQuery.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.query_dsl;
import co.elastic.clients.json.JsonpDeserializable;
@@ -37,6 +33,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.query_dsl.MatchPhrasePrefixQuery
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/MatchPhraseQuery.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/MatchPhraseQuery.java
index 44fe630d4..ee3340645 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/MatchPhraseQuery.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/MatchPhraseQuery.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.query_dsl;
import co.elastic.clients.json.JsonpDeserializable;
@@ -37,6 +33,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.query_dsl.MatchPhraseQuery
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/MatchQuery.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/MatchQuery.java
index 172c36fb5..1bd44d100 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/MatchQuery.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/MatchQuery.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.query_dsl;
import co.elastic.clients.elasticsearch._types.FieldValue;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.query_dsl.MatchQuery
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/MoreLikeThisQuery.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/MoreLikeThisQuery.java
index 812e6df80..d7a107e34 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/MoreLikeThisQuery.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/MoreLikeThisQuery.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.query_dsl;
import co.elastic.clients.elasticsearch._types.VersionType;
@@ -43,6 +39,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.query_dsl.MoreLikeThisQuery
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/MultiMatchQuery.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/MultiMatchQuery.java
index dc1df0b8f..243b4ecbf 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/MultiMatchQuery.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/MultiMatchQuery.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.query_dsl;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.query_dsl.MultiMatchQuery
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/MultiValueMode.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/MultiValueMode.java
index 8d6344c4b..df1a630e9 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/MultiValueMode.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/MultiValueMode.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.query_dsl;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see API
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/ParentIdQuery.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/ParentIdQuery.java
index 3e08a410c..2d09f63fa 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/ParentIdQuery.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/ParentIdQuery.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.query_dsl;
import co.elastic.clients.json.JsonpDeserializable;
@@ -36,6 +32,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.query_dsl.ParentIdQuery
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/PercolateQuery.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/PercolateQuery.java
index 623989d37..2f2506eb2 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/PercolateQuery.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/PercolateQuery.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.query_dsl;
import co.elastic.clients.json.JsonData;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.query_dsl.PercolateQuery
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/PinnedDoc.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/PinnedDoc.java
index bafb52e4e..5e3850517 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/PinnedDoc.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/PinnedDoc.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.query_dsl;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.query_dsl.PinnedDoc
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/PinnedQuery.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/PinnedQuery.java
index 1a79631da..844a4723a 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/PinnedQuery.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/PinnedQuery.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.query_dsl;
import co.elastic.clients.json.JsonEnum;
@@ -43,6 +39,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.query_dsl.PinnedQuery
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/PinnedQueryBuilders.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/PinnedQueryBuilders.java
index 77998b8d2..5aa9adb4a 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/PinnedQueryBuilders.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/PinnedQueryBuilders.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.query_dsl;
import co.elastic.clients.util.ObjectBuilder;
import java.lang.String;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Builders for {@link PinnedQuery} variants.
*
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/PinnedQueryVariant.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/PinnedQueryVariant.java
index c36df488b..39e4cbc6e 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/PinnedQueryVariant.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/PinnedQueryVariant.java
@@ -17,12 +17,23 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.query_dsl;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Base interface for {@link PinnedQuery} variants.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/PrefixQuery.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/PrefixQuery.java
index 402711b7b..c175451ea 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/PrefixQuery.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/PrefixQuery.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.query_dsl;
import co.elastic.clients.json.JsonpDeserializable;
@@ -37,6 +33,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.query_dsl.PrefixQuery
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/Query.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/Query.java
index 8c47419fb..39f97355a 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/Query.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/Query.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.query_dsl;
import co.elastic.clients.elasticsearch._types.aggregations.Aggregation;
@@ -45,6 +41,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.query_dsl.QueryContainer
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/QueryBase.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/QueryBase.java
index 08a644b63..329c0274a 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/QueryBase.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/QueryBase.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.query_dsl;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.Objects;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.query_dsl.QueryBase
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/QueryBuilders.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/QueryBuilders.java
index 3159ed383..347f8328e 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/QueryBuilders.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/QueryBuilders.java
@@ -17,15 +17,26 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.query_dsl;
import co.elastic.clients.util.ObjectBuilder;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Builders for {@link Query} variants.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/QueryStringQuery.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/QueryStringQuery.java
index a52a74059..b18899695 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/QueryStringQuery.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/QueryStringQuery.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.query_dsl;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.query_dsl.QueryStringQuery
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/QueryVariant.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/QueryVariant.java
index 3acd0322a..ee3c15ce1 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/QueryVariant.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/QueryVariant.java
@@ -17,12 +17,23 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.query_dsl;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Base interface for {@link Query} variants.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/RandomScoreFunction.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/RandomScoreFunction.java
index 9eba95bbb..688e8782f 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/RandomScoreFunction.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/RandomScoreFunction.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.query_dsl;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.query_dsl.RandomScoreFunction
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/RangeQuery.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/RangeQuery.java
index de209a9d9..162b789a6 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/RangeQuery.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/RangeQuery.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.query_dsl;
import co.elastic.clients.json.JsonData;
@@ -37,6 +33,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.query_dsl.RangeQuery
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/RangeQueryBase.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/RangeQueryBase.java
index c92100207..07b4adb69 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/RangeQueryBase.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/RangeQueryBase.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.query_dsl;
import co.elastic.clients.json.JsonpDeserializable;
@@ -34,6 +30,21 @@
import java.util.Objects;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.query_dsl.RangeQueryBase
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/RangeRelation.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/RangeRelation.java
index 37ded879c..b892d0c63 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/RangeRelation.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/RangeRelation.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.query_dsl;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/TermsSetQuery.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/TermsSetQuery.java
index c15a5cb29..5d4895db3 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/TermsSetQuery.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/TermsSetQuery.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.query_dsl;
import co.elastic.clients.elasticsearch._types.Script;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.query_dsl.TermsSetQuery
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/TextExpansionQuery.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/TextExpansionQuery.java
index f47f05b29..1e7956f76 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/TextExpansionQuery.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/TextExpansionQuery.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.query_dsl;
import co.elastic.clients.json.JsonpDeserializable;
@@ -36,6 +32,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _types.query_dsl.TextExpansionQuery
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/TextQueryType.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/TextQueryType.java
index 8b6fee9fc..3c9c4fbe6 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/TextQueryType.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/TextQueryType.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch._types.query_dsl;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see API
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/CatDfaColumn.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/CatDfaColumn.java
index 982307058..118a105d9 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/CatDfaColumn.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/CatDfaColumn.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.cat;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see API
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/CatRequestBase.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/CatRequestBase.java
index 14948ca5d..d02546520 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/CatRequestBase.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/CatRequestBase.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.cat;
import co.elastic.clients.elasticsearch._types.RequestBase;
@@ -33,6 +29,21 @@
import jakarta.json.stream.JsonGenerator;
import java.util.Objects;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: cat._types.CatRequestBase
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/CatTrainedModelsColumn.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/CatTrainedModelsColumn.java
index f85001ca1..1c36d2129 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/CatTrainedModelsColumn.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/CatTrainedModelsColumn.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.cat;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see API
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/ComponentTemplatesRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/ComponentTemplatesRequest.java
index 56f1f6de9..4ef3071fb 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/ComponentTemplatesRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/ComponentTemplatesRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.cat;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: cat.component_templates.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/ComponentTemplatesResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/ComponentTemplatesResponse.java
index d168f628e..15114b523 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/ComponentTemplatesResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/ComponentTemplatesResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.cat;
import co.elastic.clients.elasticsearch.cat.component_templates.ComponentTemplate;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: cat.component_templates.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/CountRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/CountRequest.java
index ab705c297..52bf74d58 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/CountRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/CountRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.cat;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -42,6 +38,21 @@
import java.util.stream.Collectors;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: cat.count.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/CountResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/CountResponse.java
index af802ef7a..78cfd4557 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/CountResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/CountResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.cat;
import co.elastic.clients.elasticsearch.cat.count.CountRecord;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: cat.count.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/ElasticsearchCatAsyncClient.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/ElasticsearchCatAsyncClient.java
index 4f6d6bbd2..7ad0f01af 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/ElasticsearchCatAsyncClient.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/ElasticsearchCatAsyncClient.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.cat;
import co.elastic.clients.ApiClient;
@@ -35,6 +31,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Client for the cat namespace.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/ElasticsearchCatClient.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/ElasticsearchCatClient.java
index 615dcff9a..dfe709fc3 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/ElasticsearchCatClient.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/ElasticsearchCatClient.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.cat;
import co.elastic.clients.ApiClient;
@@ -36,6 +32,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Client for the cat namespace.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/FielddataRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/FielddataRequest.java
index 3698de1da..ca611a8dd 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/FielddataRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/FielddataRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.cat;
import co.elastic.clients.elasticsearch._types.Bytes;
@@ -43,6 +39,21 @@
import java.util.stream.Collectors;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: cat.fielddata.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/FielddataResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/FielddataResponse.java
index ed390a9ab..887a350fe 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/FielddataResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/FielddataResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.cat;
import co.elastic.clients.elasticsearch.cat.fielddata.FielddataRecord;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: cat.fielddata.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/HealthRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/HealthRequest.java
index 5696e8fc6..14e470a02 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/HealthRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/HealthRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.cat;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: cat.health.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/HealthResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/HealthResponse.java
index 732433dbe..447083fda 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/HealthResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/HealthResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.cat;
import co.elastic.clients.elasticsearch.cat.health.HealthRecord;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: cat.health.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/HelpRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/HelpRequest.java
index 8a29eac44..31ba6cd91 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/HelpRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/HelpRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.cat;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -37,6 +33,21 @@
import java.util.Map;
import java.util.Objects;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: cat.help.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/HelpResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/HelpResponse.java
index aa28b4005..0edc100ee 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/HelpResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/HelpResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.cat;
import co.elastic.clients.elasticsearch.cat.help.HelpRecord;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: cat.help.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/IndicesRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/IndicesRequest.java
index 43bc9771d..d6850e2cc 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/IndicesRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/IndicesRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.cat;
import co.elastic.clients.elasticsearch._types.Bytes;
@@ -47,6 +43,21 @@
import java.util.stream.Collectors;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: cat.indices.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/IndicesResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/IndicesResponse.java
index 17d4316a9..f0e2558ec 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/IndicesResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/IndicesResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.cat;
import co.elastic.clients.elasticsearch.cat.indices.IndicesRecord;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: cat.indices.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/MasterRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/MasterRequest.java
index b3646eb18..a09b64c8c 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/MasterRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/MasterRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.cat;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -37,6 +33,21 @@
import java.util.Map;
import java.util.Objects;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: cat.master.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/MasterResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/MasterResponse.java
index 19f69eb63..fdc80bdc7 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/MasterResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/MasterResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.cat;
import co.elastic.clients.elasticsearch.cat.master.MasterRecord;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: cat.master.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/MlDataFrameAnalyticsRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/MlDataFrameAnalyticsRequest.java
index e1906df5c..dd8b956b4 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/MlDataFrameAnalyticsRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/MlDataFrameAnalyticsRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.cat;
import co.elastic.clients.elasticsearch._types.Bytes;
@@ -45,6 +41,21 @@
import java.util.stream.Collectors;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: cat.ml_data_frame_analytics.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/MlDataFrameAnalyticsResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/MlDataFrameAnalyticsResponse.java
index 81332ff25..b547f32f9 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/MlDataFrameAnalyticsResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/MlDataFrameAnalyticsResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.cat;
import co.elastic.clients.elasticsearch.cat.ml_data_frame_analytics.DataFrameAnalyticsRecord;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: cat.ml_data_frame_analytics.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/MlDatafeedsRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/MlDatafeedsRequest.java
index 28c9c5b15..965c5f017 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/MlDatafeedsRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/MlDatafeedsRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.cat;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -44,6 +40,21 @@
import java.util.stream.Collectors;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: cat.ml_datafeeds.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/MlDatafeedsResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/MlDatafeedsResponse.java
index 7e89a3b54..1d35967b1 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/MlDatafeedsResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/MlDatafeedsResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.cat;
import co.elastic.clients.elasticsearch.cat.ml_datafeeds.DatafeedsRecord;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: cat.ml_datafeeds.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/MlJobsRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/MlJobsRequest.java
index e012626ce..9060217ce 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/MlJobsRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/MlJobsRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.cat;
import co.elastic.clients.elasticsearch._types.Bytes;
@@ -45,6 +41,21 @@
import java.util.stream.Collectors;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: cat.ml_jobs.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/MlJobsResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/MlJobsResponse.java
index 05db9235d..7a1de8ca0 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/MlJobsResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/MlJobsResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.cat;
import co.elastic.clients.elasticsearch.cat.ml_jobs.JobsRecord;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: cat.ml_jobs.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/MlTrainedModelsRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/MlTrainedModelsRequest.java
index 627354866..c6979c9e6 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/MlTrainedModelsRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/MlTrainedModelsRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.cat;
import co.elastic.clients.elasticsearch._types.Bytes;
@@ -45,6 +41,21 @@
import java.util.stream.Collectors;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: cat.ml_trained_models.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/MlTrainedModelsResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/MlTrainedModelsResponse.java
index f64e68c20..3856ece04 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/MlTrainedModelsResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/MlTrainedModelsResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.cat;
import co.elastic.clients.elasticsearch.cat.ml_trained_models.TrainedModelsRecord;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: cat.ml_trained_models.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/NodeattrsRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/NodeattrsRequest.java
index 1fc9c8506..ff67cd5ba 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/NodeattrsRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/NodeattrsRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.cat;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -37,6 +33,21 @@
import java.util.Map;
import java.util.Objects;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: cat.nodeattrs.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/NodeattrsResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/NodeattrsResponse.java
index f7fd40d38..12654ecb1 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/NodeattrsResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/NodeattrsResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.cat;
import co.elastic.clients.elasticsearch.cat.nodeattrs.NodeAttributesRecord;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: cat.nodeattrs.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/NodesRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/NodesRequest.java
index 8f9cdbeab..eda8fcae2 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/NodesRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/NodesRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.cat;
import co.elastic.clients.elasticsearch._types.Bytes;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: cat.nodes.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/NodesResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/NodesResponse.java
index b0831cd90..cefb8023a 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/NodesResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/NodesResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.cat;
import co.elastic.clients.elasticsearch.cat.nodes.NodesRecord;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: cat.nodes.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/PendingTasksRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/PendingTasksRequest.java
index c98cd94e9..7095174f4 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/PendingTasksRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/PendingTasksRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.cat;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -37,6 +33,21 @@
import java.util.Map;
import java.util.Objects;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: cat.pending_tasks.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/PendingTasksResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/PendingTasksResponse.java
index 663a3099f..c1ff28284 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/PendingTasksResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/PendingTasksResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.cat;
import co.elastic.clients.elasticsearch.cat.pending_tasks.PendingTasksRecord;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: cat.pending_tasks.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/PluginsRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/PluginsRequest.java
index 9a269c258..ffd877211 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/PluginsRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/PluginsRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.cat;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -37,6 +33,21 @@
import java.util.Map;
import java.util.Objects;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: cat.plugins.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/PluginsResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/PluginsResponse.java
index d90796f4b..8b08cd3d1 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/PluginsResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/PluginsResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.cat;
import co.elastic.clients.elasticsearch.cat.plugins.PluginsRecord;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: cat.plugins.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/RecoveryRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/RecoveryRequest.java
index 494566743..db204aefc 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/RecoveryRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/RecoveryRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.cat;
import co.elastic.clients.elasticsearch._types.Bytes;
@@ -44,6 +40,21 @@
import java.util.stream.Collectors;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: cat.recovery.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/RecoveryResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/RecoveryResponse.java
index 0a23458f1..208931bdc 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/RecoveryResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/RecoveryResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.cat;
import co.elastic.clients.elasticsearch.cat.recovery.RecoveryRecord;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: cat.recovery.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/RepositoriesRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/RepositoriesRequest.java
index dc6074e6e..28e9bc101 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/RepositoriesRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/RepositoriesRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.cat;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -37,6 +33,21 @@
import java.util.Map;
import java.util.Objects;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: cat.repositories.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/RepositoriesResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/RepositoriesResponse.java
index 6b6c53bdd..2a3948b95 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/RepositoriesResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/RepositoriesResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.cat;
import co.elastic.clients.elasticsearch.cat.repositories.RepositoriesRecord;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: cat.repositories.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/SegmentsRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/SegmentsRequest.java
index 69757c181..a6f59451c 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/SegmentsRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/SegmentsRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.cat;
import co.elastic.clients.elasticsearch._types.Bytes;
@@ -43,6 +39,21 @@
import java.util.stream.Collectors;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: cat.segments.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/SegmentsResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/SegmentsResponse.java
index 07b66471d..0a0ee88dd 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/SegmentsResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/SegmentsResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.cat;
import co.elastic.clients.elasticsearch.cat.segments.SegmentsRecord;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: cat.segments.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/ShardsRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/ShardsRequest.java
index 72e73aabd..06a51f901 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/ShardsRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/ShardsRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.cat;
import co.elastic.clients.elasticsearch._types.Bytes;
@@ -43,6 +39,21 @@
import java.util.stream.Collectors;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: cat.shards.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/ShardsResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/ShardsResponse.java
index 207a8cd07..c52d1ca80 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/ShardsResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/ShardsResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.cat;
import co.elastic.clients.elasticsearch.cat.shards.ShardsRecord;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: cat.shards.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/SnapshotsRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/SnapshotsRequest.java
index 9e97811ea..a9754e6ff 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/SnapshotsRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/SnapshotsRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.cat;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -43,6 +39,21 @@
import java.util.stream.Collectors;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: cat.snapshots.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/SnapshotsResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/SnapshotsResponse.java
index 8cf55bd43..bad795aa6 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/SnapshotsResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/SnapshotsResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.cat;
import co.elastic.clients.elasticsearch.cat.snapshots.SnapshotsRecord;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: cat.snapshots.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/TasksRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/TasksRequest.java
index d171332c8..e55ebc5f5 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/TasksRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/TasksRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.cat;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -44,6 +40,21 @@
import java.util.stream.Collectors;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: cat.tasks.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/TasksResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/TasksResponse.java
index b487dc9e2..9d5fca36c 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/TasksResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/TasksResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.cat;
import co.elastic.clients.elasticsearch.cat.tasks.TasksRecord;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: cat.tasks.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/TemplatesRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/TemplatesRequest.java
index 5fd596da4..1267256b7 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/TemplatesRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/TemplatesRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.cat;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: cat.templates.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/TemplatesResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/TemplatesResponse.java
index 9c3771680..b06a6138d 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/TemplatesResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/TemplatesResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.cat;
import co.elastic.clients.elasticsearch.cat.templates.TemplatesRecord;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: cat.templates.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/ThreadPoolRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/ThreadPoolRequest.java
index a74cca0d4..d7637ab97 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/ThreadPoolRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/ThreadPoolRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.cat;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -43,6 +39,21 @@
import java.util.stream.Collectors;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: cat.thread_pool.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/ThreadPoolResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/ThreadPoolResponse.java
index 85e5044d9..0034b760b 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/ThreadPoolResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/ThreadPoolResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.cat;
import co.elastic.clients.elasticsearch.cat.thread_pool.ThreadPoolRecord;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: cat.thread_pool.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/TransformsRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/TransformsRequest.java
index aa26799fc..57f5590ae 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/TransformsRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/TransformsRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.cat;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -45,6 +41,21 @@
import java.util.stream.Collectors;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: cat.transforms.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/TransformsResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/TransformsResponse.java
index 7cd36718e..64572a96a 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/TransformsResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/TransformsResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.cat;
import co.elastic.clients.elasticsearch.cat.transforms.TransformsRecord;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: cat.transforms.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/aliases/AliasesRecord.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/aliases/AliasesRecord.java
index b64855b6d..31ca2eb7a 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/aliases/AliasesRecord.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/aliases/AliasesRecord.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.cat.aliases;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: cat.aliases.AliasesRecord
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/allocation/AllocationRecord.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/allocation/AllocationRecord.java
index fa764c859..5424dfa69 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/allocation/AllocationRecord.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/allocation/AllocationRecord.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.cat.allocation;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: cat.allocation.AllocationRecord
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/component_templates/ComponentTemplate.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/component_templates/ComponentTemplate.java
index dbd3c72bd..153c8374d 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/component_templates/ComponentTemplate.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/component_templates/ComponentTemplate.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.cat.component_templates;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: cat.component_templates.ComponentTemplate
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/count/CountRecord.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/count/CountRecord.java
index 8d71e1f70..0064ae52a 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/count/CountRecord.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/count/CountRecord.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.cat.count;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: cat.count.CountRecord
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/fielddata/FielddataRecord.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/fielddata/FielddataRecord.java
index f164fe6c7..9e3a98656 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/fielddata/FielddataRecord.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/fielddata/FielddataRecord.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.cat.fielddata;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: cat.fielddata.FielddataRecord
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/health/HealthRecord.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/health/HealthRecord.java
index a68833de5..a24ada313 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/health/HealthRecord.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/health/HealthRecord.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.cat.health;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: cat.health.HealthRecord
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/help/HelpRecord.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/help/HelpRecord.java
index caabffaa7..5c193bb45 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/help/HelpRecord.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/help/HelpRecord.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.cat.help;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: cat.help.HelpRecord
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/indices/IndicesRecord.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/indices/IndicesRecord.java
index 86f24d762..82fac33f4 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/indices/IndicesRecord.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/indices/IndicesRecord.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.cat.indices;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: cat.indices.IndicesRecord
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/master/MasterRecord.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/master/MasterRecord.java
index 2bb23f9f0..91efee95d 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/master/MasterRecord.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/master/MasterRecord.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.cat.master;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: cat.master.MasterRecord
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/ml_data_frame_analytics/DataFrameAnalyticsRecord.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/ml_data_frame_analytics/DataFrameAnalyticsRecord.java
index 213fe29fb..9b5047c63 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/ml_data_frame_analytics/DataFrameAnalyticsRecord.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/ml_data_frame_analytics/DataFrameAnalyticsRecord.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.cat.ml_data_frame_analytics;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: cat.ml_data_frame_analytics.DataFrameAnalyticsRecord
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/ml_datafeeds/DatafeedsRecord.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/ml_datafeeds/DatafeedsRecord.java
index ef262d424..2e46bcda7 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/ml_datafeeds/DatafeedsRecord.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/ml_datafeeds/DatafeedsRecord.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.cat.ml_datafeeds;
import co.elastic.clients.elasticsearch.ml.DatafeedState;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: cat.ml_datafeeds.DatafeedsRecord
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/ml_jobs/JobsRecord.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/ml_jobs/JobsRecord.java
index b3094fd46..28bdab4dc 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/ml_jobs/JobsRecord.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/ml_jobs/JobsRecord.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.cat.ml_jobs;
import co.elastic.clients.elasticsearch.ml.CategorizationStatus;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: cat.ml_jobs.JobsRecord
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/ml_trained_models/TrainedModelsRecord.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/ml_trained_models/TrainedModelsRecord.java
index 59bcf7112..299e075f2 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/ml_trained_models/TrainedModelsRecord.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/ml_trained_models/TrainedModelsRecord.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.cat.ml_trained_models;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: cat.ml_trained_models.TrainedModelsRecord
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/nodeattrs/NodeAttributesRecord.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/nodeattrs/NodeAttributesRecord.java
index 080c32175..5f44f5add 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/nodeattrs/NodeAttributesRecord.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/nodeattrs/NodeAttributesRecord.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.cat.nodeattrs;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: cat.nodeattrs.NodeAttributesRecord
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/nodes/NodesRecord.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/nodes/NodesRecord.java
index 630756924..01f9d1c6b 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/nodes/NodesRecord.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/nodes/NodesRecord.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.cat.nodes;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: cat.nodes.NodesRecord
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/pending_tasks/PendingTasksRecord.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/pending_tasks/PendingTasksRecord.java
index bdd5d7ee2..72559339f 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/pending_tasks/PendingTasksRecord.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/pending_tasks/PendingTasksRecord.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.cat.pending_tasks;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: cat.pending_tasks.PendingTasksRecord
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/plugins/PluginsRecord.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/plugins/PluginsRecord.java
index 0cf05faf4..5d528ce1b 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/plugins/PluginsRecord.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/plugins/PluginsRecord.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.cat.plugins;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: cat.plugins.PluginsRecord
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/recovery/RecoveryRecord.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/recovery/RecoveryRecord.java
index 13929e44c..e027d09e4 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/recovery/RecoveryRecord.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/recovery/RecoveryRecord.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.cat.recovery;
import co.elastic.clients.elasticsearch._types.Time;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: cat.recovery.RecoveryRecord
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/repositories/RepositoriesRecord.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/repositories/RepositoriesRecord.java
index 49cd10680..27dc42463 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/repositories/RepositoriesRecord.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/repositories/RepositoriesRecord.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.cat.repositories;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: cat.repositories.RepositoriesRecord
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/segments/SegmentsRecord.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/segments/SegmentsRecord.java
index 7bc5e256c..24dae88f3 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/segments/SegmentsRecord.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/segments/SegmentsRecord.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.cat.segments;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: cat.segments.SegmentsRecord
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/shards/ShardsRecord.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/shards/ShardsRecord.java
index 3e55821a1..c24333415 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/shards/ShardsRecord.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/shards/ShardsRecord.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.cat.shards;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: cat.shards.ShardsRecord
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/snapshots/SnapshotsRecord.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/snapshots/SnapshotsRecord.java
index f8855c030..9226255fc 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/snapshots/SnapshotsRecord.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/snapshots/SnapshotsRecord.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.cat.snapshots;
import co.elastic.clients.elasticsearch._types.Time;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: cat.snapshots.SnapshotsRecord
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/tasks/TasksRecord.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/tasks/TasksRecord.java
index 8c0ba174e..2b07ea27d 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/tasks/TasksRecord.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/tasks/TasksRecord.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.cat.tasks;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: cat.tasks.TasksRecord
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/templates/TemplatesRecord.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/templates/TemplatesRecord.java
index f9945e20e..e9ddfaba5 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/templates/TemplatesRecord.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/templates/TemplatesRecord.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.cat.templates;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: cat.templates.TemplatesRecord
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/thread_pool/ThreadPoolRecord.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/thread_pool/ThreadPoolRecord.java
index 8054d0446..896bf00eb 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/thread_pool/ThreadPoolRecord.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/thread_pool/ThreadPoolRecord.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.cat.thread_pool;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: cat.thread_pool.ThreadPoolRecord
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/transforms/TransformsRecord.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/transforms/TransformsRecord.java
index 02d49daf1..ea0f436fb 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/transforms/TransformsRecord.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/transforms/TransformsRecord.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.cat.transforms;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: cat.transforms.TransformsRecord
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/CcrStatsRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/CcrStatsRequest.java
index 26999c5a5..76bca7dc1 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/CcrStatsRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/CcrStatsRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ccr;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -36,6 +32,21 @@
import java.util.Collections;
import java.util.Objects;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ccr.stats.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/CcrStatsResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/CcrStatsResponse.java
index 820a7dc0d..836da08d5 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/CcrStatsResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/CcrStatsResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ccr;
import co.elastic.clients.elasticsearch.ccr.stats.AutoFollowStats;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ccr.stats.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/DeleteAutoFollowPatternRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/DeleteAutoFollowPatternRequest.java
index 24d91d91a..342fbf5a7 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/DeleteAutoFollowPatternRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/DeleteAutoFollowPatternRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ccr;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ccr.delete_auto_follow_pattern.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/DeleteAutoFollowPatternResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/DeleteAutoFollowPatternResponse.java
index 35928e438..fd15f5d19 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/DeleteAutoFollowPatternResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/DeleteAutoFollowPatternResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ccr;
import co.elastic.clients.elasticsearch._types.AcknowledgedResponseBase;
@@ -33,6 +29,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ccr.delete_auto_follow_pattern.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/ElasticsearchCcrAsyncClient.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/ElasticsearchCcrAsyncClient.java
index 9606a118f..8b1852817 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/ElasticsearchCcrAsyncClient.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/ElasticsearchCcrAsyncClient.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ccr;
import co.elastic.clients.ApiClient;
@@ -35,6 +31,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Client for the ccr namespace.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/ElasticsearchCcrClient.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/ElasticsearchCcrClient.java
index e33f4c553..97c8e0c42 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/ElasticsearchCcrClient.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/ElasticsearchCcrClient.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ccr;
import co.elastic.clients.ApiClient;
@@ -36,6 +32,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Client for the ccr namespace.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/FollowIndexStats.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/FollowIndexStats.java
index e3a4448e7..747e44042 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/FollowIndexStats.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/FollowIndexStats.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ccr;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ccr._types.FollowIndexStats
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/FollowInfoRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/FollowInfoRequest.java
index 24358c82f..7fcf2db5b 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/FollowInfoRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/FollowInfoRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ccr;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -44,6 +40,21 @@
import java.util.stream.Collectors;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ccr.follow_info.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/FollowInfoResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/FollowInfoResponse.java
index dc27b3436..c8dcecc70 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/FollowInfoResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/FollowInfoResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ccr;
import co.elastic.clients.elasticsearch.ccr.follow_info.FollowerIndex;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ccr.follow_info.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/FollowRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/FollowRequest.java
index 7c641026b..00c09ef9b 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/FollowRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/FollowRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ccr;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -46,6 +42,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ccr.follow.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/FollowResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/FollowResponse.java
index 7cf1c0882..be42edc00 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/FollowResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/FollowResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ccr;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ccr.follow.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/FollowStatsRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/FollowStatsRequest.java
index 233def2c8..9311a92fb 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/FollowStatsRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/FollowStatsRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ccr;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -44,6 +40,21 @@
import java.util.stream.Collectors;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ccr.follow_stats.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/FollowStatsResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/FollowStatsResponse.java
index d25e99779..50ffd0d7d 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/FollowStatsResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/FollowStatsResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ccr;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ccr.follow_stats.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/ForgetFollowerRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/ForgetFollowerRequest.java
index 89300b1b5..4f61622ed 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/ForgetFollowerRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/ForgetFollowerRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ccr;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -44,6 +40,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ccr.forget_follower.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/ForgetFollowerResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/ForgetFollowerResponse.java
index 3890a2b7f..8cc576dc6 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/ForgetFollowerResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/ForgetFollowerResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ccr;
import co.elastic.clients.elasticsearch._types.ShardStatistics;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ccr.forget_follower.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/GetAutoFollowPatternRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/GetAutoFollowPatternRequest.java
index 80e71113c..8703d5b66 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/GetAutoFollowPatternRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/GetAutoFollowPatternRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ccr;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ccr.get_auto_follow_pattern.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/GetAutoFollowPatternResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/GetAutoFollowPatternResponse.java
index e1e38fa65..59ebdc210 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/GetAutoFollowPatternResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/GetAutoFollowPatternResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ccr;
import co.elastic.clients.elasticsearch.ccr.get_auto_follow_pattern.AutoFollowPattern;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ccr.get_auto_follow_pattern.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/PauseAutoFollowPatternRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/PauseAutoFollowPatternRequest.java
index cd56942f3..1773672eb 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/PauseAutoFollowPatternRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/PauseAutoFollowPatternRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ccr;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ccr.pause_auto_follow_pattern.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/PauseAutoFollowPatternResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/PauseAutoFollowPatternResponse.java
index f92c21eb4..046371566 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/PauseAutoFollowPatternResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/PauseAutoFollowPatternResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ccr;
import co.elastic.clients.elasticsearch._types.AcknowledgedResponseBase;
@@ -33,6 +29,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ccr.pause_auto_follow_pattern.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/PauseFollowRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/PauseFollowRequest.java
index 0313f07ad..6b288baf1 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/PauseFollowRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/PauseFollowRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ccr;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ccr.pause_follow.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/PauseFollowResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/PauseFollowResponse.java
index f865024a8..376b8689f 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/PauseFollowResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/PauseFollowResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ccr;
import co.elastic.clients.elasticsearch._types.AcknowledgedResponseBase;
@@ -33,6 +29,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ccr.pause_follow.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/PutAutoFollowPatternRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/PutAutoFollowPatternRequest.java
index db94d4bbd..69e13c60f 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/PutAutoFollowPatternRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/PutAutoFollowPatternRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ccr;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -48,6 +44,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ccr.put_auto_follow_pattern.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/PutAutoFollowPatternResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/PutAutoFollowPatternResponse.java
index 7779b5c4e..4a5daeee0 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/PutAutoFollowPatternResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/PutAutoFollowPatternResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ccr;
import co.elastic.clients.elasticsearch._types.AcknowledgedResponseBase;
@@ -33,6 +29,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ccr.put_auto_follow_pattern.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/ReadException.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/ReadException.java
index 5bd51d582..322df0668 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/ReadException.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/ReadException.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ccr;
import co.elastic.clients.elasticsearch._types.ErrorCause;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ccr._types.ReadException
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/ResumeAutoFollowPatternRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/ResumeAutoFollowPatternRequest.java
index 5bd47b266..3ebcb2bef 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/ResumeAutoFollowPatternRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/ResumeAutoFollowPatternRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ccr;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ccr.resume_auto_follow_pattern.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/ResumeAutoFollowPatternResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/ResumeAutoFollowPatternResponse.java
index d8643396f..99e537b7b 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/ResumeAutoFollowPatternResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/ResumeAutoFollowPatternResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ccr;
import co.elastic.clients.elasticsearch._types.AcknowledgedResponseBase;
@@ -33,6 +29,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ccr.resume_auto_follow_pattern.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/ResumeFollowRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/ResumeFollowRequest.java
index 13ccecf9a..44594ad40 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/ResumeFollowRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/ResumeFollowRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ccr;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -46,6 +42,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ccr.resume_follow.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/ResumeFollowResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/ResumeFollowResponse.java
index 727ddb6b7..9bc995b0a 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/ResumeFollowResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/ResumeFollowResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ccr;
import co.elastic.clients.elasticsearch._types.AcknowledgedResponseBase;
@@ -33,6 +29,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ccr.resume_follow.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/ShardStats.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/ShardStats.java
index 77935d2b1..57a7c7151 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/ShardStats.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/ShardStats.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ccr;
import co.elastic.clients.elasticsearch._types.ErrorCause;
@@ -44,6 +40,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ccr._types.ShardStats
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/UnfollowRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/UnfollowRequest.java
index f97957fd5..7ce510c12 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/UnfollowRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/UnfollowRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ccr;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ccr.unfollow.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/UnfollowResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/UnfollowResponse.java
index 40d878a66..f4e851f7c 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/UnfollowResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/UnfollowResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ccr;
import co.elastic.clients.elasticsearch._types.AcknowledgedResponseBase;
@@ -33,6 +29,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ccr.unfollow.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/follow_info/FollowerIndex.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/follow_info/FollowerIndex.java
index 13fe9a69a..e76d3844e 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/follow_info/FollowerIndex.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/follow_info/FollowerIndex.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ccr.follow_info;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ccr.follow_info.FollowerIndex
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/follow_info/FollowerIndexParameters.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/follow_info/FollowerIndexParameters.java
index 76e345d61..cd9fc3ed2 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/follow_info/FollowerIndexParameters.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/follow_info/FollowerIndexParameters.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ccr.follow_info;
import co.elastic.clients.elasticsearch._types.Time;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ccr.follow_info.FollowerIndexParameters
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/follow_info/FollowerIndexStatus.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/follow_info/FollowerIndexStatus.java
index f4ea0a03b..7e47b7710 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/follow_info/FollowerIndexStatus.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/follow_info/FollowerIndexStatus.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ccr.follow_info;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see API
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/core/bulk/UpdateAction.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/core/bulk/UpdateAction.java
index feb73b4d7..ce0fa4347 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/core/bulk/UpdateAction.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/core/bulk/UpdateAction.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.core.bulk;
import co.elastic.clients.elasticsearch._types.Script;
@@ -43,6 +39,21 @@
import java.util.function.Supplier;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _global.bulk.UpdateAction
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/core/bulk/UpdateOperation.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/core/bulk/UpdateOperation.java
index 425f9757d..0becb3367 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/core/bulk/UpdateOperation.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/core/bulk/UpdateOperation.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.core.bulk;
import co.elastic.clients.json.JsonpDeserializable;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _global.bulk.UpdateOperation
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/core/bulk/WriteOperation.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/core/bulk/WriteOperation.java
index 00e98102f..edb954583 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/core/bulk/WriteOperation.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/core/bulk/WriteOperation.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.core.bulk;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.Objects;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _global.bulk.WriteOperation
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/core/explain/Explanation.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/core/explain/Explanation.java
index 95bb4ebb9..ed2d596bd 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/core/explain/Explanation.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/core/explain/Explanation.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.core.explain;
import co.elastic.clients.json.JsonpDeserializable;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _global.explain.Explanation
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/core/explain/ExplanationDetail.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/core/explain/ExplanationDetail.java
index a6610fac3..ca36bbd04 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/core/explain/ExplanationDetail.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/core/explain/ExplanationDetail.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.core.explain;
import co.elastic.clients.json.JsonpDeserializable;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _global.explain.ExplanationDetail
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/core/field_caps/FieldCapability.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/core/field_caps/FieldCapability.java
index b5875ff0a..63ab64800 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/core/field_caps/FieldCapability.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/core/field_caps/FieldCapability.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.core.field_caps;
import co.elastic.clients.elasticsearch._types.mapping.TimeSeriesMetricType;
@@ -44,6 +40,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _global.field_caps.FieldCapability
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/core/get/GetResult.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/core/get/GetResult.java
index 8b62ea098..43bbc8e8b 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/core/get/GetResult.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/core/get/GetResult.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.core.get;
import co.elastic.clients.json.JsonData;
@@ -46,6 +42,21 @@
import java.util.function.Supplier;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _global.get.GetResult
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/core/get_script_context/Context.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/core/get_script_context/Context.java
index 8067c848a..eb7ca93cf 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/core/get_script_context/Context.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/core/get_script_context/Context.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.core.get_script_context;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _global.get_script_context.Context
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/core/get_script_context/ContextMethod.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/core/get_script_context/ContextMethod.java
index ae38a99e2..68a64e83a 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/core/get_script_context/ContextMethod.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/core/get_script_context/ContextMethod.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.core.get_script_context;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _global.get_script_context.ContextMethod
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/core/get_script_context/ContextMethodParam.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/core/get_script_context/ContextMethodParam.java
index c46dc6a7f..afed703a6 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/core/get_script_context/ContextMethodParam.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/core/get_script_context/ContextMethodParam.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.core.get_script_context;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _global.get_script_context.ContextMethodParam
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/core/get_script_languages/LanguageContext.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/core/get_script_languages/LanguageContext.java
index e94c88de5..4533ef76c 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/core/get_script_languages/LanguageContext.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/core/get_script_languages/LanguageContext.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.core.get_script_languages;
import co.elastic.clients.elasticsearch._types.ScriptLanguage;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _global.get_script_languages.LanguageContext
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/core/health_report/BaseIndicator.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/core/health_report/BaseIndicator.java
index 2dee6ac43..c41e0cb37 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/core/health_report/BaseIndicator.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/core/health_report/BaseIndicator.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.core.health_report;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _global.health_report.BaseIndicator
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/core/health_report/Diagnosis.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/core/health_report/Diagnosis.java
index 3336a48f8..05383c41f 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/core/health_report/Diagnosis.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/core/health_report/Diagnosis.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.core.health_report;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _global.health_report.Diagnosis
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/core/health_report/DiagnosisAffectedResources.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/core/health_report/DiagnosisAffectedResources.java
index 7f868a315..2e7bb3d14 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/core/health_report/DiagnosisAffectedResources.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/core/health_report/DiagnosisAffectedResources.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.core.health_report;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _global.health_report.DiagnosisAffectedResources
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/core/health_report/DiskIndicator.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/core/health_report/DiskIndicator.java
index 1001d0bf9..e4ee1ca55 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/core/health_report/DiskIndicator.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/core/health_report/DiskIndicator.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.core.health_report;
import co.elastic.clients.json.JsonpDeserializable;
@@ -34,6 +30,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _global.health_report.DiskIndicator
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/core/health_report/DiskIndicatorDetails.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/core/health_report/DiskIndicatorDetails.java
index a3c42028e..e516080b7 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/core/health_report/DiskIndicatorDetails.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/core/health_report/DiskIndicatorDetails.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.core.health_report;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _global.health_report.DiskIndicatorDetails
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/core/health_report/IlmIndicator.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/core/health_report/IlmIndicator.java
index 779a2a0f7..98483a089 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/core/health_report/IlmIndicator.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/core/health_report/IlmIndicator.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.core.health_report;
import co.elastic.clients.json.JsonpDeserializable;
@@ -34,6 +30,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _global.health_report.IlmIndicator
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/core/health_report/IlmIndicatorDetails.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/core/health_report/IlmIndicatorDetails.java
index 2d0c55509..36395e4dc 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/core/health_report/IlmIndicatorDetails.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/core/health_report/IlmIndicatorDetails.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.core.health_report;
import co.elastic.clients.elasticsearch._types.LifecycleOperationMode;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _global.health_report.IlmIndicatorDetails
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/core/health_report/Impact.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/core/health_report/Impact.java
index bba896b32..caf263087 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/core/health_report/Impact.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/core/health_report/Impact.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.core.health_report;
import co.elastic.clients.json.JsonpDeserializable;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _global.health_report.Impact
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/core/health_report/ImpactArea.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/core/health_report/ImpactArea.java
index 43444b866..b1b96a73c 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/core/health_report/ImpactArea.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/core/health_report/ImpactArea.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.core.health_report;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/core/search/DirectGenerator.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/core/search/DirectGenerator.java
index 6e0fa785a..577090650 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/core/search/DirectGenerator.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/core/search/DirectGenerator.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.core.search;
import co.elastic.clients.elasticsearch._types.SuggestMode;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _global.search._types.DirectGenerator
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/core/search/FetchProfile.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/core/search/FetchProfile.java
index 5566038b5..5d3d96187 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/core/search/FetchProfile.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/core/search/FetchProfile.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.core.search;
import co.elastic.clients.json.JsonpDeserializable;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _global.search._types.FetchProfile
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/core/search/FetchProfileBreakdown.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/core/search/FetchProfileBreakdown.java
index ae5f261f9..5536fbed6 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/core/search/FetchProfileBreakdown.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/core/search/FetchProfileBreakdown.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.core.search;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _global.search._types.FetchProfileBreakdown
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/core/search/FetchProfileDebug.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/core/search/FetchProfileDebug.java
index 18c974557..000dafda0 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/core/search/FetchProfileDebug.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/core/search/FetchProfileDebug.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.core.search;
import co.elastic.clients.json.JsonpDeserializable;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _global.search._types.FetchProfileDebug
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/core/search/FieldCollapse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/core/search/FieldCollapse.java
index 9ac16f73c..074b875be 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/core/search/FieldCollapse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/core/search/FieldCollapse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.core.search;
import co.elastic.clients.json.JsonpDeserializable;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _global.search._types.FieldCollapse
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/core/search/FieldSuggester.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/core/search/FieldSuggester.java
index ab7139545..769fd4573 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/core/search/FieldSuggester.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/core/search/FieldSuggester.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.core.search;
import co.elastic.clients.json.JsonData;
@@ -44,6 +40,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _global.search._types.FieldSuggester
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/core/search/FieldSuggesterBuilders.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/core/search/FieldSuggesterBuilders.java
index 3edf3c006..df4d38627 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/core/search/FieldSuggesterBuilders.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/core/search/FieldSuggesterBuilders.java
@@ -17,15 +17,26 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.core.search;
import co.elastic.clients.util.ObjectBuilder;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Builders for {@link FieldSuggester} variants.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/core/search/FieldSuggesterVariant.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/core/search/FieldSuggesterVariant.java
index 89b4bbdd7..a498d1282 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/core/search/FieldSuggesterVariant.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/core/search/FieldSuggesterVariant.java
@@ -17,12 +17,23 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.core.search;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Base interface for {@link FieldSuggester} variants.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/core/search/Highlight.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/core/search/Highlight.java
index ea4b2c6d0..ece294b7f 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/core/search/Highlight.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/core/search/Highlight.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.core.search;
import co.elastic.clients.json.JsonpDeserializable;
@@ -37,6 +33,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _global.search._types.Highlight
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/core/search/HighlightBase.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/core/search/HighlightBase.java
index 2326f41b2..7b9a6e3ab 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/core/search/HighlightBase.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/core/search/HighlightBase.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.core.search;
import co.elastic.clients.elasticsearch._types.query_dsl.Query;
@@ -45,6 +41,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _global.search._types.HighlightBase
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/core/search/HighlightField.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/core/search/HighlightField.java
index 08c5ec75c..42c469861 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/core/search/HighlightField.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/core/search/HighlightField.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.core.search;
import co.elastic.clients.elasticsearch._types.analysis.Analyzer;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _global.search._types.HighlightField
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/core/search/HighlighterEncoder.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/core/search/HighlighterEncoder.java
index c2479191e..b4268ce53 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/core/search/HighlighterEncoder.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/core/search/HighlighterEncoder.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.core.search;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/core/search/SourceConfigParam.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/core/search/SourceConfigParam.java
index c9b2d7b9e..591e49035 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/core/search/SourceConfigParam.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/core/search/SourceConfigParam.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.core.search;
import co.elastic.clients.json.JsonpDeserializable;
@@ -45,6 +41,21 @@
import java.util.stream.Collectors;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _global.search._types.SourceConfigParam
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/core/search/SourceConfigParamBuilders.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/core/search/SourceConfigParamBuilders.java
index bdb4b8ed9..ae49ea9bd 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/core/search/SourceConfigParamBuilders.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/core/search/SourceConfigParamBuilders.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.core.search;
import co.elastic.clients.util.ObjectBuilder;
import java.lang.String;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Builders for {@link SourceConfigParam} variants.
*
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/core/search/SourceFilter.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/core/search/SourceFilter.java
index 401ee8c77..fedb88c1c 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/core/search/SourceFilter.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/core/search/SourceFilter.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.core.search;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: _global.search._types.SourceFilter
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/core/search/StringDistance.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/core/search/StringDistance.java
index 8009d1acd..bb5b6d8e3 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/core/search/StringDistance.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/core/search/StringDistance.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.core.search;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/core/search_mvt/GridAggregationType.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/core/search_mvt/GridAggregationType.java
index 2f9bc4b9c..a347b28f3 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/core/search_mvt/GridAggregationType.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/core/search_mvt/GridAggregationType.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.core.search_mvt;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see API
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/enrich/EnrichStatsRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/enrich/EnrichStatsRequest.java
index 60bb42209..83e037115 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/enrich/EnrichStatsRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/enrich/EnrichStatsRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.enrich;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -36,6 +32,21 @@
import java.util.Collections;
import java.util.Objects;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: enrich.stats.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/enrich/EnrichStatsResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/enrich/EnrichStatsResponse.java
index 09ef900dc..5bb010144 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/enrich/EnrichStatsResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/enrich/EnrichStatsResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.enrich;
import co.elastic.clients.elasticsearch.enrich.stats.CacheStats;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: enrich.stats.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/enrich/EnrichSummary.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/enrich/EnrichSummary.java
index cb22ecebc..d87db06e6 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/enrich/EnrichSummary.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/enrich/EnrichSummary.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.enrich;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: enrich._types.Summary
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/enrich/ExecutePolicyRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/enrich/ExecutePolicyRequest.java
index 541ac4f7f..1623ad63c 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/enrich/ExecutePolicyRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/enrich/ExecutePolicyRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.enrich;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: enrich.execute_policy.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/enrich/ExecutePolicyResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/enrich/ExecutePolicyResponse.java
index f7d54009c..92a390c65 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/enrich/ExecutePolicyResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/enrich/ExecutePolicyResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.enrich;
import co.elastic.clients.elasticsearch.enrich.execute_policy.ExecuteEnrichPolicyStatus;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: enrich.execute_policy.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/enrich/GetPolicyRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/enrich/GetPolicyRequest.java
index 67c7de99f..11d5ce276 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/enrich/GetPolicyRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/enrich/GetPolicyRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.enrich;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -44,6 +40,21 @@
import java.util.stream.Collectors;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: enrich.get_policy.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/enrich/GetPolicyResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/enrich/GetPolicyResponse.java
index 87ff700c0..1f87d2cc0 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/enrich/GetPolicyResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/enrich/GetPolicyResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.enrich;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: enrich.get_policy.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/enrich/PutPolicyRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/enrich/PutPolicyRequest.java
index d66b72551..6f7d87a50 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/enrich/PutPolicyRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/enrich/PutPolicyRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.enrich;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -44,6 +40,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: enrich.put_policy.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/enrich/PutPolicyResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/enrich/PutPolicyResponse.java
index 4f336ce29..dc1f57db4 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/enrich/PutPolicyResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/enrich/PutPolicyResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.enrich;
import co.elastic.clients.elasticsearch._types.AcknowledgedResponseBase;
@@ -33,6 +29,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: enrich.put_policy.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/enrich/execute_policy/EnrichPolicyPhase.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/enrich/execute_policy/EnrichPolicyPhase.java
index 47f012902..afe15042b 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/enrich/execute_policy/EnrichPolicyPhase.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/enrich/execute_policy/EnrichPolicyPhase.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.enrich.execute_policy;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see API
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/features/ElasticsearchFeaturesAsyncClient.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/features/ElasticsearchFeaturesAsyncClient.java
index 7a09efaa4..1c8e84d32 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/features/ElasticsearchFeaturesAsyncClient.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/features/ElasticsearchFeaturesAsyncClient.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.features;
import co.elastic.clients.ApiClient;
@@ -33,6 +29,21 @@
import java.util.concurrent.CompletableFuture;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Client for the features namespace.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/features/ElasticsearchFeaturesClient.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/features/ElasticsearchFeaturesClient.java
index 4b7ba303a..966d0072f 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/features/ElasticsearchFeaturesClient.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/features/ElasticsearchFeaturesClient.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.features;
import co.elastic.clients.ApiClient;
@@ -34,6 +30,21 @@
import java.io.IOException;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Client for the features namespace.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/features/Feature.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/features/Feature.java
index b84fb0268..ea3c37094 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/features/Feature.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/features/Feature.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.features;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: features._types.Feature
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/features/GetFeaturesRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/features/GetFeaturesRequest.java
index 54bf8a2ce..605b769ee 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/features/GetFeaturesRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/features/GetFeaturesRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.features;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -36,6 +32,21 @@
import java.util.Collections;
import java.util.Objects;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: features.get_features.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/features/GetFeaturesResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/features/GetFeaturesResponse.java
index 815cce52d..3b20057dc 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/features/GetFeaturesResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/features/GetFeaturesResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.features;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: features.get_features.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/features/ResetFeaturesRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/features/ResetFeaturesRequest.java
index 36fa758f5..970689148 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/features/ResetFeaturesRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/features/ResetFeaturesRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.features;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -36,6 +32,21 @@
import java.util.Collections;
import java.util.Objects;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: features.reset_features.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/features/ResetFeaturesResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/features/ResetFeaturesResponse.java
index 4cc037780..1ef1eff89 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/features/ResetFeaturesResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/features/ResetFeaturesResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.features;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: features.reset_features.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/fleet/ElasticsearchFleetAsyncClient.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/fleet/ElasticsearchFleetAsyncClient.java
index 348aa27ea..bc6fbd675 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/fleet/ElasticsearchFleetAsyncClient.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/fleet/ElasticsearchFleetAsyncClient.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.fleet;
import co.elastic.clients.ApiClient;
@@ -37,6 +33,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Client for the fleet namespace.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/fleet/ElasticsearchFleetClient.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/fleet/ElasticsearchFleetClient.java
index 9391100e8..ef8e107e3 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/fleet/ElasticsearchFleetClient.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/fleet/ElasticsearchFleetClient.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.fleet;
import co.elastic.clients.ApiClient;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Client for the fleet namespace.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/fleet/FleetSearchRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/fleet/FleetSearchRequest.java
index cc9b133f1..02cc64618 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/fleet/FleetSearchRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/fleet/FleetSearchRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.fleet;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -69,6 +65,21 @@
import java.util.stream.Collectors;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: fleet.search.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/fleet/FleetSearchResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/fleet/FleetSearchResponse.java
index b8dbfb329..88d207d01 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/fleet/FleetSearchResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/fleet/FleetSearchResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.fleet;
import co.elastic.clients.elasticsearch._types.ClusterStatistics;
@@ -55,6 +51,21 @@
import java.util.function.Supplier;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: fleet.search.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/graph/Connection.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/graph/Connection.java
index 057ba01ac..91c1fda17 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/graph/Connection.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/graph/Connection.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.graph;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: graph._types.Connection
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/graph/ElasticsearchGraphAsyncClient.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/graph/ElasticsearchGraphAsyncClient.java
index 98e991014..4ec0027ef 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/graph/ElasticsearchGraphAsyncClient.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/graph/ElasticsearchGraphAsyncClient.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.graph;
import co.elastic.clients.ApiClient;
@@ -35,6 +31,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Client for the graph namespace.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/graph/ElasticsearchGraphClient.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/graph/ElasticsearchGraphClient.java
index e80a0ae3a..e4ac20955 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/graph/ElasticsearchGraphClient.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/graph/ElasticsearchGraphClient.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.graph;
import co.elastic.clients.ApiClient;
@@ -36,6 +32,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Client for the graph namespace.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/graph/ExploreControls.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/graph/ExploreControls.java
index 771eae23b..80534cc9d 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/graph/ExploreControls.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/graph/ExploreControls.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.graph;
import co.elastic.clients.elasticsearch._types.Time;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: graph._types.ExploreControls
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/graph/ExploreRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/graph/ExploreRequest.java
index cfb0047d6..601f88927 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/graph/ExploreRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/graph/ExploreRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.graph;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -47,6 +43,21 @@
import java.util.stream.Collectors;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: graph.explore.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/graph/ExploreResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/graph/ExploreResponse.java
index 1c6e18253..0631b2350 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/graph/ExploreResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/graph/ExploreResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.graph;
import co.elastic.clients.elasticsearch._types.ShardFailure;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: graph.explore.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/graph/Hop.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/graph/Hop.java
index 8bd2128df..8429c193a 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/graph/Hop.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/graph/Hop.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.graph;
import co.elastic.clients.elasticsearch._types.query_dsl.Query;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: graph._types.Hop
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/graph/SampleDiversity.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/graph/SampleDiversity.java
index 0cc1cbe7d..f4f61e711 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/graph/SampleDiversity.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/graph/SampleDiversity.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.graph;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: graph._types.SampleDiversity
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/graph/Vertex.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/graph/Vertex.java
index d1a50125f..6322fcd31 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/graph/Vertex.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/graph/Vertex.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.graph;
import co.elastic.clients.json.JsonpDeserializable;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: graph._types.Vertex
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/graph/VertexDefinition.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/graph/VertexDefinition.java
index ccc9ac717..f06ac89af 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/graph/VertexDefinition.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/graph/VertexDefinition.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.graph;
import co.elastic.clients.json.JsonpDeserializable;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: graph._types.VertexDefinition
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/graph/VertexInclude.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/graph/VertexInclude.java
index 4437ef96f..04c7203c5 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/graph/VertexInclude.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/graph/VertexInclude.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.graph;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: graph._types.VertexInclude
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/Configurations.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/Configurations.java
index e50405269..7110d45ee 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/Configurations.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/Configurations.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ilm;
import co.elastic.clients.elasticsearch.indices.rollover.RolloverConditions;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ilm._types.Configurations
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/DeleteLifecycleRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/DeleteLifecycleRequest.java
index b3b6c1525..ddc52159a 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/DeleteLifecycleRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/DeleteLifecycleRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ilm;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ilm.delete_lifecycle.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/DeleteLifecycleResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/DeleteLifecycleResponse.java
index 7f179dd3b..31198a4e9 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/DeleteLifecycleResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/DeleteLifecycleResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ilm;
import co.elastic.clients.elasticsearch._types.AcknowledgedResponseBase;
@@ -33,6 +29,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ilm.delete_lifecycle.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/ElasticsearchIlmAsyncClient.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/ElasticsearchIlmAsyncClient.java
index a5f320635..d574df141 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/ElasticsearchIlmAsyncClient.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/ElasticsearchIlmAsyncClient.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ilm;
import co.elastic.clients.ApiClient;
@@ -35,6 +31,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Client for the ilm namespace.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/ElasticsearchIlmClient.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/ElasticsearchIlmClient.java
index 2c22b4ecd..b8d8d5bf7 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/ElasticsearchIlmClient.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/ElasticsearchIlmClient.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ilm;
import co.elastic.clients.ApiClient;
@@ -36,6 +32,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Client for the ilm namespace.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/ExplainLifecycleRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/ExplainLifecycleRequest.java
index 9c4e5cde9..1f0884e87 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/ExplainLifecycleRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/ExplainLifecycleRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ilm;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -43,6 +39,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ilm.explain_lifecycle.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/ExplainLifecycleResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/ExplainLifecycleResponse.java
index ec1a8d7fb..cdb44b915 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/ExplainLifecycleResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/ExplainLifecycleResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ilm;
import co.elastic.clients.elasticsearch.ilm.explain_lifecycle.LifecycleExplain;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ilm.explain_lifecycle.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/ForceMergeConfiguration.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/ForceMergeConfiguration.java
index 7aea99f2f..6fd3dd6ce 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/ForceMergeConfiguration.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/ForceMergeConfiguration.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ilm;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ilm._types.ForceMergeConfiguration
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/GetIlmStatusRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/GetIlmStatusRequest.java
index 55e5dd66f..656d6d1e7 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/GetIlmStatusRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/GetIlmStatusRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ilm;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -36,6 +32,21 @@
import java.util.Collections;
import java.util.Objects;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ilm.get_status.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/GetIlmStatusResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/GetIlmStatusResponse.java
index 5b151c9f3..4320b80bc 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/GetIlmStatusResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/GetIlmStatusResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ilm;
import co.elastic.clients.elasticsearch._types.LifecycleOperationMode;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ilm.get_status.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/GetLifecycleRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/GetLifecycleRequest.java
index 31f477077..7affc2ee2 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/GetLifecycleRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/GetLifecycleRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ilm;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ilm.get_lifecycle.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/GetLifecycleResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/GetLifecycleResponse.java
index e19b33a33..14dc31646 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/GetLifecycleResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/GetLifecycleResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ilm;
import co.elastic.clients.elasticsearch.ilm.get_lifecycle.Lifecycle;
@@ -43,6 +39,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ilm.get_lifecycle.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/IlmPolicy.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/IlmPolicy.java
index 8889022f6..f0c8ce473 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/IlmPolicy.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/IlmPolicy.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ilm;
import co.elastic.clients.json.JsonData;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ilm._types.Policy
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/MigrateToDataTiersRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/MigrateToDataTiersRequest.java
index 6f1057961..9dc3bdf94 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/MigrateToDataTiersRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/MigrateToDataTiersRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ilm;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -44,6 +40,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ilm.migrate_to_data_tiers.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/MigrateToDataTiersResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/MigrateToDataTiersResponse.java
index 07e5c7e46..c1c1b5f4c 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/MigrateToDataTiersResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/MigrateToDataTiersResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ilm;
import co.elastic.clients.json.JsonpDeserializable;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ilm.migrate_to_data_tiers.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/MoveToStepRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/MoveToStepRequest.java
index 0d02debb2..c178272d7 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/MoveToStepRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/MoveToStepRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ilm;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -45,6 +41,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ilm.move_to_step.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/MoveToStepResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/MoveToStepResponse.java
index 010635f0f..c95d1d47c 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/MoveToStepResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/MoveToStepResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ilm;
import co.elastic.clients.elasticsearch._types.AcknowledgedResponseBase;
@@ -33,6 +29,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ilm.move_to_step.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/Phase.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/Phase.java
index 86ab60b8c..a3d93a9b6 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/Phase.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/Phase.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ilm;
import co.elastic.clients.elasticsearch._types.Time;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ilm._types.Phase
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/Phases.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/Phases.java
index 45fa54c35..7cf352694 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/Phases.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/Phases.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ilm;
import co.elastic.clients.json.JsonpDeserializable;
@@ -37,6 +33,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ilm._types.Phases
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/PutLifecycleRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/PutLifecycleRequest.java
index 75a0a8d25..5766c5f74 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/PutLifecycleRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/PutLifecycleRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ilm;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -44,6 +40,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ilm.put_lifecycle.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/PutLifecycleResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/PutLifecycleResponse.java
index 59da5a058..59aab2bc9 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/PutLifecycleResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/PutLifecycleResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ilm;
import co.elastic.clients.elasticsearch._types.AcknowledgedResponseBase;
@@ -33,6 +29,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ilm.put_lifecycle.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/RemovePolicyRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/RemovePolicyRequest.java
index efa1d2c85..317d01f54 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/RemovePolicyRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/RemovePolicyRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ilm;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ilm.remove_policy.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/RemovePolicyResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/RemovePolicyResponse.java
index 07b3d3e54..65bd8e54f 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/RemovePolicyResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/RemovePolicyResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ilm;
import co.elastic.clients.json.JsonpDeserializable;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ilm.remove_policy.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/RetryRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/RetryRequest.java
index 7b1335c1a..0c261f62a 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/RetryRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/RetryRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ilm;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ilm.retry.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/RetryResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/RetryResponse.java
index 6c81616c7..36c5f2b66 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/RetryResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/RetryResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ilm;
import co.elastic.clients.elasticsearch._types.AcknowledgedResponseBase;
@@ -33,6 +29,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ilm.retry.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/ShrinkConfiguration.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/ShrinkConfiguration.java
index b59f41839..acff9f3fc 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/ShrinkConfiguration.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/ShrinkConfiguration.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ilm;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ilm._types.ShrinkConfiguration
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/StartIlmRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/StartIlmRequest.java
index eb8ce80a8..69488af3e 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/StartIlmRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/StartIlmRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ilm;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ilm.start.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/StartIlmResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/StartIlmResponse.java
index f569c3038..92cb9f8c5 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/StartIlmResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/StartIlmResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ilm;
import co.elastic.clients.elasticsearch._types.AcknowledgedResponseBase;
@@ -33,6 +29,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ilm.start.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/StopIlmRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/StopIlmRequest.java
index d23df9c59..91dbc8e13 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/StopIlmRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/StopIlmRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ilm;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ilm.stop.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/StopIlmResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/StopIlmResponse.java
index b1fde396d..f4ab3caf5 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/StopIlmResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/StopIlmResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ilm;
import co.elastic.clients.elasticsearch._types.AcknowledgedResponseBase;
@@ -33,6 +29,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ilm.stop.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/explain_lifecycle/LifecycleExplain.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/explain_lifecycle/LifecycleExplain.java
index 44c296c83..61c58518a 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/explain_lifecycle/LifecycleExplain.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/explain_lifecycle/LifecycleExplain.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ilm.explain_lifecycle;
import co.elastic.clients.json.JsonEnum;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ilm.explain_lifecycle.LifecycleExplain
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/explain_lifecycle/LifecycleExplainBuilders.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/explain_lifecycle/LifecycleExplainBuilders.java
index 437bcff8a..2a2b3a826 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/explain_lifecycle/LifecycleExplainBuilders.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/explain_lifecycle/LifecycleExplainBuilders.java
@@ -17,15 +17,26 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ilm.explain_lifecycle;
import co.elastic.clients.util.ObjectBuilder;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Builders for {@link LifecycleExplain} variants.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/explain_lifecycle/LifecycleExplainManaged.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/explain_lifecycle/LifecycleExplainManaged.java
index ecf5ccdb0..c6d11c438 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/explain_lifecycle/LifecycleExplainManaged.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/explain_lifecycle/LifecycleExplainManaged.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ilm.explain_lifecycle;
import co.elastic.clients.elasticsearch._types.Time;
@@ -46,6 +42,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ilm.explain_lifecycle.LifecycleExplainManaged
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/explain_lifecycle/LifecycleExplainPhaseExecution.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/explain_lifecycle/LifecycleExplainPhaseExecution.java
index 21e05e3df..181025ee1 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/explain_lifecycle/LifecycleExplainPhaseExecution.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/explain_lifecycle/LifecycleExplainPhaseExecution.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ilm.explain_lifecycle;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ilm.explain_lifecycle.LifecycleExplainPhaseExecution
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/explain_lifecycle/LifecycleExplainUnmanaged.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/explain_lifecycle/LifecycleExplainUnmanaged.java
index 3d72f48b3..b792e452c 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/explain_lifecycle/LifecycleExplainUnmanaged.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/explain_lifecycle/LifecycleExplainUnmanaged.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ilm.explain_lifecycle;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ilm.explain_lifecycle.LifecycleExplainUnmanaged
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/explain_lifecycle/LifecycleExplainVariant.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/explain_lifecycle/LifecycleExplainVariant.java
index 5ce5d487b..9f543117e 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/explain_lifecycle/LifecycleExplainVariant.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/explain_lifecycle/LifecycleExplainVariant.java
@@ -17,14 +17,25 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ilm.explain_lifecycle;
import co.elastic.clients.json.JsonpSerializable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Base interface for {@link LifecycleExplain} variants.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/get_lifecycle/Lifecycle.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/get_lifecycle/Lifecycle.java
index d38b1ae8b..e59504d86 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/get_lifecycle/Lifecycle.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/get_lifecycle/Lifecycle.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ilm.get_lifecycle;
import co.elastic.clients.elasticsearch.ilm.IlmPolicy;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ilm.get_lifecycle.Lifecycle
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/move_to_step/StepKey.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/move_to_step/StepKey.java
index ccd72ebc7..2ab46ab63 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/move_to_step/StepKey.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ilm/move_to_step/StepKey.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ilm.move_to_step;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ilm.move_to_step.StepKey
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/AddBlockRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/AddBlockRequest.java
index 1a06ec1fa..0ed0fb241 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/AddBlockRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/AddBlockRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -47,6 +43,21 @@
import java.util.stream.Collectors;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.add_block.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/AddBlockResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/AddBlockResponse.java
index 79dc5a497..c25c87be1 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/AddBlockResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/AddBlockResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.elasticsearch._types.AcknowledgedResponse;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.add_block.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/Alias.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/Alias.java
index ea3cc1caf..8c0790e01 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/Alias.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/Alias.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.elasticsearch._types.query_dsl.Query;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices._types.Alias
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/AliasDefinition.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/AliasDefinition.java
index 619b808d8..85365490e 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/AliasDefinition.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/AliasDefinition.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.elasticsearch._types.query_dsl.Query;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices._types.AliasDefinition
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/AnalyzeRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/AnalyzeRequest.java
index aadb9a1f7..a53cc84ad 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/AnalyzeRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/AnalyzeRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -49,6 +45,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.analyze.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/AnalyzeResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/AnalyzeResponse.java
index 4d4a5ecf9..dc61d9e70 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/AnalyzeResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/AnalyzeResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.elasticsearch.indices.analyze.AnalyzeDetail;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.analyze.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/CacheQueries.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/CacheQueries.java
index 4f56739c2..e8e882782 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/CacheQueries.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/CacheQueries.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices._types.CacheQueries
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/ClearCacheRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/ClearCacheRequest.java
index 6cd9eb820..86e774c2b 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/ClearCacheRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/ClearCacheRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -45,6 +41,21 @@
import java.util.stream.Collectors;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.clear_cache.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/ClearCacheResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/ClearCacheResponse.java
index 7decb3056..f664d4d9d 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/ClearCacheResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/ClearCacheResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.elasticsearch._types.ShardsOperationResponseBase;
@@ -33,6 +29,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.clear_cache.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/CloneIndexRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/CloneIndexRequest.java
index 9ea351431..78c58675a 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/CloneIndexRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/CloneIndexRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -46,6 +42,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.clone.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/CloneIndexResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/CloneIndexResponse.java
index ad16c39e5..fed896fbb 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/CloneIndexResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/CloneIndexResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.elasticsearch._types.AcknowledgedResponse;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.clone.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/CloseIndexRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/CloseIndexRequest.java
index 8f4df6b98..cf7fc3538 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/CloseIndexRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/CloseIndexRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -47,6 +43,21 @@
import java.util.stream.Collectors;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.close.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/CloseIndexResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/CloseIndexResponse.java
index 8c9664ada..c4496e90f 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/CloseIndexResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/CloseIndexResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.elasticsearch._types.AcknowledgedResponse;
@@ -43,6 +39,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.close.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/CreateDataStreamRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/CreateDataStreamRequest.java
index 05c23df8d..79ae44f41 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/CreateDataStreamRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/CreateDataStreamRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.create_data_stream.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/CreateDataStreamResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/CreateDataStreamResponse.java
index 91eb66afd..9b5e2b043 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/CreateDataStreamResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/CreateDataStreamResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.elasticsearch._types.AcknowledgedResponseBase;
@@ -33,6 +29,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.create_data_stream.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/CreateIndexRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/CreateIndexRequest.java
index e6089255a..8f227b173 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/CreateIndexRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/CreateIndexRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -46,6 +42,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.create.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/CreateIndexResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/CreateIndexResponse.java
index 808311ca1..1eb6fe168 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/CreateIndexResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/CreateIndexResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.elasticsearch._types.AcknowledgedResponse;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.create.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DataStream.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DataStream.java
index fd84a51a7..eeafd3aed 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DataStream.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DataStream.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.elasticsearch._types.HealthStatus;
@@ -45,6 +41,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices._types.DataStream
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DataStreamIndex.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DataStreamIndex.java
index 97ef044ba..b0868fc50 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DataStreamIndex.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DataStreamIndex.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices._types.DataStreamIndex
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DataStreamLifecycle.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DataStreamLifecycle.java
index 9e271ed27..d3d6f4040 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DataStreamLifecycle.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DataStreamLifecycle.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.elasticsearch._types.Time;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices._types.DataStreamLifecycle
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DataStreamLifecycleDownsampling.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DataStreamLifecycleDownsampling.java
index fa06490dc..b1f5696c4 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DataStreamLifecycleDownsampling.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DataStreamLifecycleDownsampling.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices._types.DataStreamLifecycleDownsampling
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DataStreamLifecycleRolloverConditions.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DataStreamLifecycleRolloverConditions.java
index 42e1ec3f5..96605215d 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DataStreamLifecycleRolloverConditions.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DataStreamLifecycleRolloverConditions.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.elasticsearch._types.Time;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices._types.DataStreamLifecycleRolloverConditions
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DataStreamLifecycleWithRollover.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DataStreamLifecycleWithRollover.java
index aaa5b76b8..d1eb39b7f 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DataStreamLifecycleWithRollover.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DataStreamLifecycleWithRollover.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.elasticsearch._types.Time;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices._types.DataStreamLifecycleWithRollover
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DataStreamTimestampField.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DataStreamTimestampField.java
index f1a1e2c40..ae0ea8287 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DataStreamTimestampField.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DataStreamTimestampField.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices._types.DataStreamTimestampField
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DataStreamVisibility.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DataStreamVisibility.java
index 67c9a6b4c..9f562c19d 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DataStreamVisibility.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DataStreamVisibility.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices._types.DataStreamVisibility
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DataStreamsStatsRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DataStreamsStatsRequest.java
index 678a91d9b..4c4295eda 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DataStreamsStatsRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DataStreamsStatsRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -44,6 +40,21 @@
import java.util.stream.Collectors;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.data_streams_stats.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DataStreamsStatsResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DataStreamsStatsResponse.java
index 1ac433188..021fbc31b 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DataStreamsStatsResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DataStreamsStatsResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.elasticsearch._types.ShardStatistics;
@@ -43,6 +39,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.data_streams_stats.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DeleteAliasRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DeleteAliasRequest.java
index 4c9857640..379766b9e 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DeleteAliasRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DeleteAliasRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -44,6 +40,21 @@
import java.util.stream.Collectors;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.delete_alias.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DeleteAliasResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DeleteAliasResponse.java
index 56a56443b..1255191ab 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DeleteAliasResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DeleteAliasResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.elasticsearch._types.AcknowledgedResponseBase;
@@ -33,6 +29,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.delete_alias.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DeleteDataLifecycleRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DeleteDataLifecycleRequest.java
index 4ab9bbc36..8da922024 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DeleteDataLifecycleRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DeleteDataLifecycleRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -45,6 +41,21 @@
import java.util.stream.Collectors;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.delete_data_lifecycle.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DeleteDataLifecycleResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DeleteDataLifecycleResponse.java
index 86ab655f3..e1f782794 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DeleteDataLifecycleResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DeleteDataLifecycleResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.elasticsearch._types.AcknowledgedResponseBase;
@@ -33,6 +29,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.delete_data_lifecycle.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DeleteDataStreamRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DeleteDataStreamRequest.java
index 1e5f101b3..a8cb9e4f4 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DeleteDataStreamRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DeleteDataStreamRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -44,6 +40,21 @@
import java.util.stream.Collectors;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.delete_data_stream.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DeleteDataStreamResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DeleteDataStreamResponse.java
index 5429591b1..a31ed5d30 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DeleteDataStreamResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DeleteDataStreamResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.elasticsearch._types.AcknowledgedResponseBase;
@@ -33,6 +29,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.delete_data_stream.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DeleteIndexRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DeleteIndexRequest.java
index 6247195db..a82af788c 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DeleteIndexRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DeleteIndexRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -46,6 +42,21 @@
import java.util.stream.Collectors;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.delete.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DeleteIndexResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DeleteIndexResponse.java
index 3370b1d56..9a982fd93 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DeleteIndexResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DeleteIndexResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.elasticsearch._types.IndicesResponseBase;
@@ -33,6 +29,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.delete.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DeleteIndexTemplateRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DeleteIndexTemplateRequest.java
index 6c3516d64..7533511ef 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DeleteIndexTemplateRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DeleteIndexTemplateRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -44,6 +40,21 @@
import java.util.stream.Collectors;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.delete_index_template.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DeleteIndexTemplateResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DeleteIndexTemplateResponse.java
index fada7580b..521988450 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DeleteIndexTemplateResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DeleteIndexTemplateResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.elasticsearch._types.AcknowledgedResponseBase;
@@ -33,6 +29,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.delete_index_template.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DeleteTemplateRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DeleteTemplateRequest.java
index 20971b748..0a796dac6 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DeleteTemplateRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DeleteTemplateRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.delete_template.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DeleteTemplateResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DeleteTemplateResponse.java
index 4a5dbdb5f..1e7e2e120 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DeleteTemplateResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DeleteTemplateResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.elasticsearch._types.AcknowledgedResponseBase;
@@ -33,6 +29,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.delete_template.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DiskUsageRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DiskUsageRequest.java
index c1ba4255c..eebe6a7ed 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DiskUsageRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DiskUsageRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -45,6 +41,21 @@
import java.util.stream.Collectors;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.disk_usage.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DiskUsageResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DiskUsageResponse.java
index 15e884ebb..48101c974 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DiskUsageResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DiskUsageResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.json.JsonData;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.disk_usage.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DownsampleConfig.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DownsampleConfig.java
index 3c42636eb..0b9f04da8 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DownsampleConfig.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DownsampleConfig.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.elasticsearch._types.Time;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices._types.DownsampleConfig
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DownsampleRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DownsampleRequest.java
index 3732c2628..3434cb100 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DownsampleRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DownsampleRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -45,6 +41,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.downsample.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DownsampleResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DownsampleResponse.java
index de6c8c60d..a531ff63f 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DownsampleResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DownsampleResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.json.JsonData;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.downsample.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DownsamplingRound.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DownsamplingRound.java
index 924cb327f..047b3a94c 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DownsamplingRound.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/DownsamplingRound.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.elasticsearch._types.Time;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices._types.DownsamplingRound
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/ElasticsearchIndicesAsyncClient.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/ElasticsearchIndicesAsyncClient.java
index 01d9d4879..73949abd1 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/ElasticsearchIndicesAsyncClient.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/ElasticsearchIndicesAsyncClient.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.ApiClient;
@@ -36,6 +32,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Client for the indices namespace.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/ElasticsearchIndicesClient.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/ElasticsearchIndicesClient.java
index 3ad23718c..3baaab018 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/ElasticsearchIndicesClient.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/ElasticsearchIndicesClient.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.ApiClient;
@@ -37,6 +33,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Client for the indices namespace.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/ExistsAliasRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/ExistsAliasRequest.java
index f7da54657..63a5accac 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/ExistsAliasRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/ExistsAliasRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -47,6 +43,21 @@
import java.util.stream.Collectors;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.exists_alias.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/ExistsIndexTemplateRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/ExistsIndexTemplateRequest.java
index c8600fd8d..f204a6986 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/ExistsIndexTemplateRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/ExistsIndexTemplateRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -44,6 +40,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.exists_index_template.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/ExistsRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/ExistsRequest.java
index e49e82a04..351959e8c 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/ExistsRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/ExistsRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -47,6 +43,21 @@
import java.util.stream.Collectors;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.exists.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/ExistsTemplateRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/ExistsTemplateRequest.java
index 380c4ebde..0920bcc0d 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/ExistsTemplateRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/ExistsTemplateRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -47,6 +43,21 @@
import java.util.stream.Collectors;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.exists_template.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/ExplainDataLifecycleRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/ExplainDataLifecycleRequest.java
index c9117b4e4..0de719315 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/ExplainDataLifecycleRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/ExplainDataLifecycleRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -45,6 +41,21 @@
import java.util.stream.Collectors;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.explain_data_lifecycle.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/ExplainDataLifecycleResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/ExplainDataLifecycleResponse.java
index 422f772a8..e8b06c9de 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/ExplainDataLifecycleResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/ExplainDataLifecycleResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.elasticsearch.indices.explain_data_lifecycle.DataStreamLifecycleExplain;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.explain_data_lifecycle.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/FieldUsageStatsRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/FieldUsageStatsRequest.java
index a559e3c7d..27cd7608f 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/FieldUsageStatsRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/FieldUsageStatsRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -47,6 +43,21 @@
import java.util.stream.Collectors;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.field_usage_stats.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/FieldUsageStatsResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/FieldUsageStatsResponse.java
index 555df8b0e..36bdac02d 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/FieldUsageStatsResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/FieldUsageStatsResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.elasticsearch.indices.field_usage_stats.FieldsUsageBody;
@@ -33,6 +29,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.field_usage_stats.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/FielddataFrequencyFilter.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/FielddataFrequencyFilter.java
index 0e783a701..f197b6bf0 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/FielddataFrequencyFilter.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/FielddataFrequencyFilter.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices._types.FielddataFrequencyFilter
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/FlushRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/FlushRequest.java
index ff8a34d3b..cc937d327 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/FlushRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/FlushRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -45,6 +41,21 @@
import java.util.stream.Collectors;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.flush.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/FlushResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/FlushResponse.java
index 41f8c57a4..304581b8c 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/FlushResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/FlushResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.elasticsearch._types.ShardsOperationResponseBase;
@@ -33,6 +29,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.flush.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/ForcemergeRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/ForcemergeRequest.java
index 598569ae7..2eb961c31 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/ForcemergeRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/ForcemergeRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -46,6 +42,21 @@
import java.util.stream.Collectors;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.forcemerge.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/ForcemergeResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/ForcemergeResponse.java
index 7a5a382b4..05968dea3 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/ForcemergeResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/ForcemergeResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.elasticsearch.indices.forcemerge.ForceMergeResponseBody;
@@ -33,6 +29,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.forcemerge.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/GetAliasRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/GetAliasRequest.java
index d8b7b1f82..6a93c4c30 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/GetAliasRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/GetAliasRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -45,6 +41,21 @@
import java.util.stream.Collectors;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.get_alias.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/GetAliasResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/GetAliasResponse.java
index e4516e3ff..07a00f9c1 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/GetAliasResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/GetAliasResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.elasticsearch.indices.get_alias.IndexAliases;
@@ -43,6 +39,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.get_alias.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/GetDataLifecycleRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/GetDataLifecycleRequest.java
index e76db1480..1c05dd329 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/GetDataLifecycleRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/GetDataLifecycleRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -45,6 +41,21 @@
import java.util.stream.Collectors;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.get_data_lifecycle.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/GetDataLifecycleResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/GetDataLifecycleResponse.java
index bd87eaa4b..b770acbe5 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/GetDataLifecycleResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/GetDataLifecycleResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.elasticsearch.indices.get_data_lifecycle.DataStreamWithLifecycle;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.get_data_lifecycle.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/GetDataStreamRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/GetDataStreamRequest.java
index 1ba10dce6..ebf90196a 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/GetDataStreamRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/GetDataStreamRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -45,6 +41,21 @@
import java.util.stream.Collectors;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.get_data_stream.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/GetDataStreamResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/GetDataStreamResponse.java
index d52549e5e..3c7fa5d83 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/GetDataStreamResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/GetDataStreamResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.get_data_stream.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/GetFieldMappingRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/GetFieldMappingRequest.java
index 294260e42..8e12878f8 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/GetFieldMappingRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/GetFieldMappingRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -45,6 +41,21 @@
import java.util.stream.Collectors;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.get_field_mapping.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/GetFieldMappingResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/GetFieldMappingResponse.java
index e907fe5e4..9c1dfb382 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/GetFieldMappingResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/GetFieldMappingResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.elasticsearch.indices.get_field_mapping.TypeFieldMappings;
@@ -43,6 +39,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.get_field_mapping.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/GetIndexRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/GetIndexRequest.java
index a664fdc1c..8cafaeecb 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/GetIndexRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/GetIndexRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -47,6 +43,21 @@
import java.util.stream.Collectors;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.get.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/GetIndexResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/GetIndexResponse.java
index 1e313eded..0eb9e9f14 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/GetIndexResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/GetIndexResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.json.JsonpDeserializable;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.get.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/GetIndexTemplateRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/GetIndexTemplateRequest.java
index 68a2e269f..310aa2053 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/GetIndexTemplateRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/GetIndexTemplateRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.get_index_template.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/GetIndexTemplateResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/GetIndexTemplateResponse.java
index 080b73319..a098f2ba7 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/GetIndexTemplateResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/GetIndexTemplateResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.elasticsearch.indices.get_index_template.IndexTemplateItem;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.get_index_template.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/GetIndicesSettingsRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/GetIndicesSettingsRequest.java
index c07d5e8a3..3272fe22a 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/GetIndicesSettingsRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/GetIndicesSettingsRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -46,6 +42,21 @@
import java.util.stream.Collectors;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.get_settings.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/GetIndicesSettingsResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/GetIndicesSettingsResponse.java
index ba5c5682f..4bbe6b441 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/GetIndicesSettingsResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/GetIndicesSettingsResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.json.JsonpDeserializable;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.get_settings.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/GetMappingRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/GetMappingRequest.java
index e25b1d52a..26f6866f8 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/GetMappingRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/GetMappingRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -46,6 +42,21 @@
import java.util.stream.Collectors;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.get_mapping.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/GetMappingResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/GetMappingResponse.java
index 997c89694..5d88a4fed 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/GetMappingResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/GetMappingResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.elasticsearch.indices.get_mapping.IndexMappingRecord;
@@ -43,6 +39,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.get_mapping.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/GetTemplateRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/GetTemplateRequest.java
index 85ef8c5c5..2bd84c87f 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/GetTemplateRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/GetTemplateRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -45,6 +41,21 @@
import java.util.stream.Collectors;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.get_template.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/GetTemplateResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/GetTemplateResponse.java
index 71d677396..60927ea63 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/GetTemplateResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/GetTemplateResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.json.JsonpDeserializable;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.get_template.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/IndexCheckOnStartup.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/IndexCheckOnStartup.java
index 79ee0cdb6..f26073eec 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/IndexCheckOnStartup.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/IndexCheckOnStartup.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see API
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SegmentSortOrder.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SegmentSortOrder.java
index d140c205b..565f50904 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SegmentSortOrder.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SegmentSortOrder.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see API
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SegmentsRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SegmentsRequest.java
index 9d2d3e4da..4f980c067 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SegmentsRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SegmentsRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -45,6 +41,21 @@
import java.util.stream.Collectors;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.segments.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SegmentsResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SegmentsResponse.java
index f5a73e45d..aed9e5765 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SegmentsResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SegmentsResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.elasticsearch._types.ShardStatistics;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.segments.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SettingsAnalyze.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SettingsAnalyze.java
index bf5c279f7..eb547c319 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SettingsAnalyze.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SettingsAnalyze.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices._types.SettingsAnalyze
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SettingsHighlight.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SettingsHighlight.java
index ea4a0b236..5148f36e6 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SettingsHighlight.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SettingsHighlight.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices._types.SettingsHighlight
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SettingsQueryString.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SettingsQueryString.java
index 6809169c3..4251c53c9 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SettingsQueryString.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SettingsQueryString.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices._types.SettingsQueryString
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SettingsSearch.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SettingsSearch.java
index ab9651dc8..94ab24661 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SettingsSearch.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SettingsSearch.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.json.JsonpDeserializable;
@@ -37,6 +33,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices._types.SettingsSearch
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SettingsSimilarity.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SettingsSimilarity.java
index 52c7e9ef9..7f3110357 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SettingsSimilarity.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SettingsSimilarity.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.json.JsonpDeserializable;
@@ -37,6 +33,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices._types.SettingsSimilarity
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SettingsSimilarityBm25.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SettingsSimilarityBm25.java
index b585f302a..e9cf76fb4 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SettingsSimilarityBm25.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SettingsSimilarityBm25.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices._types.SettingsSimilarityBm25
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SettingsSimilarityDfi.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SettingsSimilarityDfi.java
index 3c9367797..400b33b01 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SettingsSimilarityDfi.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SettingsSimilarityDfi.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.elasticsearch._types.DFIIndependenceMeasure;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices._types.SettingsSimilarityDfi
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SettingsSimilarityDfr.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SettingsSimilarityDfr.java
index f853ca001..74f0f44ca 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SettingsSimilarityDfr.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SettingsSimilarityDfr.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.elasticsearch._types.DFRAfterEffect;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices._types.SettingsSimilarityDfr
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SettingsSimilarityIb.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SettingsSimilarityIb.java
index 185bb5e3b..f866dbfad 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SettingsSimilarityIb.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SettingsSimilarityIb.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.elasticsearch._types.IBDistribution;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices._types.SettingsSimilarityIb
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SettingsSimilarityLmd.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SettingsSimilarityLmd.java
index 4475b395f..aeb12910f 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SettingsSimilarityLmd.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SettingsSimilarityLmd.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices._types.SettingsSimilarityLmd
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SettingsSimilarityLmj.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SettingsSimilarityLmj.java
index b3890b127..ffdeadf2a 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SettingsSimilarityLmj.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SettingsSimilarityLmj.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices._types.SettingsSimilarityLmj
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SettingsSimilarityScriptedTfidf.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SettingsSimilarityScriptedTfidf.java
index ff59778c4..7b9b31a63 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SettingsSimilarityScriptedTfidf.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SettingsSimilarityScriptedTfidf.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.elasticsearch._types.Script;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices._types.SettingsSimilarityScriptedTfidf
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/ShardStoresRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/ShardStoresRequest.java
index f3ef353dc..04e059dd7 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/ShardStoresRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/ShardStoresRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -46,6 +42,21 @@
import java.util.stream.Collectors;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.shard_stores.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/ShardStoresResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/ShardStoresResponse.java
index bc563d570..c68661cf7 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/ShardStoresResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/ShardStoresResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.elasticsearch.indices.shard_stores.IndicesShardStores;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.shard_stores.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/ShrinkRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/ShrinkRequest.java
index 5b8aef73e..7614e021c 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/ShrinkRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/ShrinkRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -46,6 +42,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.shrink.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/ShrinkResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/ShrinkResponse.java
index 6e779f31d..80817cff2 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/ShrinkResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/ShrinkResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.elasticsearch._types.AcknowledgedResponse;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.shrink.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SimulateIndexTemplateRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SimulateIndexTemplateRequest.java
index ef4aedff7..4d080dcc3 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SimulateIndexTemplateRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SimulateIndexTemplateRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -50,6 +46,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.simulate_index_template.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SimulateIndexTemplateResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SimulateIndexTemplateResponse.java
index 9c85fdf06..ddc66e621 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SimulateIndexTemplateResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SimulateIndexTemplateResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.json.JsonpDeserializable;
@@ -31,6 +27,21 @@
import jakarta.json.stream.JsonGenerator;
import java.util.Objects;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.simulate_index_template.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SimulateTemplateRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SimulateTemplateRequest.java
index 4bafcbf29..c23ccef78 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SimulateTemplateRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SimulateTemplateRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -46,6 +42,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.simulate_template.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SimulateTemplateResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SimulateTemplateResponse.java
index 8cc600a1a..d3411d785 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SimulateTemplateResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SimulateTemplateResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.elasticsearch.indices.simulate_template.Overlapping;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.simulate_template.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SlowlogSettings.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SlowlogSettings.java
index d9ab7000a..d191134f2 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SlowlogSettings.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SlowlogSettings.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices._types.SlowlogSettings
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SlowlogTresholdLevels.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SlowlogTresholdLevels.java
index 3493285c9..16e3e513f 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SlowlogTresholdLevels.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SlowlogTresholdLevels.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.elasticsearch._types.Time;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices._types.SlowlogTresholdLevels
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SlowlogTresholds.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SlowlogTresholds.java
index 9d9efa393..4354d448a 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SlowlogTresholds.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SlowlogTresholds.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.json.JsonpDeserializable;
@@ -37,6 +33,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices._types.SlowlogTresholds
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SoftDeletes.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SoftDeletes.java
index dfc72fddc..13aa7f0d7 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SoftDeletes.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SoftDeletes.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices._types.SoftDeletes
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SplitRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SplitRequest.java
index a7c3fcf18..1cf7e7758 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SplitRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SplitRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -46,6 +42,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.split.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SplitResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SplitResponse.java
index 5e09c0bef..1a89d3760 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SplitResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/SplitResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.elasticsearch._types.AcknowledgedResponse;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.split.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/Storage.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/Storage.java
index c76beb368..f1a8c63f9 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/Storage.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/Storage.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices._types.Storage
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/StorageType.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/StorageType.java
index e42d85ab3..10510c714 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/StorageType.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/StorageType.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see API
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/TemplateMapping.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/TemplateMapping.java
index 775659f7b..f2ee208ec 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/TemplateMapping.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/TemplateMapping.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.elasticsearch._types.mapping.TypeMapping;
@@ -45,6 +41,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices._types.TemplateMapping
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/Translog.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/Translog.java
index 16ab9c863..5f42a6e05 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/Translog.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/Translog.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.elasticsearch._types.Time;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices._types.Translog
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/TranslogDurability.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/TranslogDurability.java
index c529ba186..c56acd4ca 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/TranslogDurability.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/TranslogDurability.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see API
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/get_alias/IndexAliases.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/get_alias/IndexAliases.java
index e1860e24a..23ab2d267 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/get_alias/IndexAliases.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/get_alias/IndexAliases.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices.get_alias;
import co.elastic.clients.elasticsearch.indices.AliasDefinition;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.get_alias.IndexAliases
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/get_data_lifecycle/DataStreamWithLifecycle.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/get_data_lifecycle/DataStreamWithLifecycle.java
index f60a3b633..c0f1c5612 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/get_data_lifecycle/DataStreamWithLifecycle.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/get_data_lifecycle/DataStreamWithLifecycle.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices.get_data_lifecycle;
import co.elastic.clients.elasticsearch.indices.DataStreamLifecycle;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.get_data_lifecycle.DataStreamWithLifecycle
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/get_field_mapping/TypeFieldMappings.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/get_field_mapping/TypeFieldMappings.java
index 95dadf988..3715507cc 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/get_field_mapping/TypeFieldMappings.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/get_field_mapping/TypeFieldMappings.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices.get_field_mapping;
import co.elastic.clients.elasticsearch._types.mapping.FieldMapping;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.get_field_mapping.TypeFieldMappings
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/get_index_template/IndexTemplateItem.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/get_index_template/IndexTemplateItem.java
index 98ea0a405..83a4abfd7 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/get_index_template/IndexTemplateItem.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/get_index_template/IndexTemplateItem.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices.get_index_template;
import co.elastic.clients.elasticsearch.indices.IndexTemplate;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.get_index_template.IndexTemplateItem
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/get_mapping/IndexMappingRecord.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/get_mapping/IndexMappingRecord.java
index dc23f5661..5a7ae2e65 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/get_mapping/IndexMappingRecord.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/get_mapping/IndexMappingRecord.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices.get_mapping;
import co.elastic.clients.elasticsearch._types.mapping.TypeMapping;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.get_mapping.IndexMappingRecord
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/modify_data_stream/Action.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/modify_data_stream/Action.java
index fda3a8ce2..6fe324d84 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/modify_data_stream/Action.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/modify_data_stream/Action.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices.modify_data_stream;
import co.elastic.clients.json.JsonEnum;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.modify_data_stream.Action
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/modify_data_stream/ActionBuilders.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/modify_data_stream/ActionBuilders.java
index d980702aa..966068fba 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/modify_data_stream/ActionBuilders.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/modify_data_stream/ActionBuilders.java
@@ -17,15 +17,26 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices.modify_data_stream;
import co.elastic.clients.util.ObjectBuilder;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Builders for {@link Action} variants.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/modify_data_stream/ActionVariant.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/modify_data_stream/ActionVariant.java
index 14f80097d..88a044748 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/modify_data_stream/ActionVariant.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/modify_data_stream/ActionVariant.java
@@ -17,12 +17,23 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices.modify_data_stream;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Base interface for {@link Action} variants.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/modify_data_stream/IndexAndDataStreamAction.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/modify_data_stream/IndexAndDataStreamAction.java
index e6e889e9c..79d42882d 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/modify_data_stream/IndexAndDataStreamAction.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/modify_data_stream/IndexAndDataStreamAction.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices.modify_data_stream;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.modify_data_stream.IndexAndDataStreamAction
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/put_index_template/IndexTemplateMapping.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/put_index_template/IndexTemplateMapping.java
index 334b0ca4d..b22923919 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/put_index_template/IndexTemplateMapping.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/put_index_template/IndexTemplateMapping.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices.put_index_template;
import co.elastic.clients.elasticsearch._types.mapping.TypeMapping;
@@ -44,6 +40,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.put_index_template.IndexTemplateMapping
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/recovery/FileDetails.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/recovery/FileDetails.java
index 1ac97731d..e840f66bc 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/recovery/FileDetails.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/recovery/FileDetails.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices.recovery;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.recovery.FileDetails
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/recovery/RecoveryBytes.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/recovery/RecoveryBytes.java
index 2dd6af743..730264249 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/recovery/RecoveryBytes.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/recovery/RecoveryBytes.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices.recovery;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.recovery.RecoveryBytes
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/recovery/RecoveryFiles.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/recovery/RecoveryFiles.java
index 9a930aa5f..8f50ca7c5 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/recovery/RecoveryFiles.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/recovery/RecoveryFiles.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices.recovery;
import co.elastic.clients.json.JsonpDeserializable;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.recovery.RecoveryFiles
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/recovery/RecoveryIndexStatus.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/recovery/RecoveryIndexStatus.java
index 64eb185e9..99bc4b0ca 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/recovery/RecoveryIndexStatus.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/recovery/RecoveryIndexStatus.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices.recovery;
import co.elastic.clients.elasticsearch._types.Time;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.recovery.RecoveryIndexStatus
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/recovery/RecoveryOrigin.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/recovery/RecoveryOrigin.java
index 14478adb9..a4e028574 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/recovery/RecoveryOrigin.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/recovery/RecoveryOrigin.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices.recovery;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.recovery.RecoveryOrigin
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/recovery/RecoveryStartStatus.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/recovery/RecoveryStartStatus.java
index b279c8c6e..96d52bd1e 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/recovery/RecoveryStartStatus.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/recovery/RecoveryStartStatus.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices.recovery;
import co.elastic.clients.elasticsearch._types.Time;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.recovery.RecoveryStartStatus
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/recovery/RecoveryStatus.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/recovery/RecoveryStatus.java
index 60c517500..ef97a864e 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/recovery/RecoveryStatus.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/recovery/RecoveryStatus.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices.recovery;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.recovery.RecoveryStatus
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/recovery/ShardRecovery.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/recovery/ShardRecovery.java
index 7d19ca69a..7f126dfcf 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/recovery/ShardRecovery.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/recovery/ShardRecovery.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices.recovery;
import co.elastic.clients.elasticsearch._types.Time;
@@ -43,6 +39,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.recovery.ShardRecovery
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/recovery/TranslogStatus.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/recovery/TranslogStatus.java
index b4b4e0726..b0fe3d445 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/recovery/TranslogStatus.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/recovery/TranslogStatus.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices.recovery;
import co.elastic.clients.elasticsearch._types.Time;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.recovery.TranslogStatus
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/recovery/VerifyIndex.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/recovery/VerifyIndex.java
index d6d829042..1c25fa867 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/recovery/VerifyIndex.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/recovery/VerifyIndex.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices.recovery;
import co.elastic.clients.elasticsearch._types.Time;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.recovery.VerifyIndex
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/reload_search_analyzers/ReloadDetails.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/reload_search_analyzers/ReloadDetails.java
index 7ad011b01..982e693ae 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/reload_search_analyzers/ReloadDetails.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/reload_search_analyzers/ReloadDetails.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices.reload_search_analyzers;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.reload_search_analyzers.ReloadDetails
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/reload_search_analyzers/ReloadResult.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/reload_search_analyzers/ReloadResult.java
index 568f6a43f..481c3957c 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/reload_search_analyzers/ReloadResult.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/reload_search_analyzers/ReloadResult.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices.reload_search_analyzers;
import co.elastic.clients.elasticsearch._types.ShardStatistics;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.reload_search_analyzers.ReloadResult
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/resolve_index/ResolveIndexAliasItem.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/resolve_index/ResolveIndexAliasItem.java
index 99cca4d6d..fb78dbddd 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/resolve_index/ResolveIndexAliasItem.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/resolve_index/ResolveIndexAliasItem.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices.resolve_index;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.resolve_index.ResolveIndexAliasItem
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/resolve_index/ResolveIndexDataStreamsItem.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/resolve_index/ResolveIndexDataStreamsItem.java
index 5cb3e31e4..0640f7330 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/resolve_index/ResolveIndexDataStreamsItem.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/resolve_index/ResolveIndexDataStreamsItem.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices.resolve_index;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.resolve_index.ResolveIndexDataStreamsItem
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/resolve_index/ResolveIndexItem.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/resolve_index/ResolveIndexItem.java
index 58e0008d2..ec702bb65 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/resolve_index/ResolveIndexItem.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/resolve_index/ResolveIndexItem.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices.resolve_index;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.resolve_index.ResolveIndexItem
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/rollover/RolloverConditions.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/rollover/RolloverConditions.java
index 1e65279a7..b50f0ef8d 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/rollover/RolloverConditions.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/rollover/RolloverConditions.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices.rollover;
import co.elastic.clients.elasticsearch._types.Time;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.rollover.RolloverConditions
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/segments/IndexSegment.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/segments/IndexSegment.java
index 86bfbeb90..f0073db90 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/segments/IndexSegment.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/segments/IndexSegment.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices.segments;
import co.elastic.clients.json.JsonpDeserializable;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.segments.IndexSegment
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/segments/Segment.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/segments/Segment.java
index b5b1836e0..d5a1ec061 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/segments/Segment.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/segments/Segment.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices.segments;
import co.elastic.clients.json.JsonpDeserializable;
@@ -44,6 +40,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.segments.Segment
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/segments/ShardSegmentRouting.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/segments/ShardSegmentRouting.java
index 38906c2c3..f1df6c8bb 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/segments/ShardSegmentRouting.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/segments/ShardSegmentRouting.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices.segments;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.segments.ShardSegmentRouting
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/segments/ShardsSegment.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/segments/ShardsSegment.java
index 5ac897013..8ef8d446b 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/segments/ShardsSegment.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/segments/ShardsSegment.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices.segments;
import co.elastic.clients.json.JsonpDeserializable;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.segments.ShardsSegment
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/shard_stores/IndicesShardStores.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/shard_stores/IndicesShardStores.java
index 55c4fd078..9c5d625d4 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/shard_stores/IndicesShardStores.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/shard_stores/IndicesShardStores.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices.shard_stores;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.shard_stores.IndicesShardStores
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/shard_stores/ShardStore.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/shard_stores/ShardStore.java
index 8bd521853..a93584781 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/shard_stores/ShardStore.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/shard_stores/ShardStore.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices.shard_stores;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: indices.shard_stores.ShardStore
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/shard_stores/ShardStoreAllocation.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/shard_stores/ShardStoreAllocation.java
index 71be112e7..83bfccd21 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/shard_stores/ShardStoreAllocation.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/shard_stores/ShardStoreAllocation.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.indices.shard_stores;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see API
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/CsvProcessor.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/CsvProcessor.java
index 3c63277c0..ff63037bf 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/CsvProcessor.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/CsvProcessor.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ingest;
import co.elastic.clients.json.JsonData;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ingest._types.CsvProcessor
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/DateIndexNameProcessor.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/DateIndexNameProcessor.java
index 282eedca9..05bd9d96e 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/DateIndexNameProcessor.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/DateIndexNameProcessor.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ingest;
import co.elastic.clients.json.JsonpDeserializable;
@@ -37,6 +33,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ingest._types.DateIndexNameProcessor
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/DateProcessor.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/DateProcessor.java
index 0f416e61f..00e807ebd 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/DateProcessor.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/DateProcessor.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ingest;
import co.elastic.clients.json.JsonpDeserializable;
@@ -37,6 +33,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ingest._types.DateProcessor
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/DeletePipelineRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/DeletePipelineRequest.java
index 4f8be9e46..651038e09 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/DeletePipelineRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/DeletePipelineRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ingest;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ingest.delete_pipeline.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/DeletePipelineResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/DeletePipelineResponse.java
index 3923fb398..0a09423ae 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/DeletePipelineResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/DeletePipelineResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ingest;
import co.elastic.clients.elasticsearch._types.AcknowledgedResponseBase;
@@ -33,6 +29,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ingest.delete_pipeline.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/DissectProcessor.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/DissectProcessor.java
index 4fdfb44a3..71429590c 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/DissectProcessor.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/DissectProcessor.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ingest;
import co.elastic.clients.json.JsonpDeserializable;
@@ -37,6 +33,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ingest._types.DissectProcessor
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/DotExpanderProcessor.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/DotExpanderProcessor.java
index be448b9bb..8768dba42 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/DotExpanderProcessor.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/DotExpanderProcessor.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ingest;
import co.elastic.clients.json.JsonpDeserializable;
@@ -36,6 +32,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ingest._types.DotExpanderProcessor
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/DropProcessor.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/DropProcessor.java
index 66900aadf..8702d5a44 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/DropProcessor.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/DropProcessor.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ingest;
import co.elastic.clients.json.JsonpDeserializable;
@@ -32,6 +28,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ingest._types.DropProcessor
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/ElasticsearchIngestAsyncClient.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/ElasticsearchIngestAsyncClient.java
index af440b251..00b333d17 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/ElasticsearchIngestAsyncClient.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/ElasticsearchIngestAsyncClient.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ingest;
import co.elastic.clients.ApiClient;
@@ -35,6 +31,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Client for the ingest namespace.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/ElasticsearchIngestClient.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/ElasticsearchIngestClient.java
index b039afe3f..62bcabee4 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/ElasticsearchIngestClient.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/ElasticsearchIngestClient.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ingest;
import co.elastic.clients.ApiClient;
@@ -36,6 +32,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Client for the ingest namespace.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/EnrichProcessor.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/EnrichProcessor.java
index 638d0cf03..ae531af70 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/EnrichProcessor.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/EnrichProcessor.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ingest;
import co.elastic.clients.elasticsearch._types.GeoShapeRelation;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ingest._types.EnrichProcessor
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/FailProcessor.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/FailProcessor.java
index 24a193bfd..ee2b2610a 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/FailProcessor.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/FailProcessor.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ingest;
import co.elastic.clients.json.JsonpDeserializable;
@@ -36,6 +32,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ingest._types.FailProcessor
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/ForeachProcessor.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/ForeachProcessor.java
index 38e47a8a1..f3288f114 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/ForeachProcessor.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/ForeachProcessor.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ingest;
import co.elastic.clients.json.JsonpDeserializable;
@@ -37,6 +33,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ingest._types.ForeachProcessor
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/GeoIpProcessor.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/GeoIpProcessor.java
index a9ac669fa..3051a3ca6 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/GeoIpProcessor.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/GeoIpProcessor.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ingest;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ingest._types.GeoIpProcessor
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/GeoIpStatsRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/GeoIpStatsRequest.java
index a41ed4847..7c7ae6425 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/GeoIpStatsRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/GeoIpStatsRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ingest;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -36,6 +32,21 @@
import java.util.Collections;
import java.util.Objects;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ingest.geo_ip_stats.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/GeoIpStatsResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/GeoIpStatsResponse.java
index 0b9b5f164..c5dcf96a5 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/GeoIpStatsResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/GeoIpStatsResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ingest;
import co.elastic.clients.elasticsearch.ingest.geo_ip_stats.GeoIpDownloadStatistics;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ingest.geo_ip_stats.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/GetPipelineRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/GetPipelineRequest.java
index 77d366805..244fdd148 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/GetPipelineRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/GetPipelineRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ingest;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ingest.get_pipeline.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/GetPipelineResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/GetPipelineResponse.java
index e255f5137..36675cfe9 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/GetPipelineResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/GetPipelineResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ingest;
import co.elastic.clients.json.JsonpDeserializable;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ingest.get_pipeline.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/GrokProcessor.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/GrokProcessor.java
index 7a8219279..e3ce15c28 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/GrokProcessor.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/GrokProcessor.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ingest;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ingest._types.GrokProcessor
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/GsubProcessor.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/GsubProcessor.java
index 0b80436b5..6e2dc231c 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/GsubProcessor.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/GsubProcessor.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ingest;
import co.elastic.clients.json.JsonpDeserializable;
@@ -37,6 +33,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ingest._types.GsubProcessor
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/InferenceConfig.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/InferenceConfig.java
index cc116528f..05b741a59 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/InferenceConfig.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/InferenceConfig.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ingest;
import co.elastic.clients.json.JsonEnum;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ingest._types.InferenceConfig
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/InferenceConfigBuilders.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/InferenceConfigBuilders.java
index 8a76e62fc..2da392e63 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/InferenceConfigBuilders.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/InferenceConfigBuilders.java
@@ -17,15 +17,26 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ingest;
import co.elastic.clients.util.ObjectBuilder;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Builders for {@link InferenceConfig} variants.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/InferenceConfigClassification.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/InferenceConfigClassification.java
index 6f5383048..20dff8ef6 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/InferenceConfigClassification.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/InferenceConfigClassification.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ingest;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ingest._types.InferenceConfigClassification
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/InferenceConfigRegression.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/InferenceConfigRegression.java
index 5e3e7dcb3..2eb41ccde 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/InferenceConfigRegression.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/InferenceConfigRegression.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ingest;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ingest._types.InferenceConfigRegression
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/InferenceConfigVariant.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/InferenceConfigVariant.java
index c99b3dc5c..8752f6f16 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/InferenceConfigVariant.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/InferenceConfigVariant.java
@@ -17,12 +17,23 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ingest;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Base interface for {@link InferenceConfig} variants.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/InferenceProcessor.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/InferenceProcessor.java
index eb202638a..34bf10c54 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/InferenceProcessor.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/InferenceProcessor.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ingest;
import co.elastic.clients.json.JsonData;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ingest._types.InferenceProcessor
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/JoinProcessor.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/JoinProcessor.java
index c596490b5..daa5b40ee 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/JoinProcessor.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/JoinProcessor.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ingest;
import co.elastic.clients.json.JsonpDeserializable;
@@ -36,6 +32,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ingest._types.JoinProcessor
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/JsonProcessor.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/JsonProcessor.java
index c5bc16d6c..44bb83674 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/JsonProcessor.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/JsonProcessor.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ingest;
import co.elastic.clients.json.JsonpDeserializable;
@@ -37,6 +33,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ingest._types.JsonProcessor
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/JsonProcessorConflictStrategy.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/JsonProcessorConflictStrategy.java
index e79170270..c44bd5dd5 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/JsonProcessorConflictStrategy.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/JsonProcessorConflictStrategy.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ingest;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see API
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/SimulateRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/SimulateRequest.java
index 89c4eb653..6ee2e9b3b 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/SimulateRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/SimulateRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ingest;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -46,6 +42,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ingest.simulate.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/SimulateResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/SimulateResponse.java
index f76bc209f..1f55ab6dd 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/SimulateResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/SimulateResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ingest;
import co.elastic.clients.elasticsearch.ingest.simulate.PipelineSimulation;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ingest.simulate.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/SortProcessor.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/SortProcessor.java
index e18f716a8..b34159078 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/SortProcessor.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/SortProcessor.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ingest;
import co.elastic.clients.elasticsearch._types.SortOrder;
@@ -37,6 +33,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ingest._types.SortProcessor
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/SplitProcessor.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/SplitProcessor.java
index 0ba04466e..db198998a 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/SplitProcessor.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/SplitProcessor.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ingest;
import co.elastic.clients.json.JsonpDeserializable;
@@ -37,6 +33,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ingest._types.SplitProcessor
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/TrimProcessor.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/TrimProcessor.java
index 2929330e3..a5431a812 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/TrimProcessor.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/TrimProcessor.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ingest;
import co.elastic.clients.json.JsonpDeserializable;
@@ -37,6 +33,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ingest._types.TrimProcessor
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/UppercaseProcessor.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/UppercaseProcessor.java
index 8c0adeab2..4c6d5cc64 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/UppercaseProcessor.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/UppercaseProcessor.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ingest;
import co.elastic.clients.json.JsonpDeserializable;
@@ -37,6 +33,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ingest._types.UppercaseProcessor
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/UrlDecodeProcessor.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/UrlDecodeProcessor.java
index f83d15a77..72d614c33 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/UrlDecodeProcessor.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/UrlDecodeProcessor.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ingest;
import co.elastic.clients.json.JsonpDeserializable;
@@ -37,6 +33,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ingest._types.UrlDecodeProcessor
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/UserAgentProcessor.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/UserAgentProcessor.java
index 997207ee9..d1ea73a5a 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/UserAgentProcessor.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/UserAgentProcessor.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ingest;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ingest._types.UserAgentProcessor
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/UserAgentProperty.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/UserAgentProperty.java
index 57e4ea47e..6a8d21d24 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/UserAgentProperty.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/UserAgentProperty.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ingest;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see API
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/geo_ip_stats/GeoIpDownloadStatistics.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/geo_ip_stats/GeoIpDownloadStatistics.java
index f9058b0bc..b0d8dbbf4 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/geo_ip_stats/GeoIpDownloadStatistics.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/geo_ip_stats/GeoIpDownloadStatistics.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ingest.geo_ip_stats;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ingest.geo_ip_stats.GeoIpDownloadStatistics
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/geo_ip_stats/GeoIpNodeDatabaseName.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/geo_ip_stats/GeoIpNodeDatabaseName.java
index 9f4f58795..2ea1843a3 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/geo_ip_stats/GeoIpNodeDatabaseName.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/geo_ip_stats/GeoIpNodeDatabaseName.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ingest.geo_ip_stats;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ingest.geo_ip_stats.GeoIpNodeDatabaseName
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/geo_ip_stats/GeoIpNodeDatabases.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/geo_ip_stats/GeoIpNodeDatabases.java
index 5b1df94bd..ff467214c 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/geo_ip_stats/GeoIpNodeDatabases.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/geo_ip_stats/GeoIpNodeDatabases.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ingest.geo_ip_stats;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ingest.geo_ip_stats.GeoIpNodeDatabases
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/simulate/Document.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/simulate/Document.java
index 07d8e28d7..ee2f3c910 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/simulate/Document.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/simulate/Document.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ingest.simulate;
import co.elastic.clients.json.JsonData;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ingest.simulate.Document
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/simulate/DocumentSimulation.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/simulate/DocumentSimulation.java
index 528af0840..fed25a774 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/simulate/DocumentSimulation.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/simulate/DocumentSimulation.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ingest.simulate;
import co.elastic.clients.elasticsearch._types.VersionType;
@@ -44,6 +40,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ingest.simulate.DocumentSimulation
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/simulate/Ingest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/simulate/Ingest.java
index b9388a54b..6b115d4c6 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/simulate/Ingest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/simulate/Ingest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ingest.simulate;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ingest.simulate.Ingest
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/simulate/PipelineSimulation.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/simulate/PipelineSimulation.java
index 5f85fa7d2..c1ff93a39 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/simulate/PipelineSimulation.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/simulate/PipelineSimulation.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ingest.simulate;
import co.elastic.clients.elasticsearch.watcher.ActionStatusOptions;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ingest.simulate.PipelineSimulation
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/license/DeleteLicenseRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/license/DeleteLicenseRequest.java
index 8b7e16e61..1ad0663e4 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/license/DeleteLicenseRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/license/DeleteLicenseRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.license;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -36,6 +32,21 @@
import java.util.Collections;
import java.util.Objects;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: license.delete.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/license/DeleteLicenseResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/license/DeleteLicenseResponse.java
index 734f00c7e..7367c82f5 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/license/DeleteLicenseResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/license/DeleteLicenseResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.license;
import co.elastic.clients.elasticsearch._types.AcknowledgedResponseBase;
@@ -33,6 +29,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: license.delete.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/license/ElasticsearchLicenseAsyncClient.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/license/ElasticsearchLicenseAsyncClient.java
index 71414d812..2b340a2cf 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/license/ElasticsearchLicenseAsyncClient.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/license/ElasticsearchLicenseAsyncClient.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.license;
import co.elastic.clients.ApiClient;
@@ -35,6 +31,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Client for the license namespace.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/license/ElasticsearchLicenseClient.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/license/ElasticsearchLicenseClient.java
index 4e90262ed..d1ccd6155 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/license/ElasticsearchLicenseClient.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/license/ElasticsearchLicenseClient.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.license;
import co.elastic.clients.ApiClient;
@@ -36,6 +32,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Client for the license namespace.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/license/GetBasicStatusRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/license/GetBasicStatusRequest.java
index 0ff846e85..8d6761900 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/license/GetBasicStatusRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/license/GetBasicStatusRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.license;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -36,6 +32,21 @@
import java.util.Collections;
import java.util.Objects;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: license.get_basic_status.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/license/GetBasicStatusResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/license/GetBasicStatusResponse.java
index 36ddefa17..8fa561f82 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/license/GetBasicStatusResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/license/GetBasicStatusResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.license;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: license.get_basic_status.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/license/GetLicenseRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/license/GetLicenseRequest.java
index c9435eacc..2ab4a4bd9 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/license/GetLicenseRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/license/GetLicenseRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.license;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: license.get.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/license/GetLicenseResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/license/GetLicenseResponse.java
index af0a4d5cf..d33e6bfce 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/license/GetLicenseResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/license/GetLicenseResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.license;
import co.elastic.clients.elasticsearch.license.get.LicenseInformation;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: license.get.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/license/GetTrialStatusRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/license/GetTrialStatusRequest.java
index 7cc79b78d..86b5476f1 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/license/GetTrialStatusRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/license/GetTrialStatusRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.license;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -36,6 +32,21 @@
import java.util.Collections;
import java.util.Objects;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: license.get_trial_status.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/license/GetTrialStatusResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/license/GetTrialStatusResponse.java
index 57ae38364..5e267daab 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/license/GetTrialStatusResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/license/GetTrialStatusResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.license;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: license.get_trial_status.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/license/License.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/license/License.java
index 860dbaf04..4f2760760 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/license/License.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/license/License.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.license;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: license._types.License
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/license/LicenseStatus.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/license/LicenseStatus.java
index 8fecfc367..d3e28c530 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/license/LicenseStatus.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/license/LicenseStatus.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.license;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see API
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/license/LicenseType.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/license/LicenseType.java
index 3afa28e92..590119110 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/license/LicenseType.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/license/LicenseType.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.license;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see API
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/license/PostRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/license/PostRequest.java
index 4d443b1c9..669883385 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/license/PostRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/license/PostRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.license;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -45,6 +41,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: license.post.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/license/PostResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/license/PostResponse.java
index 5cbfc9816..c305e4dc4 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/license/PostResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/license/PostResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.license;
import co.elastic.clients.elasticsearch._types.AcknowledgedResponse;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: license.post.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/license/PostStartBasicRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/license/PostStartBasicRequest.java
index 216f2efd6..1db385d95 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/license/PostStartBasicRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/license/PostStartBasicRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.license;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: license.post_start_basic.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/license/PostStartBasicResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/license/PostStartBasicResponse.java
index 173352d33..7a3ea6349 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/license/PostStartBasicResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/license/PostStartBasicResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.license;
import co.elastic.clients.elasticsearch._types.AcknowledgedResponse;
@@ -43,6 +39,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: license.post_start_basic.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/license/PostStartTrialRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/license/PostStartTrialRequest.java
index fdeb8ccb7..05783ca55 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/license/PostStartTrialRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/license/PostStartTrialRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.license;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: license.post_start_trial.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/license/PostStartTrialResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/license/PostStartTrialResponse.java
index 1b5a1e9aa..8051fce6a 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/license/PostStartTrialResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/license/PostStartTrialResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.license;
import co.elastic.clients.elasticsearch._types.AcknowledgedResponse;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: license.post_start_trial.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/license/get/LicenseInformation.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/license/get/LicenseInformation.java
index 8e6c855ee..ddcbb3853 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/license/get/LicenseInformation.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/license/get/LicenseInformation.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.license.get;
import co.elastic.clients.elasticsearch.license.LicenseStatus;
@@ -44,6 +40,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: license.get.LicenseInformation
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/license/post/Acknowledgement.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/license/post/Acknowledgement.java
index 0d4ba186c..a47162db5 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/license/post/Acknowledgement.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/license/post/Acknowledgement.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.license.post;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: license.post.Acknowledgement
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/logstash/DeletePipelineRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/logstash/DeletePipelineRequest.java
index ef677f17e..ffa231af7 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/logstash/DeletePipelineRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/logstash/DeletePipelineRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.logstash;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -44,6 +40,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: logstash.delete_pipeline.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/logstash/ElasticsearchLogstashAsyncClient.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/logstash/ElasticsearchLogstashAsyncClient.java
index 89c065c14..933ca1a7e 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/logstash/ElasticsearchLogstashAsyncClient.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/logstash/ElasticsearchLogstashAsyncClient.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.logstash;
import co.elastic.clients.ApiClient;
@@ -36,6 +32,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Client for the logstash namespace.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/logstash/ElasticsearchLogstashClient.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/logstash/ElasticsearchLogstashClient.java
index 4503ba4bb..226ce0313 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/logstash/ElasticsearchLogstashClient.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/logstash/ElasticsearchLogstashClient.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.logstash;
import co.elastic.clients.ApiClient;
@@ -37,6 +33,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Client for the logstash namespace.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/logstash/GetPipelineRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/logstash/GetPipelineRequest.java
index 2f19bfd8c..953b6a522 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/logstash/GetPipelineRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/logstash/GetPipelineRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.logstash;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -44,6 +40,21 @@
import java.util.stream.Collectors;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: logstash.get_pipeline.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/logstash/GetPipelineResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/logstash/GetPipelineResponse.java
index 03926c3e1..1e87c8204 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/logstash/GetPipelineResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/logstash/GetPipelineResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.logstash;
import co.elastic.clients.json.JsonpDeserializable;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: logstash.get_pipeline.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/logstash/Pipeline.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/logstash/Pipeline.java
index ba1b1b674..069e7da6d 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/logstash/Pipeline.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/logstash/Pipeline.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.logstash;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: logstash._types.Pipeline
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/logstash/PipelineMetadata.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/logstash/PipelineMetadata.java
index a0ce92750..5c42ae580 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/logstash/PipelineMetadata.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/logstash/PipelineMetadata.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.logstash;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: logstash._types.PipelineMetadata
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/logstash/PipelineSettings.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/logstash/PipelineSettings.java
index 4db7c0c6d..73957d11b 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/logstash/PipelineSettings.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/logstash/PipelineSettings.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.logstash;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: logstash._types.PipelineSettings
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/logstash/PutPipelineRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/logstash/PutPipelineRequest.java
index c91287d86..103acb380 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/logstash/PutPipelineRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/logstash/PutPipelineRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.logstash;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -47,6 +43,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: logstash.put_pipeline.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/migration/DeprecationsRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/migration/DeprecationsRequest.java
index 542d21304..852165c22 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/migration/DeprecationsRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/migration/DeprecationsRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.migration;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: migration.deprecations.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/migration/DeprecationsResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/migration/DeprecationsResponse.java
index e8e0d7cd3..5345e5275 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/migration/DeprecationsResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/migration/DeprecationsResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.migration;
import co.elastic.clients.elasticsearch.migration.deprecations.Deprecation;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: migration.deprecations.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/migration/ElasticsearchMigrationAsyncClient.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/migration/ElasticsearchMigrationAsyncClient.java
index 1f8ff6428..a897b8d56 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/migration/ElasticsearchMigrationAsyncClient.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/migration/ElasticsearchMigrationAsyncClient.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.migration;
import co.elastic.clients.ApiClient;
@@ -35,6 +31,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Client for the migration namespace.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/migration/ElasticsearchMigrationClient.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/migration/ElasticsearchMigrationClient.java
index 14e066939..0ec1c3ffd 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/migration/ElasticsearchMigrationClient.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/migration/ElasticsearchMigrationClient.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.migration;
import co.elastic.clients.ApiClient;
@@ -36,6 +32,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Client for the migration namespace.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/migration/GetFeatureUpgradeStatusRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/migration/GetFeatureUpgradeStatusRequest.java
index 35cd11e08..27411dc69 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/migration/GetFeatureUpgradeStatusRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/migration/GetFeatureUpgradeStatusRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.migration;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -36,6 +32,21 @@
import java.util.Collections;
import java.util.Objects;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: migration.get_feature_upgrade_status.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/migration/GetFeatureUpgradeStatusResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/migration/GetFeatureUpgradeStatusResponse.java
index 1e4452aad..3628a5a59 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/migration/GetFeatureUpgradeStatusResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/migration/GetFeatureUpgradeStatusResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.migration;
import co.elastic.clients.elasticsearch.migration.get_feature_upgrade_status.MigrationFeature;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: migration.get_feature_upgrade_status.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/migration/PostFeatureUpgradeRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/migration/PostFeatureUpgradeRequest.java
index c08097b72..c016b79f8 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/migration/PostFeatureUpgradeRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/migration/PostFeatureUpgradeRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.migration;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -36,6 +32,21 @@
import java.util.Collections;
import java.util.Objects;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: migration.post_feature_upgrade.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/migration/PostFeatureUpgradeResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/migration/PostFeatureUpgradeResponse.java
index b80a33760..d5b8ab537 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/migration/PostFeatureUpgradeResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/migration/PostFeatureUpgradeResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.migration;
import co.elastic.clients.elasticsearch.migration.post_feature_upgrade.MigrationFeature;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: migration.post_feature_upgrade.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/migration/deprecations/Deprecation.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/migration/deprecations/Deprecation.java
index 983feb751..5e7cb2144 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/migration/deprecations/Deprecation.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/migration/deprecations/Deprecation.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.migration.deprecations;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: migration.deprecations.Deprecation
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/migration/deprecations/DeprecationLevel.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/migration/deprecations/DeprecationLevel.java
index 9b6a510ca..f69d8f5bb 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/migration/deprecations/DeprecationLevel.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/migration/deprecations/DeprecationLevel.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.migration.deprecations;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see API
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/BucketInfluencer.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/BucketInfluencer.java
index 5c7e2fdfa..f4a89dc25 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/BucketInfluencer.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/BucketInfluencer.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -43,6 +39,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.BucketInfluencer
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/BucketSummary.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/BucketSummary.java
index 467741743..9623abb5a 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/BucketSummary.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/BucketSummary.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -44,6 +40,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.BucketSummary
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/CalendarEvent.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/CalendarEvent.java
index e57b4fb2a..ebea147de 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/CalendarEvent.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/CalendarEvent.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.CalendarEvent
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/CategorizationAnalyzer.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/CategorizationAnalyzer.java
index f55b4fa3f..dea1d837d 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/CategorizationAnalyzer.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/CategorizationAnalyzer.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.CategorizationAnalyzer
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/CategorizationAnalyzerBuilders.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/CategorizationAnalyzerBuilders.java
index 09d9d906c..305835edb 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/CategorizationAnalyzerBuilders.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/CategorizationAnalyzerBuilders.java
@@ -17,15 +17,26 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.util.ObjectBuilder;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Builders for {@link CategorizationAnalyzer} variants.
*
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/CategorizationAnalyzerDefinition.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/CategorizationAnalyzerDefinition.java
index 663a77eac..7f7460f26 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/CategorizationAnalyzerDefinition.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/CategorizationAnalyzerDefinition.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.analysis.CharFilter;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.CategorizationAnalyzerDefinition
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/CategorizationStatus.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/CategorizationStatus.java
index e5f46e03a..5cc460a3e 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/CategorizationStatus.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/CategorizationStatus.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see API
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/Category.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/Category.java
index 02c4f1b53..82f4342a3 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/Category.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/Category.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.Category
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ChunkingConfig.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ChunkingConfig.java
index d093c0b29..a54db291b 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ChunkingConfig.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ChunkingConfig.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.Time;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.ChunkingConfig
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ChunkingMode.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ChunkingMode.java
index 5c732b0f8..1f94d9394 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ChunkingMode.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ChunkingMode.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see API
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ClassificationInferenceOptions.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ClassificationInferenceOptions.java
index 68bebe887..adbee3b38 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ClassificationInferenceOptions.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ClassificationInferenceOptions.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.aggregations.InferenceConfig;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.ClassificationInferenceOptions
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ClearTrainedModelDeploymentCacheRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ClearTrainedModelDeploymentCacheRequest.java
index ed58711d3..4871c1b51 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ClearTrainedModelDeploymentCacheRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ClearTrainedModelDeploymentCacheRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.clear_trained_model_deployment_cache.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ClearTrainedModelDeploymentCacheResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ClearTrainedModelDeploymentCacheResponse.java
index 3aa656502..5254745d8 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ClearTrainedModelDeploymentCacheResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ClearTrainedModelDeploymentCacheResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.clear_trained_model_deployment_cache.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/CloseJobRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/CloseJobRequest.java
index 0f61f2f21..1fe12d0ae 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/CloseJobRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/CloseJobRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -46,6 +42,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.close_job.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/CloseJobResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/CloseJobResponse.java
index 9c00d49bd..5bde95c06 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/CloseJobResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/CloseJobResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.close_job.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ConditionOperator.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ConditionOperator.java
index ceb2f2644..c2187ac4f 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ConditionOperator.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ConditionOperator.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see API
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataCounts.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataCounts.java
index 810fedc0f..7315aa1a0 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataCounts.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataCounts.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.DataCounts
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataDescription.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataDescription.java
index d513bfb8e..fb037c7a0 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataDescription.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataDescription.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.DataDescription
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/Datafeed.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/Datafeed.java
index 82e06f1e5..62244a9f1 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/Datafeed.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/Datafeed.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.IndicesOptions;
@@ -48,6 +44,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.Datafeed
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DatafeedAuthorization.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DatafeedAuthorization.java
index 318d94d10..2ee14cb63 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DatafeedAuthorization.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DatafeedAuthorization.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.DatafeedAuthorization
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DatafeedConfig.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DatafeedConfig.java
index 0dc6b8cc7..1e3b8d4d2 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DatafeedConfig.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DatafeedConfig.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.IndicesOptions;
@@ -48,6 +44,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.DatafeedConfig
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DatafeedRunningState.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DatafeedRunningState.java
index db0cea9ce..2ebc26ea2 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DatafeedRunningState.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DatafeedRunningState.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.DatafeedRunningState
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DatafeedState.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DatafeedState.java
index b3ee8b72e..02670dd75 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DatafeedState.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DatafeedState.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see API
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DatafeedStats.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DatafeedStats.java
index 5319706dd..8b2eec816 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DatafeedStats.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DatafeedStats.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.DatafeedStats
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DatafeedTimingStats.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DatafeedTimingStats.java
index da424e457..6dab24784 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DatafeedTimingStats.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DatafeedTimingStats.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.DatafeedTimingStats
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalysis.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalysis.java
index 0f2da52c7..8bef24040 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalysis.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalysis.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonEnum;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.DataframeAnalysisContainer
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalysisAnalyzedFields.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalysisAnalyzedFields.java
index cd147d7d9..64e7e93a0 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalysisAnalyzedFields.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalysisAnalyzedFields.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.DataframeAnalysisAnalyzedFields
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalysisBase.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalysisBase.java
index 1815018a4..2c2f17c5c 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalysisBase.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalysisBase.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -43,6 +39,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.DataframeAnalysis
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalysisBuilders.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalysisBuilders.java
index ea2a956a6..0cfaed5d6 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalysisBuilders.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalysisBuilders.java
@@ -17,15 +17,26 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.util.ObjectBuilder;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Builders for {@link DataframeAnalysis} variants.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalysisClassification.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalysisClassification.java
index 535aa2779..257784525 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalysisClassification.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalysisClassification.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -36,6 +32,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.DataframeAnalysisClassification
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalysisFeatureProcessor.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalysisFeatureProcessor.java
index c6facea67..df306c142 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalysisFeatureProcessor.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalysisFeatureProcessor.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonEnum;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.DataframeAnalysisFeatureProcessor
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalysisFeatureProcessorBuilders.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalysisFeatureProcessorBuilders.java
index b5fc8d491..c79a9c364 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalysisFeatureProcessorBuilders.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalysisFeatureProcessorBuilders.java
@@ -17,15 +17,26 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.util.ObjectBuilder;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Builders for {@link DataframeAnalysisFeatureProcessor} variants.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalysisFeatureProcessorFrequencyEncoding.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalysisFeatureProcessorFrequencyEncoding.java
index bea47313b..37dc9a1db 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalysisFeatureProcessorFrequencyEncoding.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalysisFeatureProcessorFrequencyEncoding.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.DataframeAnalysisFeatureProcessorFrequencyEncoding
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalysisFeatureProcessorMultiEncoding.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalysisFeatureProcessorMultiEncoding.java
index 665f564fb..67f5acc85 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalysisFeatureProcessorMultiEncoding.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalysisFeatureProcessorMultiEncoding.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.DataframeAnalysisFeatureProcessorMultiEncoding
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalysisFeatureProcessorNGramEncoding.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalysisFeatureProcessorNGramEncoding.java
index d8a656fdc..ff1bbf45f 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalysisFeatureProcessorNGramEncoding.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalysisFeatureProcessorNGramEncoding.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.DataframeAnalysisFeatureProcessorNGramEncoding
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalysisFeatureProcessorOneHotEncoding.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalysisFeatureProcessorOneHotEncoding.java
index 175e6cbe5..6e3ba3e05 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalysisFeatureProcessorOneHotEncoding.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalysisFeatureProcessorOneHotEncoding.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.DataframeAnalysisFeatureProcessorOneHotEncoding
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalysisFeatureProcessorTargetMeanEncoding.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalysisFeatureProcessorTargetMeanEncoding.java
index bf15b20dd..4eac0caf3 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalysisFeatureProcessorTargetMeanEncoding.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalysisFeatureProcessorTargetMeanEncoding.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonData;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.DataframeAnalysisFeatureProcessorTargetMeanEncoding
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalysisFeatureProcessorVariant.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalysisFeatureProcessorVariant.java
index 8571d1f14..783c54109 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalysisFeatureProcessorVariant.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalysisFeatureProcessorVariant.java
@@ -17,12 +17,23 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Base interface for {@link DataframeAnalysisFeatureProcessor} variants.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalysisOutlierDetection.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalysisOutlierDetection.java
index a36ba0fb3..ad20ba737 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalysisOutlierDetection.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalysisOutlierDetection.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.DataframeAnalysisOutlierDetection
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalysisRegression.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalysisRegression.java
index d82750ae4..1923c55eb 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalysisRegression.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalysisRegression.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -36,6 +32,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.DataframeAnalysisRegression
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalysisVariant.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalysisVariant.java
index 8fa52485f..d336d3f3e 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalysisVariant.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalysisVariant.java
@@ -17,12 +17,23 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Base interface for {@link DataframeAnalysis} variants.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalytics.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalytics.java
index d44cd2e9a..ff11a25a5 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalytics.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalytics.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.NodeAttributes;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.DataframeAnalytics
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalyticsAuthorization.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalyticsAuthorization.java
index 5ff367757..eeed69d0f 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalyticsAuthorization.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalyticsAuthorization.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.DataframeAnalyticsAuthorization
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalyticsDestination.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalyticsDestination.java
index f850d2c9b..728b9a0d9 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalyticsDestination.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalyticsDestination.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.DataframeAnalyticsDestination
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalyticsFieldSelection.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalyticsFieldSelection.java
index 75a420a11..cac922852 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalyticsFieldSelection.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalyticsFieldSelection.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.DataframeAnalyticsFieldSelection
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalyticsMemoryEstimation.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalyticsMemoryEstimation.java
index 2da515d81..62f97c3a2 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalyticsMemoryEstimation.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalyticsMemoryEstimation.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.DataframeAnalyticsMemoryEstimation
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalyticsSource.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalyticsSource.java
index 0c54adc40..b35e1696d 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalyticsSource.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalyticsSource.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.mapping.RuntimeField;
@@ -43,6 +39,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.DataframeAnalyticsSource
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalyticsStats.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalyticsStats.java
index 5d74d7054..513e4e0be 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalyticsStats.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalyticsStats.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonEnum;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.DataframeAnalyticsStatsContainer
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalyticsStatsBuilders.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalyticsStatsBuilders.java
index a2a3f436c..79e279294 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalyticsStatsBuilders.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalyticsStatsBuilders.java
@@ -17,15 +17,26 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.util.ObjectBuilder;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Builders for {@link DataframeAnalyticsStats} variants.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalyticsStatsDataCounts.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalyticsStatsDataCounts.java
index ca04025ab..fa58ea350 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalyticsStatsDataCounts.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalyticsStatsDataCounts.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.DataframeAnalyticsStatsDataCounts
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalyticsStatsHyperparameters.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalyticsStatsHyperparameters.java
index bdc605d92..8bad53619 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalyticsStatsHyperparameters.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalyticsStatsHyperparameters.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.DataframeAnalyticsStatsHyperparameters
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalyticsStatsMemoryUsage.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalyticsStatsMemoryUsage.java
index 45dfbd519..2b0f49f3b 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalyticsStatsMemoryUsage.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalyticsStatsMemoryUsage.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.DataframeAnalyticsStatsMemoryUsage
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalyticsStatsOutlierDetection.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalyticsStatsOutlierDetection.java
index 8e0ec680a..966c52f05 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalyticsStatsOutlierDetection.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalyticsStatsOutlierDetection.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.DataframeAnalyticsStatsOutlierDetection
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalyticsStatsProgress.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalyticsStatsProgress.java
index 15e92f6ac..68fdfac76 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalyticsStatsProgress.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalyticsStatsProgress.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.DataframeAnalyticsStatsProgress
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalyticsStatsVariant.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalyticsStatsVariant.java
index 3ba6a10d5..2ec7d3e74 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalyticsStatsVariant.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalyticsStatsVariant.java
@@ -17,12 +17,23 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Base interface for {@link DataframeAnalyticsStats} variants.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalyticsSummary.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalyticsSummary.java
index 94b2c9b25..8fd400e24 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalyticsSummary.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeAnalyticsSummary.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.DataframeAnalyticsSummary
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeEvaluation.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeEvaluation.java
index 832bdf632..80e81a1a1 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeEvaluation.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeEvaluation.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonEnum;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.DataframeEvaluationContainer
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeEvaluationBuilders.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeEvaluationBuilders.java
index 18ab5e816..23583cd0c 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeEvaluationBuilders.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeEvaluationBuilders.java
@@ -17,15 +17,26 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.util.ObjectBuilder;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Builders for {@link DataframeEvaluation} variants.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeEvaluationClassification.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeEvaluationClassification.java
index 5b0b2f04a..cc3248853 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeEvaluationClassification.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeEvaluationClassification.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.DataframeEvaluationClassification
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeEvaluationClassificationMetrics.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeEvaluationClassificationMetrics.java
index 70d6dc0f1..a9f63955d 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeEvaluationClassificationMetrics.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeEvaluationClassificationMetrics.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonData;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.DataframeEvaluationClassificationMetrics
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeEvaluationClassificationMetricsAucRoc.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeEvaluationClassificationMetricsAucRoc.java
index cb3f281cf..175f91bea 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeEvaluationClassificationMetricsAucRoc.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeEvaluationClassificationMetricsAucRoc.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.DataframeEvaluationClassificationMetricsAucRoc
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeEvaluationMetrics.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeEvaluationMetrics.java
index 7f9d6bd7b..7ba49bf82 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeEvaluationMetrics.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeEvaluationMetrics.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonData;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.DataframeEvaluationMetrics
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeEvaluationOutlierDetection.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeEvaluationOutlierDetection.java
index a98eb3cc4..626f3675b 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeEvaluationOutlierDetection.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeEvaluationOutlierDetection.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.DataframeEvaluationOutlierDetection
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeEvaluationOutlierDetectionMetrics.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeEvaluationOutlierDetectionMetrics.java
index 98edb4762..7dad7c5e0 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeEvaluationOutlierDetectionMetrics.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeEvaluationOutlierDetectionMetrics.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonData;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.DataframeEvaluationOutlierDetectionMetrics
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeEvaluationRegression.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeEvaluationRegression.java
index 3506ece3d..0477e33ea 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeEvaluationRegression.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeEvaluationRegression.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.DataframeEvaluationRegression
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeEvaluationRegressionMetrics.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeEvaluationRegressionMetrics.java
index 4e3811b9f..c03f009d1 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeEvaluationRegressionMetrics.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeEvaluationRegressionMetrics.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonData;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.DataframeEvaluationRegressionMetrics
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeEvaluationRegressionMetricsHuber.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeEvaluationRegressionMetricsHuber.java
index 89c325e17..750080c2c 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeEvaluationRegressionMetricsHuber.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeEvaluationRegressionMetricsHuber.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.DataframeEvaluationRegressionMetricsHuber
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeEvaluationRegressionMetricsMsle.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeEvaluationRegressionMetricsMsle.java
index 2ac5d714a..a8d69f847 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeEvaluationRegressionMetricsMsle.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeEvaluationRegressionMetricsMsle.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.DataframeEvaluationRegressionMetricsMsle
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeEvaluationVariant.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeEvaluationVariant.java
index e7f2ff3b9..ae92462a1 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeEvaluationVariant.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeEvaluationVariant.java
@@ -17,12 +17,23 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Base interface for {@link DataframeEvaluation} variants.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeState.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeState.java
index a6b9100be..691d3b0a4 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeState.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DataframeState.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see API
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DelayedDataCheckConfig.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DelayedDataCheckConfig.java
index 6b53e40d6..12218f335 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DelayedDataCheckConfig.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DelayedDataCheckConfig.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.Time;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.DelayedDataCheckConfig
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteCalendarEventRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteCalendarEventRequest.java
index c5e1aca28..b8c9eff75 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteCalendarEventRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteCalendarEventRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.delete_calendar_event.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteCalendarEventResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteCalendarEventResponse.java
index a3e2759b6..06b4d0d57 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteCalendarEventResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteCalendarEventResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.AcknowledgedResponseBase;
@@ -33,6 +29,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.delete_calendar_event.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteCalendarJobRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteCalendarJobRequest.java
index 62fffa7a3..75d602b9c 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteCalendarJobRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteCalendarJobRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -44,6 +40,21 @@
import java.util.stream.Collectors;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.delete_calendar_job.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteCalendarJobResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteCalendarJobResponse.java
index 0045cfeef..f0b1e80fd 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteCalendarJobResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteCalendarJobResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.delete_calendar_job.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteCalendarRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteCalendarRequest.java
index ed34ebe87..999db65fc 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteCalendarRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteCalendarRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.delete_calendar.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteCalendarResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteCalendarResponse.java
index 3d450bbb0..ff56f6e2f 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteCalendarResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteCalendarResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.AcknowledgedResponseBase;
@@ -33,6 +29,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.delete_calendar.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteDataFrameAnalyticsRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteDataFrameAnalyticsRequest.java
index 6a7553822..3bebfc2a1 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteDataFrameAnalyticsRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteDataFrameAnalyticsRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -43,6 +39,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.delete_data_frame_analytics.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteDataFrameAnalyticsResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteDataFrameAnalyticsResponse.java
index 34bc0bec2..52c44ba91 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteDataFrameAnalyticsResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteDataFrameAnalyticsResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.AcknowledgedResponseBase;
@@ -33,6 +29,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.delete_data_frame_analytics.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteDatafeedRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteDatafeedRequest.java
index 42a2c6eec..b514864b7 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteDatafeedRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteDatafeedRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.delete_datafeed.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteDatafeedResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteDatafeedResponse.java
index d0304e9e3..475a6f92c 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteDatafeedResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteDatafeedResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.AcknowledgedResponseBase;
@@ -33,6 +29,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.delete_datafeed.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteExpiredDataRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteExpiredDataRequest.java
index 035603dcf..8c3645fd3 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteExpiredDataRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteExpiredDataRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -45,6 +41,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.delete_expired_data.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteExpiredDataResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteExpiredDataResponse.java
index ae64700d1..5d7752a66 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteExpiredDataResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteExpiredDataResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.delete_expired_data.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteFilterRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteFilterRequest.java
index 60fed8a2c..233573963 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteFilterRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteFilterRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.delete_filter.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteFilterResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteFilterResponse.java
index 2f7ccb1d0..88dabe50a 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteFilterResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteFilterResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.AcknowledgedResponseBase;
@@ -33,6 +29,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.delete_filter.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteForecastRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteForecastRequest.java
index 1a5e66fe3..c4be7b4e3 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteForecastRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteForecastRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -43,6 +39,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.delete_forecast.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteForecastResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteForecastResponse.java
index 2815d255e..4ceeae6f8 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteForecastResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteForecastResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.AcknowledgedResponseBase;
@@ -33,6 +29,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.delete_forecast.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteJobRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteJobRequest.java
index ca1786d55..ce6b3c26a 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteJobRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteJobRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.delete_job.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteJobResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteJobResponse.java
index 337916197..ee3048ba2 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteJobResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteJobResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.AcknowledgedResponseBase;
@@ -33,6 +29,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.delete_job.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteModelSnapshotRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteModelSnapshotRequest.java
index ba98ef6e8..e5e2354d2 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteModelSnapshotRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteModelSnapshotRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.delete_model_snapshot.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteModelSnapshotResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteModelSnapshotResponse.java
index 6d0939bfa..0f03aefca 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteModelSnapshotResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteModelSnapshotResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.AcknowledgedResponseBase;
@@ -33,6 +29,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.delete_model_snapshot.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteTrainedModelAliasRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteTrainedModelAliasRequest.java
index 8064542b0..59e6c4d3d 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteTrainedModelAliasRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteTrainedModelAliasRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.delete_trained_model_alias.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteTrainedModelAliasResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteTrainedModelAliasResponse.java
index aa2dc0fa6..d86233941 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteTrainedModelAliasResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteTrainedModelAliasResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.AcknowledgedResponseBase;
@@ -33,6 +29,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.delete_trained_model_alias.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteTrainedModelRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteTrainedModelRequest.java
index eb9ef1b77..86e3d9f63 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteTrainedModelRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteTrainedModelRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.delete_trained_model.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteTrainedModelResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteTrainedModelResponse.java
index a292f970b..462114d85 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteTrainedModelResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteTrainedModelResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.AcknowledgedResponseBase;
@@ -33,6 +29,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.delete_trained_model.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeploymentAllocationState.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeploymentAllocationState.java
index 0f1146841..72bd58f75 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeploymentAllocationState.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeploymentAllocationState.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see API
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DetectionRule.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DetectionRule.java
index aacbdab8c..0ca53f6b0 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DetectionRule.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DetectionRule.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.DetectionRule
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/Detector.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/Detector.java
index 3aee3f0bc..2e1bbe6fb 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/Detector.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/Detector.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.Detector
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DetectorRead.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DetectorRead.java
index ea5dd6c4d..8b0f36d16 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DetectorRead.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DetectorRead.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.DetectorRead
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DiscoveryNode.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DiscoveryNode.java
index 56bc9c909..b48216889 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DiscoveryNode.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DiscoveryNode.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.DiscoveryNode
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ElasticsearchMlAsyncClient.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ElasticsearchMlAsyncClient.java
index 65ba9d897..0bfd251bd 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ElasticsearchMlAsyncClient.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ElasticsearchMlAsyncClient.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.ApiClient;
@@ -37,6 +33,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Client for the ml namespace.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ElasticsearchMlClient.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ElasticsearchMlClient.java
index 760ccf95f..6ee820417 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ElasticsearchMlClient.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ElasticsearchMlClient.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.ApiClient;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Client for the ml namespace.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/EstimateModelMemoryRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/EstimateModelMemoryRequest.java
index 61219b96e..1b126a9d5 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/EstimateModelMemoryRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/EstimateModelMemoryRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -44,6 +40,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.estimate_model_memory.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/EstimateModelMemoryResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/EstimateModelMemoryResponse.java
index fd84000d8..3cab24eee 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/EstimateModelMemoryResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/EstimateModelMemoryResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.estimate_model_memory.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/EvaluateDataFrameRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/EvaluateDataFrameRequest.java
index b10266148..529e09874 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/EvaluateDataFrameRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/EvaluateDataFrameRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -43,6 +39,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.evaluate_data_frame.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/EvaluateDataFrameResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/EvaluateDataFrameResponse.java
index e0dce30ea..2a15847dc 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/EvaluateDataFrameResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/EvaluateDataFrameResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch.ml.evaluate_data_frame.DataframeClassificationSummary;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.evaluate_data_frame.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ExcludeFrequent.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ExcludeFrequent.java
index 48aedf3c6..fc3ab3a6b 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ExcludeFrequent.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ExcludeFrequent.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see API
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ExplainDataFrameAnalyticsRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ExplainDataFrameAnalyticsRequest.java
index 8b16e4415..63edb6de4 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ExplainDataFrameAnalyticsRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ExplainDataFrameAnalyticsRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -45,6 +41,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.explain_data_frame_analytics.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ExplainDataFrameAnalyticsResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ExplainDataFrameAnalyticsResponse.java
index cb94eca5c..04f771d85 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ExplainDataFrameAnalyticsResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ExplainDataFrameAnalyticsResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.explain_data_frame_analytics.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/FillMaskInferenceOptions.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/FillMaskInferenceOptions.java
index 3e890e2fa..f62697910 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/FillMaskInferenceOptions.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/FillMaskInferenceOptions.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.FillMaskInferenceOptions
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/FillMaskInferenceUpdateOptions.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/FillMaskInferenceUpdateOptions.java
index bb8a2832d..5a13f6bea 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/FillMaskInferenceUpdateOptions.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/FillMaskInferenceUpdateOptions.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.FillMaskInferenceUpdateOptions
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/Filter.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/Filter.java
index f6acee868..c6733ad8c 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/Filter.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/Filter.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.Filter
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/FilterRef.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/FilterRef.java
index 6fec951a1..509885f1f 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/FilterRef.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/FilterRef.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.FilterRef
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/FilterType.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/FilterType.java
index 089c18177..91714eb53 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/FilterType.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/FilterType.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see API
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/FlushJobRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/FlushJobRequest.java
index 12ff8c216..8c36c7ccb 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/FlushJobRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/FlushJobRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -46,6 +42,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.flush_job.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/FlushJobResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/FlushJobResponse.java
index 4e94a2d2a..01e02586b 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/FlushJobResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/FlushJobResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.flush_job.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ForecastRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ForecastRequest.java
index e506b8095..7c83b1a41 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ForecastRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ForecastRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -45,6 +41,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.forecast.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ForecastResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ForecastResponse.java
index 07655c23f..ca1670582 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ForecastResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ForecastResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.AcknowledgedResponse;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.forecast.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GeoResults.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GeoResults.java
index 5d8ff873e..4572ac41f 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GeoResults.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GeoResults.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.GeoResults
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetBucketsRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetBucketsRequest.java
index 43dbfda72..3011873bf 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetBucketsRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetBucketsRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -47,6 +43,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.get_buckets.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetBucketsResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetBucketsResponse.java
index 721872acb..0c50d5941 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetBucketsResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetBucketsResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.get_buckets.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetCalendarEventsRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetCalendarEventsRequest.java
index 351d28a69..502335144 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetCalendarEventsRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetCalendarEventsRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -43,6 +39,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.get_calendar_events.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetCalendarEventsResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetCalendarEventsResponse.java
index 1bb20118d..b9d987709 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetCalendarEventsResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetCalendarEventsResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.get_calendar_events.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetCalendarsRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetCalendarsRequest.java
index 1ced7cd12..77d997fb9 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetCalendarsRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetCalendarsRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -43,6 +39,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.get_calendars.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetCalendarsResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetCalendarsResponse.java
index 6737caeac..e954ec441 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetCalendarsResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetCalendarsResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch.ml.get_calendars.Calendar;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.get_calendars.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetCategoriesRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetCategoriesRequest.java
index ca619aec8..38ed72fa2 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetCategoriesRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetCategoriesRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -44,6 +40,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.get_categories.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetCategoriesResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetCategoriesResponse.java
index d885cc00a..01d52c462 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetCategoriesResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetCategoriesResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.get_categories.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetDataFrameAnalyticsRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetDataFrameAnalyticsRequest.java
index d938e0c15..f90d2bf6f 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetDataFrameAnalyticsRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetDataFrameAnalyticsRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.get_data_frame_analytics.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetDataFrameAnalyticsResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetDataFrameAnalyticsResponse.java
index d9e7baacb..263af9542 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetDataFrameAnalyticsResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetDataFrameAnalyticsResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.get_data_frame_analytics.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetDataFrameAnalyticsStatsRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetDataFrameAnalyticsStatsRequest.java
index 7759f6b40..8dac370bd 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetDataFrameAnalyticsStatsRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetDataFrameAnalyticsStatsRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.get_data_frame_analytics_stats.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetDataFrameAnalyticsStatsResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetDataFrameAnalyticsStatsResponse.java
index a34614a32..48e7d7274 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetDataFrameAnalyticsStatsResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetDataFrameAnalyticsStatsResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.get_data_frame_analytics_stats.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetDatafeedStatsRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetDatafeedStatsRequest.java
index 6c130972b..77b2dd2c9 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetDatafeedStatsRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetDatafeedStatsRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -44,6 +40,21 @@
import java.util.stream.Collectors;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.get_datafeed_stats.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetDatafeedStatsResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetDatafeedStatsResponse.java
index 7dbc8ae18..47f97c6e5 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetDatafeedStatsResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetDatafeedStatsResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.get_datafeed_stats.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetDatafeedsRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetDatafeedsRequest.java
index f98aa3f52..2c3464dcd 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetDatafeedsRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetDatafeedsRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -44,6 +40,21 @@
import java.util.stream.Collectors;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.get_datafeeds.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetDatafeedsResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetDatafeedsResponse.java
index 926b71f35..dbdeadf76 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetDatafeedsResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetDatafeedsResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.get_datafeeds.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetFiltersRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetFiltersRequest.java
index c06c6696e..d7b2388cf 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetFiltersRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetFiltersRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -44,6 +40,21 @@
import java.util.stream.Collectors;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.get_filters.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetFiltersResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetFiltersResponse.java
index 4ad63febb..54d0a5c1d 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetFiltersResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetFiltersResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.get_filters.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetInfluencersRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetInfluencersRequest.java
index 150f00118..1fb350c05 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetInfluencersRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetInfluencersRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -47,6 +43,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.get_influencers.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetInfluencersResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetInfluencersResponse.java
index 1cd5edbfc..6c8b07c82 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetInfluencersResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetInfluencersResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.get_influencers.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetJobStatsRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetJobStatsRequest.java
index c1db35a63..5fe10de5a 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetJobStatsRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetJobStatsRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.get_job_stats.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetJobStatsResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetJobStatsResponse.java
index 1edd0d26d..1f97b5511 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetJobStatsResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetJobStatsResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.get_job_stats.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetJobsRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetJobsRequest.java
index c2dc94b5e..f42898708 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetJobsRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetJobsRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -44,6 +40,21 @@
import java.util.stream.Collectors;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.get_jobs.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetJobsResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetJobsResponse.java
index 7ac246804..9a8f40317 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetJobsResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetJobsResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.get_jobs.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetMemoryStatsRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetMemoryStatsRequest.java
index 0d38c308c..01ad57654 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetMemoryStatsRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetMemoryStatsRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.get_memory_stats.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetMemoryStatsResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetMemoryStatsResponse.java
index 0bfae6f43..f95864c39 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetMemoryStatsResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetMemoryStatsResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.NodeStatistics;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.get_memory_stats.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetModelSnapshotUpgradeStatsRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetModelSnapshotUpgradeStatsRequest.java
index 7bc519570..f7815f1ea 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetModelSnapshotUpgradeStatsRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetModelSnapshotUpgradeStatsRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.get_model_snapshot_upgrade_stats.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetModelSnapshotUpgradeStatsResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetModelSnapshotUpgradeStatsResponse.java
index 8e624d6bc..015651d4d 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetModelSnapshotUpgradeStatsResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetModelSnapshotUpgradeStatsResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.get_model_snapshot_upgrade_stats.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetModelSnapshotsRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetModelSnapshotsRequest.java
index e4acac23c..cc1796be7 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetModelSnapshotsRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetModelSnapshotsRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -46,6 +42,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.get_model_snapshots.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetModelSnapshotsResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetModelSnapshotsResponse.java
index 29173e5b4..559528b88 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetModelSnapshotsResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetModelSnapshotsResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.get_model_snapshots.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetOverallBucketsRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetOverallBucketsRequest.java
index 3b120fcfe..0e0639ff8 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetOverallBucketsRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetOverallBucketsRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -48,6 +44,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.get_overall_buckets.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetOverallBucketsResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetOverallBucketsResponse.java
index 98b05cee0..e644cd442 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetOverallBucketsResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetOverallBucketsResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.get_overall_buckets.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetRecordsRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetRecordsRequest.java
index 50af47362..e20bb4681 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetRecordsRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetRecordsRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -47,6 +43,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.get_records.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetRecordsResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetRecordsResponse.java
index 357cc6a34..eb1f6b162 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetRecordsResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetRecordsResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.get_records.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetTrainedModelsRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetTrainedModelsRequest.java
index 97d445206..2f9d243c7 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetTrainedModelsRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetTrainedModelsRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.get_trained_models.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetTrainedModelsResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetTrainedModelsResponse.java
index e79d26ed4..b7d7fedf8 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetTrainedModelsResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetTrainedModelsResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.get_trained_models.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetTrainedModelsStatsRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetTrainedModelsStatsRequest.java
index e5a763456..2d53ddc0b 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetTrainedModelsStatsRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetTrainedModelsStatsRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -45,6 +41,21 @@
import java.util.stream.Collectors;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.get_trained_models_stats.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetTrainedModelsStatsResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetTrainedModelsStatsResponse.java
index 431b5502c..bf48b7de1 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetTrainedModelsStatsResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/GetTrainedModelsStatsResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.get_trained_models_stats.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/Hyperparameter.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/Hyperparameter.java
index 4230e45ce..0dec9fa70 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/Hyperparameter.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/Hyperparameter.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.Hyperparameter
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/Hyperparameters.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/Hyperparameters.java
index f9722a643..1eb7e0c98 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/Hyperparameters.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/Hyperparameters.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.Hyperparameters
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/Include.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/Include.java
index 88b3751c0..92e953def 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/Include.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/Include.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see API
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/InferTrainedModelRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/InferTrainedModelRequest.java
index a4ca08ce2..e4f670aac 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/InferTrainedModelRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/InferTrainedModelRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -46,6 +42,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.infer_trained_model.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/InferTrainedModelResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/InferTrainedModelResponse.java
index 1ebff6968..14c13026d 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/InferTrainedModelResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/InferTrainedModelResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.infer_trained_model.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/InferenceConfigCreate.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/InferenceConfigCreate.java
index 414044ab3..b8215f27d 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/InferenceConfigCreate.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/InferenceConfigCreate.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonEnum;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.InferenceConfigCreateContainer
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/InferenceConfigCreateBuilders.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/InferenceConfigCreateBuilders.java
index cd99927a6..417fc1fb9 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/InferenceConfigCreateBuilders.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/InferenceConfigCreateBuilders.java
@@ -17,15 +17,26 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.util.ObjectBuilder;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Builders for {@link InferenceConfigCreate} variants.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/InferenceConfigCreateVariant.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/InferenceConfigCreateVariant.java
index 91a7a2eea..7e53c5a4a 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/InferenceConfigCreateVariant.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/InferenceConfigCreateVariant.java
@@ -17,12 +17,23 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Base interface for {@link InferenceConfigCreate} variants.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/InferenceConfigUpdate.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/InferenceConfigUpdate.java
index 4581477ca..1c767b93f 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/InferenceConfigUpdate.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/InferenceConfigUpdate.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonEnum;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.InferenceConfigUpdateContainer
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/InferenceConfigUpdateBuilders.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/InferenceConfigUpdateBuilders.java
index 79936ef1b..b3b902483 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/InferenceConfigUpdateBuilders.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/InferenceConfigUpdateBuilders.java
@@ -17,15 +17,26 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.util.ObjectBuilder;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Builders for {@link InferenceConfigUpdate} variants.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/InferenceConfigUpdateVariant.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/InferenceConfigUpdateVariant.java
index 6cdcfd4a0..e8429fc6a 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/InferenceConfigUpdateVariant.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/InferenceConfigUpdateVariant.java
@@ -17,12 +17,23 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Base interface for {@link InferenceConfigUpdate} variants.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/InferenceResponseResult.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/InferenceResponseResult.java
index 60c09eb19..63b857ce1 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/InferenceResponseResult.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/InferenceResponseResult.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.FieldValue;
@@ -43,6 +39,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.InferenceResponseResult
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/Influence.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/Influence.java
index f855bc0de..d59fc7e65 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/Influence.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/Influence.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.Influence
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/Influencer.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/Influencer.java
index 1688b5b5f..de9d7615d 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/Influencer.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/Influencer.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.Influencer
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/Job.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/Job.java
index 33b4cc6e2..11f682f5c 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/Job.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/Job.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.Time;
@@ -45,6 +41,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.Job
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/JobBlocked.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/JobBlocked.java
index 613f5815f..f3792e34f 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/JobBlocked.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/JobBlocked.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.JobBlocked
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/JobBlockedReason.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/JobBlockedReason.java
index 749fa8a8c..c1a16fa65 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/JobBlockedReason.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/JobBlockedReason.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see API
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/JobConfig.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/JobConfig.java
index 47255d477..301ebebc2 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/JobConfig.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/JobConfig.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.Time;
@@ -44,6 +40,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.JobConfig
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/JobForecastStatistics.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/JobForecastStatistics.java
index b763ee3dd..678ad7a94 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/JobForecastStatistics.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/JobForecastStatistics.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.JobForecastStatistics
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/JobState.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/JobState.java
index 5e5593864..d731d8d4e 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/JobState.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/JobState.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see API
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/JobStatistics.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/JobStatistics.java
index 90bddac95..9ce9921d2 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/JobStatistics.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/JobStatistics.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.JobStatistics
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/JobStats.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/JobStats.java
index 54f134396..5c2e622c0 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/JobStats.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/JobStats.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.JobStats
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/JobTimingStats.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/JobTimingStats.java
index 54d62447c..553c0abb8 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/JobTimingStats.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/JobTimingStats.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.JobTimingStats
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/MemoryStatus.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/MemoryStatus.java
index ff0910075..b53390311 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/MemoryStatus.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/MemoryStatus.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see API
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/MlInfoRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/MlInfoRequest.java
index 77c97f954..ae1c18471 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/MlInfoRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/MlInfoRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -36,6 +32,21 @@
import java.util.Collections;
import java.util.Objects;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.info.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/MlInfoResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/MlInfoResponse.java
index 6609267ea..9008997af 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/MlInfoResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/MlInfoResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch.ml.info.Defaults;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.info.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ModelPlotConfig.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ModelPlotConfig.java
index dbce142f5..7c0795d34 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ModelPlotConfig.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ModelPlotConfig.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.ModelPlotConfig
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ModelSizeStats.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ModelSizeStats.java
index a5d1aa339..06e4bee89 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ModelSizeStats.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ModelSizeStats.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.ModelSizeStats
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ModelSnapshot.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ModelSnapshot.java
index 34b762bb1..3d07c1da2 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ModelSnapshot.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ModelSnapshot.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.ModelSnapshot
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ModelSnapshotUpgrade.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ModelSnapshotUpgrade.java
index 9512751a8..e1b056ef5 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ModelSnapshotUpgrade.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ModelSnapshotUpgrade.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.ModelSnapshotUpgrade
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/NerInferenceOptions.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/NerInferenceOptions.java
index 272fdc9e2..f52e12133 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/NerInferenceOptions.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/NerInferenceOptions.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.NerInferenceOptions
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/NerInferenceUpdateOptions.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/NerInferenceUpdateOptions.java
index c5314419c..300a737cc 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/NerInferenceUpdateOptions.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/NerInferenceUpdateOptions.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.NerInferenceUpdateOptions
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/NlpBertTokenizationConfig.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/NlpBertTokenizationConfig.java
index b7b516249..0eb6efaa2 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/NlpBertTokenizationConfig.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/NlpBertTokenizationConfig.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.NlpBertTokenizationConfig
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/NlpRobertaTokenizationConfig.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/NlpRobertaTokenizationConfig.java
index 9c40f7a79..e877c4f54 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/NlpRobertaTokenizationConfig.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/NlpRobertaTokenizationConfig.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.NlpRobertaTokenizationConfig
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/NlpTokenizationUpdateOptions.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/NlpTokenizationUpdateOptions.java
index 25de6d1dd..87d9fa55f 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/NlpTokenizationUpdateOptions.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/NlpTokenizationUpdateOptions.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.NlpTokenizationUpdateOptions
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/OpenJobRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/OpenJobRequest.java
index ad701401d..53f3fe3f7 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/OpenJobRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/OpenJobRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -45,6 +41,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.open_job.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/OpenJobResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/OpenJobResponse.java
index 2e859d931..9cc4a206a 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/OpenJobResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/OpenJobResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.open_job.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/OutlierDetectionParameters.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/OutlierDetectionParameters.java
index 1113471de..1c5f655a4 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/OutlierDetectionParameters.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/OutlierDetectionParameters.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.OutlierDetectionParameters
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/OverallBucket.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/OverallBucket.java
index eb7190867..7b8a68683 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/OverallBucket.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/OverallBucket.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -44,6 +40,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.OverallBucket
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/OverallBucketJob.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/OverallBucketJob.java
index 213f868da..a964a3ded 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/OverallBucketJob.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/OverallBucketJob.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.OverallBucketJob
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/Page.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/Page.java
index 301993485..8c227bf88 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/Page.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/Page.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.Page
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PassThroughInferenceOptions.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PassThroughInferenceOptions.java
index 95278e16c..e559a979a 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PassThroughInferenceOptions.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PassThroughInferenceOptions.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.PassThroughInferenceOptions
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PassThroughInferenceUpdateOptions.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PassThroughInferenceUpdateOptions.java
index e471c3c61..e75641622 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PassThroughInferenceUpdateOptions.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PassThroughInferenceUpdateOptions.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.PassThroughInferenceUpdateOptions
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PerPartitionCategorization.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PerPartitionCategorization.java
index a5e26b025..259e07662 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PerPartitionCategorization.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PerPartitionCategorization.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.PerPartitionCategorization
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PostCalendarEventsRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PostCalendarEventsRequest.java
index 2d31c7a29..1466adc61 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PostCalendarEventsRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PostCalendarEventsRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -45,6 +41,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.post_calendar_events.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PostCalendarEventsResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PostCalendarEventsResponse.java
index fb22e8d4e..9abe735be 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PostCalendarEventsResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PostCalendarEventsResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.post_calendar_events.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PostDataRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PostDataRequest.java
index 751ed3097..68cff85d7 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PostDataRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PostDataRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -50,6 +46,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.post_data.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PostDataResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PostDataResponse.java
index aae776822..9547d9da5 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PostDataResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PostDataResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.post_data.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PreviewDataFrameAnalyticsRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PreviewDataFrameAnalyticsRequest.java
index 774d5bad6..5925cbd97 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PreviewDataFrameAnalyticsRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PreviewDataFrameAnalyticsRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -44,6 +40,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.preview_data_frame_analytics.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PreviewDataFrameAnalyticsResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PreviewDataFrameAnalyticsResponse.java
index 14a5085d5..dfb06b35b 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PreviewDataFrameAnalyticsResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PreviewDataFrameAnalyticsResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.preview_data_frame_analytics.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PreviewDatafeedRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PreviewDatafeedRequest.java
index 989897f6d..695097c5f 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PreviewDatafeedRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PreviewDatafeedRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -43,6 +39,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.preview_datafeed.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PreviewDatafeedResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PreviewDatafeedResponse.java
index 7d3741c04..34a97d94a 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PreviewDatafeedResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PreviewDatafeedResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonData;
@@ -43,6 +39,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.preview_datafeed.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PutCalendarJobRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PutCalendarJobRequest.java
index b9f07a0af..ecbf088cc 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PutCalendarJobRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PutCalendarJobRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.put_calendar_job.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PutCalendarJobResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PutCalendarJobResponse.java
index 94fc87d8e..fa7dfe6f6 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PutCalendarJobResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PutCalendarJobResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.put_calendar_job.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PutCalendarRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PutCalendarRequest.java
index 139e8db3f..931c1285f 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PutCalendarRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PutCalendarRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -45,6 +41,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.put_calendar.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PutCalendarResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PutCalendarResponse.java
index 734f365a3..21cef2a05 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PutCalendarResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PutCalendarResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.put_calendar.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PutDataFrameAnalyticsRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PutDataFrameAnalyticsRequest.java
index d87ae33d2..b592f2e29 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PutDataFrameAnalyticsRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PutDataFrameAnalyticsRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -47,6 +43,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.put_data_frame_analytics.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PutDataFrameAnalyticsResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PutDataFrameAnalyticsResponse.java
index a4b17a618..54b7fb42a 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PutDataFrameAnalyticsResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PutDataFrameAnalyticsResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.put_data_frame_analytics.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PutDatafeedRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PutDatafeedRequest.java
index efbef6de4..1f2a23d37 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PutDatafeedRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PutDatafeedRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -54,6 +50,21 @@
import java.util.stream.Collectors;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.put_datafeed.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PutDatafeedResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PutDatafeedResponse.java
index 3b00d3404..e4f387f2c 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PutDatafeedResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PutDatafeedResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.IndicesOptions;
@@ -48,6 +44,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.put_datafeed.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PutFilterRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PutFilterRequest.java
index 394d7583c..410124696 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PutFilterRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PutFilterRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -45,6 +41,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.put_filter.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PutFilterResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PutFilterResponse.java
index f01b46f9e..5b592cad4 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PutFilterResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PutFilterResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.put_filter.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PutJobRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PutJobRequest.java
index 56634f7a9..4fd5a9f50 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PutJobRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PutJobRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -49,6 +45,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.put_job.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PutJobResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PutJobResponse.java
index 842d8149e..39fcdd62a 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PutJobResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PutJobResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.Time;
@@ -45,6 +41,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.put_job.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PutTrainedModelAliasRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PutTrainedModelAliasRequest.java
index fb698b6a4..d5cf42412 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PutTrainedModelAliasRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PutTrainedModelAliasRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.put_trained_model_alias.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PutTrainedModelAliasResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PutTrainedModelAliasResponse.java
index e3880e0ce..5429c0c80 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PutTrainedModelAliasResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PutTrainedModelAliasResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.AcknowledgedResponseBase;
@@ -33,6 +29,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.put_trained_model_alias.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PutTrainedModelDefinitionPartRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PutTrainedModelDefinitionPartRequest.java
index 30b451df0..cf1884af4 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PutTrainedModelDefinitionPartRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PutTrainedModelDefinitionPartRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -46,6 +42,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.put_trained_model_definition_part.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PutTrainedModelDefinitionPartResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PutTrainedModelDefinitionPartResponse.java
index a4e3632e8..faf2b6130 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PutTrainedModelDefinitionPartResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PutTrainedModelDefinitionPartResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.AcknowledgedResponseBase;
@@ -33,6 +29,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.put_trained_model_definition_part.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PutTrainedModelRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PutTrainedModelRequest.java
index 392cb7db9..7424f0532 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PutTrainedModelRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PutTrainedModelRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -49,6 +45,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.put_trained_model.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PutTrainedModelResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PutTrainedModelResponse.java
index f5bd2f4f0..f1f0b9489 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PutTrainedModelResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PutTrainedModelResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -32,6 +28,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.put_trained_model.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PutTrainedModelVocabularyRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PutTrainedModelVocabularyRequest.java
index 437abb717..8c9fc72ee 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PutTrainedModelVocabularyRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PutTrainedModelVocabularyRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -45,6 +41,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.put_trained_model_vocabulary.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PutTrainedModelVocabularyResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PutTrainedModelVocabularyResponse.java
index acf7bf7d4..4cfe87743 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PutTrainedModelVocabularyResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/PutTrainedModelVocabularyResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.AcknowledgedResponseBase;
@@ -33,6 +29,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.put_trained_model_vocabulary.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/QuestionAnsweringInferenceOptions.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/QuestionAnsweringInferenceOptions.java
index c7a8847bc..cc9c83e5a 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/QuestionAnsweringInferenceOptions.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/QuestionAnsweringInferenceOptions.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.QuestionAnsweringInferenceOptions
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/QuestionAnsweringInferenceUpdateOptions.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/QuestionAnsweringInferenceUpdateOptions.java
index 89e85374e..b59d39c70 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/QuestionAnsweringInferenceUpdateOptions.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/QuestionAnsweringInferenceUpdateOptions.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.QuestionAnsweringInferenceUpdateOptions
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/RegressionInferenceOptions.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/RegressionInferenceOptions.java
index 565e3b221..61999e627 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/RegressionInferenceOptions.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/RegressionInferenceOptions.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.aggregations.InferenceConfig;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.RegressionInferenceOptions
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ResetJobRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ResetJobRequest.java
index e99774ddb..6e8a6bf9d 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ResetJobRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ResetJobRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.reset_job.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ResetJobResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ResetJobResponse.java
index 259e4a641..b34cda485 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ResetJobResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ResetJobResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.AcknowledgedResponseBase;
@@ -33,6 +29,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.reset_job.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/RevertModelSnapshotRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/RevertModelSnapshotRequest.java
index 1878d07c1..4fec7e80f 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/RevertModelSnapshotRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/RevertModelSnapshotRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -45,6 +41,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.revert_model_snapshot.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/RevertModelSnapshotResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/RevertModelSnapshotResponse.java
index 30d5e1be5..fe1a2eae8 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/RevertModelSnapshotResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/RevertModelSnapshotResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.revert_model_snapshot.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/RoutingState.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/RoutingState.java
index c9cec6f90..843137937 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/RoutingState.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/RoutingState.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see API
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/RuleAction.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/RuleAction.java
index b3d740d0d..f318a2b23 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/RuleAction.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/RuleAction.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see API
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/RuleCondition.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/RuleCondition.java
index 1d6821a07..f4108aaec 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/RuleCondition.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/RuleCondition.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.RuleCondition
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/RunningStateSearchInterval.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/RunningStateSearchInterval.java
index fbf2bc325..7edd0fd0e 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/RunningStateSearchInterval.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/RunningStateSearchInterval.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.Time;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.RunningStateSearchInterval
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/SetUpgradeModeRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/SetUpgradeModeRequest.java
index 787fdb5e3..9b61071d2 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/SetUpgradeModeRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/SetUpgradeModeRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.set_upgrade_mode.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/SetUpgradeModeResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/SetUpgradeModeResponse.java
index c1ce5fa98..e4a9ea646 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/SetUpgradeModeResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/SetUpgradeModeResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.AcknowledgedResponseBase;
@@ -33,6 +29,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.set_upgrade_mode.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/SnapshotUpgradeState.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/SnapshotUpgradeState.java
index e6b73fa45..d1cb7b9c0 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/SnapshotUpgradeState.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/SnapshotUpgradeState.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see API
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/StartDataFrameAnalyticsRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/StartDataFrameAnalyticsRequest.java
index e9b1a237e..af88160e1 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/StartDataFrameAnalyticsRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/StartDataFrameAnalyticsRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.start_data_frame_analytics.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/StartDataFrameAnalyticsResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/StartDataFrameAnalyticsResponse.java
index 93f4afdd9..b87d7ab19 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/StartDataFrameAnalyticsResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/StartDataFrameAnalyticsResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.AcknowledgedResponse;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.start_data_frame_analytics.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/StartDatafeedRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/StartDatafeedRequest.java
index 047155d0f..9e5f06e5f 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/StartDatafeedRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/StartDatafeedRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -46,6 +42,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.start_datafeed.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/StartDatafeedResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/StartDatafeedResponse.java
index 21ea526e2..184cf0c44 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/StartDatafeedResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/StartDatafeedResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.start_datafeed.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/StartTrainedModelDeploymentRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/StartTrainedModelDeploymentRequest.java
index fea7d41ac..695b6ea56 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/StartTrainedModelDeploymentRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/StartTrainedModelDeploymentRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -43,6 +39,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.start_trained_model_deployment.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/StartTrainedModelDeploymentResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/StartTrainedModelDeploymentResponse.java
index 20642e219..743fd01b3 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/StartTrainedModelDeploymentResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/StartTrainedModelDeploymentResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.start_trained_model_deployment.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/StopDataFrameAnalyticsRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/StopDataFrameAnalyticsRequest.java
index 738f4acce..8c7f2c679 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/StopDataFrameAnalyticsRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/StopDataFrameAnalyticsRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -43,6 +39,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.stop_data_frame_analytics.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/StopDataFrameAnalyticsResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/StopDataFrameAnalyticsResponse.java
index 6c7537e07..73dcfba56 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/StopDataFrameAnalyticsResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/StopDataFrameAnalyticsResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.stop_data_frame_analytics.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/StopDatafeedRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/StopDatafeedRequest.java
index 347d3de4d..08d8d12db 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/StopDatafeedRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/StopDatafeedRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -46,6 +42,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.stop_datafeed.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/StopDatafeedResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/StopDatafeedResponse.java
index 569a69b4c..f90ee4b34 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/StopDatafeedResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/StopDatafeedResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.stop_datafeed.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/StopTrainedModelDeploymentRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/StopTrainedModelDeploymentRequest.java
index e0e8d4cc0..2d5c8d8a7 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/StopTrainedModelDeploymentRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/StopTrainedModelDeploymentRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.stop_trained_model_deployment.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/StopTrainedModelDeploymentResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/StopTrainedModelDeploymentResponse.java
index d9935109d..f09652454 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/StopTrainedModelDeploymentResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/StopTrainedModelDeploymentResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.stop_trained_model_deployment.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TextClassificationInferenceOptions.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TextClassificationInferenceOptions.java
index e7eb1bb01..9da7b60f6 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TextClassificationInferenceOptions.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TextClassificationInferenceOptions.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.TextClassificationInferenceOptions
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TextClassificationInferenceUpdateOptions.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TextClassificationInferenceUpdateOptions.java
index 1f606a9e0..f0dc9658a 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TextClassificationInferenceUpdateOptions.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TextClassificationInferenceUpdateOptions.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.TextClassificationInferenceUpdateOptions
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TextEmbeddingInferenceOptions.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TextEmbeddingInferenceOptions.java
index 5c9a8e3af..4c852b865 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TextEmbeddingInferenceOptions.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TextEmbeddingInferenceOptions.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.TextEmbeddingInferenceOptions
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TextEmbeddingInferenceUpdateOptions.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TextEmbeddingInferenceUpdateOptions.java
index 8c50fbedd..88f396517 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TextEmbeddingInferenceUpdateOptions.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TextEmbeddingInferenceUpdateOptions.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.TextEmbeddingInferenceUpdateOptions
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TextExpansionInferenceOptions.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TextExpansionInferenceOptions.java
index 45b003dd6..bb434cefd 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TextExpansionInferenceOptions.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TextExpansionInferenceOptions.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.TextExpansionInferenceOptions
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TextExpansionInferenceUpdateOptions.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TextExpansionInferenceUpdateOptions.java
index ed90cedda..0ff324161 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TextExpansionInferenceUpdateOptions.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TextExpansionInferenceUpdateOptions.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.TextExpansionInferenceUpdateOptions
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TimingStats.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TimingStats.java
index 6336f13b1..f3194e196 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TimingStats.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TimingStats.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.TimingStats
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TokenizationConfig.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TokenizationConfig.java
index 82e7ee30f..3307d59fa 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TokenizationConfig.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TokenizationConfig.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonEnum;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.TokenizationConfigContainer
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TokenizationConfigBuilders.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TokenizationConfigBuilders.java
index 7b3d3971a..b9259153e 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TokenizationConfigBuilders.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TokenizationConfigBuilders.java
@@ -17,15 +17,26 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.util.ObjectBuilder;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Builders for {@link TokenizationConfig} variants.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TokenizationConfigVariant.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TokenizationConfigVariant.java
index 2371b534f..21d911da3 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TokenizationConfigVariant.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TokenizationConfigVariant.java
@@ -17,12 +17,23 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Base interface for {@link TokenizationConfig} variants.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TokenizationTruncate.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TokenizationTruncate.java
index c13ae00d8..1070a0cd9 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TokenizationTruncate.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TokenizationTruncate.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see API
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TopClassEntry.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TopClassEntry.java
index ef99fbaa9..d35e322f3 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TopClassEntry.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TopClassEntry.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.TopClassEntry
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TotalFeatureImportance.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TotalFeatureImportance.java
index 55581485f..0b7e48fa6 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TotalFeatureImportance.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TotalFeatureImportance.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.TotalFeatureImportance
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TotalFeatureImportanceClass.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TotalFeatureImportanceClass.java
index c04c317cf..2c6bb2aa8 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TotalFeatureImportanceClass.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TotalFeatureImportanceClass.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.TotalFeatureImportanceClass
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TotalFeatureImportanceStatistics.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TotalFeatureImportanceStatistics.java
index b59f318d6..253045d62 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TotalFeatureImportanceStatistics.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TotalFeatureImportanceStatistics.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.TotalFeatureImportanceStatistics
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TrainedModelAssignment.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TrainedModelAssignment.java
index b9e5f01d9..3d2416596 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TrainedModelAssignment.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TrainedModelAssignment.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.TrainedModelAssignment
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TrainedModelAssignmentRoutingTable.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TrainedModelAssignmentRoutingTable.java
index 932b42fe7..9baf48b0e 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TrainedModelAssignmentRoutingTable.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TrainedModelAssignmentRoutingTable.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.TrainedModelAssignmentRoutingTable
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TrainedModelAssignmentTaskParameters.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TrainedModelAssignmentTaskParameters.java
index 2f95def06..7d6adc82b 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TrainedModelAssignmentTaskParameters.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TrainedModelAssignmentTaskParameters.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.TrainedModelAssignmentTaskParameters
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TrainedModelConfig.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TrainedModelConfig.java
index 62d0e233a..3f4d746c5 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TrainedModelConfig.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TrainedModelConfig.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -44,6 +40,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.TrainedModelConfig
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TrainedModelConfigInput.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TrainedModelConfigInput.java
index 8fddbab57..40e6c2f24 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TrainedModelConfigInput.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TrainedModelConfigInput.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.TrainedModelConfigInput
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TrainedModelConfigMetadata.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TrainedModelConfigMetadata.java
index 6de65a487..55ea95b0d 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TrainedModelConfigMetadata.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TrainedModelConfigMetadata.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.TrainedModelConfigMetadata
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TrainedModelDeploymentAllocationStatus.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TrainedModelDeploymentAllocationStatus.java
index fa96b9923..6535c46ef 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TrainedModelDeploymentAllocationStatus.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TrainedModelDeploymentAllocationStatus.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.TrainedModelDeploymentAllocationStatus
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TrainedModelDeploymentNodesStats.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TrainedModelDeploymentNodesStats.java
index 21477e273..75b18cdbf 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TrainedModelDeploymentNodesStats.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TrainedModelDeploymentNodesStats.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.TrainedModelDeploymentNodesStats
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TrainedModelDeploymentStats.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TrainedModelDeploymentStats.java
index e1cd4e5e5..8207c697f 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TrainedModelDeploymentStats.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TrainedModelDeploymentStats.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.TrainedModelDeploymentStats
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TrainedModelEntities.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TrainedModelEntities.java
index 92e2850f5..5165125d6 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TrainedModelEntities.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TrainedModelEntities.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.TrainedModelEntities
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TrainedModelInferenceClassImportance.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TrainedModelInferenceClassImportance.java
index fcc2af780..6d969b401 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TrainedModelInferenceClassImportance.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TrainedModelInferenceClassImportance.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.TrainedModelInferenceClassImportance
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TrainedModelInferenceFeatureImportance.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TrainedModelInferenceFeatureImportance.java
index af1ee9810..e09756fe1 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TrainedModelInferenceFeatureImportance.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TrainedModelInferenceFeatureImportance.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.TrainedModelInferenceFeatureImportance
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TrainedModelInferenceStats.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TrainedModelInferenceStats.java
index aa94cb2ef..f22ba270c 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TrainedModelInferenceStats.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TrainedModelInferenceStats.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.TrainedModelInferenceStats
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TrainedModelLocation.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TrainedModelLocation.java
index 3e22703ea..5dbdbff22 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TrainedModelLocation.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TrainedModelLocation.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.TrainedModelLocation
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TrainedModelLocationIndex.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TrainedModelLocationIndex.java
index 3f8af1113..9214ecb32 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TrainedModelLocationIndex.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TrainedModelLocationIndex.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.TrainedModelLocationIndex
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TrainedModelSizeStats.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TrainedModelSizeStats.java
index 1ad403725..12fe840d6 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TrainedModelSizeStats.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TrainedModelSizeStats.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.TrainedModelSizeStats
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TrainedModelStats.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TrainedModelStats.java
index 5f2dcc2a6..85ed8ee8c 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TrainedModelStats.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TrainedModelStats.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonData;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.TrainedModelStats
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TrainedModelType.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TrainedModelType.java
index e30678e2d..8d2a18a3b 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TrainedModelType.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TrainedModelType.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see API
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TrainingPriority.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TrainingPriority.java
index b5c89899d..6e6de1b6f 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TrainingPriority.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TrainingPriority.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see API
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TransformAuthorization.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TransformAuthorization.java
index d3d1bed49..8ec2b8be5 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TransformAuthorization.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/TransformAuthorization.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.TransformAuthorization
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/UpdateDataFrameAnalyticsRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/UpdateDataFrameAnalyticsRequest.java
index a3e2238bd..85657f097 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/UpdateDataFrameAnalyticsRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/UpdateDataFrameAnalyticsRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -46,6 +42,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.update_data_frame_analytics.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/UpdateDataFrameAnalyticsResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/UpdateDataFrameAnalyticsResponse.java
index 9a92be92a..e34d017d2 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/UpdateDataFrameAnalyticsResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/UpdateDataFrameAnalyticsResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.update_data_frame_analytics.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/UpdateDatafeedRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/UpdateDatafeedRequest.java
index 2c4268a2b..219244e61 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/UpdateDatafeedRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/UpdateDatafeedRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -54,6 +50,21 @@
import java.util.stream.Collectors;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.update_datafeed.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/UpdateDatafeedResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/UpdateDatafeedResponse.java
index bfcded5ee..e955b3da2 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/UpdateDatafeedResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/UpdateDatafeedResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.IndicesOptions;
@@ -48,6 +44,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.update_datafeed.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/UpdateFilterRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/UpdateFilterRequest.java
index dc989c388..a8817b7ad 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/UpdateFilterRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/UpdateFilterRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -45,6 +41,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.update_filter.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/UpdateFilterResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/UpdateFilterResponse.java
index b807cfb8d..099000d3a 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/UpdateFilterResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/UpdateFilterResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.update_filter.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/UpdateJobRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/UpdateJobRequest.java
index d43d3848d..b68496da0 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/UpdateJobRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/UpdateJobRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -49,6 +45,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.update_job.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/UpdateJobResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/UpdateJobResponse.java
index 15052b024..b75257453 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/UpdateJobResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/UpdateJobResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.Time;
@@ -44,6 +40,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.update_job.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/UpdateModelSnapshotRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/UpdateModelSnapshotRequest.java
index 06ce5b071..678cd99e8 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/UpdateModelSnapshotRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/UpdateModelSnapshotRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -45,6 +41,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.update_model_snapshot.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/UpdateModelSnapshotResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/UpdateModelSnapshotResponse.java
index c854697c4..692a3f1b2 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/UpdateModelSnapshotResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/UpdateModelSnapshotResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.AcknowledgedResponse;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.update_model_snapshot.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/UpgradeJobSnapshotRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/UpgradeJobSnapshotRequest.java
index f1764e56e..f0d2c3192 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/UpgradeJobSnapshotRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/UpgradeJobSnapshotRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -43,6 +39,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.upgrade_job_snapshot.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/UpgradeJobSnapshotResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/UpgradeJobSnapshotResponse.java
index 788889474..c53617b61 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/UpgradeJobSnapshotResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/UpgradeJobSnapshotResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.upgrade_job_snapshot.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ValidateDetectorRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ValidateDetectorRequest.java
index 391dbaa3d..bb3e5f3b5 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ValidateDetectorRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ValidateDetectorRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.validate_detector.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ValidateDetectorResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ValidateDetectorResponse.java
index 413b855c9..dd59764e6 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ValidateDetectorResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ValidateDetectorResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.AcknowledgedResponseBase;
@@ -33,6 +29,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.validate_detector.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ValidateRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ValidateRequest.java
index 29d735a18..410afa447 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ValidateRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ValidateRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.validate.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ValidateResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ValidateResponse.java
index a0139b0ff..45afde449 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ValidateResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ValidateResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.elasticsearch._types.AcknowledgedResponseBase;
@@ -33,6 +29,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.validate.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ValidationLoss.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ValidationLoss.java
index 6d2aeb9d2..9b7084a3a 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ValidationLoss.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ValidationLoss.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.ValidationLoss
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/Vocabulary.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/Vocabulary.java
index 1ff5f0a7c..76aee6327 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/Vocabulary.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/Vocabulary.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.Vocabulary
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ZeroShotClassificationInferenceOptions.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ZeroShotClassificationInferenceOptions.java
index e3d3ea07d..79ca36b71 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ZeroShotClassificationInferenceOptions.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ZeroShotClassificationInferenceOptions.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.ZeroShotClassificationInferenceOptions
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ZeroShotClassificationInferenceUpdateOptions.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ZeroShotClassificationInferenceUpdateOptions.java
index 265297ef2..e21b182d1 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ZeroShotClassificationInferenceUpdateOptions.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/ZeroShotClassificationInferenceUpdateOptions.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml;
import co.elastic.clients.json.JsonpDeserializable;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml._types.ZeroShotClassificationInferenceUpdateOptions
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/evaluate_data_frame/ConfusionMatrixItem.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/evaluate_data_frame/ConfusionMatrixItem.java
index 66f657f1e..79e952be5 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/evaluate_data_frame/ConfusionMatrixItem.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/evaluate_data_frame/ConfusionMatrixItem.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml.evaluate_data_frame;
import co.elastic.clients.json.JsonpDeserializable;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.evaluate_data_frame.ConfusionMatrixItem
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/evaluate_data_frame/ConfusionMatrixPrediction.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/evaluate_data_frame/ConfusionMatrixPrediction.java
index 7c146acdb..556899ef0 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/evaluate_data_frame/ConfusionMatrixPrediction.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/evaluate_data_frame/ConfusionMatrixPrediction.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml.evaluate_data_frame;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.evaluate_data_frame.ConfusionMatrixPrediction
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/evaluate_data_frame/ConfusionMatrixThreshold.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/evaluate_data_frame/ConfusionMatrixThreshold.java
index c404d5df5..8d06e4b7b 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/evaluate_data_frame/ConfusionMatrixThreshold.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/evaluate_data_frame/ConfusionMatrixThreshold.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml.evaluate_data_frame;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.evaluate_data_frame.ConfusionMatrixThreshold
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/evaluate_data_frame/DataframeClassificationSummary.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/evaluate_data_frame/DataframeClassificationSummary.java
index cebab9de4..0ecf205b9 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/evaluate_data_frame/DataframeClassificationSummary.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/evaluate_data_frame/DataframeClassificationSummary.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml.evaluate_data_frame;
import co.elastic.clients.json.JsonpDeserializable;
@@ -37,6 +33,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.evaluate_data_frame.DataframeClassificationSummary
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/evaluate_data_frame/DataframeClassificationSummaryAccuracy.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/evaluate_data_frame/DataframeClassificationSummaryAccuracy.java
index e0f85fbce..d5aafca77 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/evaluate_data_frame/DataframeClassificationSummaryAccuracy.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/evaluate_data_frame/DataframeClassificationSummaryAccuracy.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml.evaluate_data_frame;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.evaluate_data_frame.DataframeClassificationSummaryAccuracy
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/evaluate_data_frame/DataframeClassificationSummaryMulticlassConfusionMatrix.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/evaluate_data_frame/DataframeClassificationSummaryMulticlassConfusionMatrix.java
index 3dca5234c..cd54dc9c4 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/evaluate_data_frame/DataframeClassificationSummaryMulticlassConfusionMatrix.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/evaluate_data_frame/DataframeClassificationSummaryMulticlassConfusionMatrix.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml.evaluate_data_frame;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.evaluate_data_frame.DataframeClassificationSummaryMulticlassConfusionMatrix
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/evaluate_data_frame/DataframeClassificationSummaryPrecision.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/evaluate_data_frame/DataframeClassificationSummaryPrecision.java
index bac6a274a..562ea748c 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/evaluate_data_frame/DataframeClassificationSummaryPrecision.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/evaluate_data_frame/DataframeClassificationSummaryPrecision.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml.evaluate_data_frame;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.evaluate_data_frame.DataframeClassificationSummaryPrecision
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/evaluate_data_frame/DataframeClassificationSummaryRecall.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/evaluate_data_frame/DataframeClassificationSummaryRecall.java
index 798619893..9da724eca 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/evaluate_data_frame/DataframeClassificationSummaryRecall.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/evaluate_data_frame/DataframeClassificationSummaryRecall.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml.evaluate_data_frame;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.evaluate_data_frame.DataframeClassificationSummaryRecall
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/evaluate_data_frame/DataframeEvaluationClass.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/evaluate_data_frame/DataframeEvaluationClass.java
index c4503129c..48608a34b 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/evaluate_data_frame/DataframeEvaluationClass.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/evaluate_data_frame/DataframeEvaluationClass.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml.evaluate_data_frame;
import co.elastic.clients.json.JsonpDeserializable;
@@ -36,6 +32,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.evaluate_data_frame.DataframeEvaluationClass
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/evaluate_data_frame/DataframeEvaluationSummaryAucRoc.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/evaluate_data_frame/DataframeEvaluationSummaryAucRoc.java
index 7a2f65b10..53909445b 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/evaluate_data_frame/DataframeEvaluationSummaryAucRoc.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/evaluate_data_frame/DataframeEvaluationSummaryAucRoc.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml.evaluate_data_frame;
import co.elastic.clients.json.JsonpDeserializable;
@@ -36,6 +32,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.evaluate_data_frame.DataframeEvaluationSummaryAucRoc
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/evaluate_data_frame/DataframeEvaluationSummaryAucRocCurveItem.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/evaluate_data_frame/DataframeEvaluationSummaryAucRocCurveItem.java
index 7d728f280..a9ba62d45 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/evaluate_data_frame/DataframeEvaluationSummaryAucRocCurveItem.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/evaluate_data_frame/DataframeEvaluationSummaryAucRocCurveItem.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml.evaluate_data_frame;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.evaluate_data_frame.DataframeEvaluationSummaryAucRocCurveItem
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/evaluate_data_frame/DataframeEvaluationValue.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/evaluate_data_frame/DataframeEvaluationValue.java
index 4d545296d..05bfe8138 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/evaluate_data_frame/DataframeEvaluationValue.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/evaluate_data_frame/DataframeEvaluationValue.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml.evaluate_data_frame;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.evaluate_data_frame.DataframeEvaluationValue
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/evaluate_data_frame/DataframeOutlierDetectionSummary.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/evaluate_data_frame/DataframeOutlierDetectionSummary.java
index 8866d2f99..9253b4def 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/evaluate_data_frame/DataframeOutlierDetectionSummary.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/evaluate_data_frame/DataframeOutlierDetectionSummary.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml.evaluate_data_frame;
import co.elastic.clients.json.JsonpDeserializable;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.evaluate_data_frame.DataframeOutlierDetectionSummary
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/evaluate_data_frame/DataframeRegressionSummary.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/evaluate_data_frame/DataframeRegressionSummary.java
index f8cbb1d25..2e3f4c6da 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/evaluate_data_frame/DataframeRegressionSummary.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/evaluate_data_frame/DataframeRegressionSummary.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml.evaluate_data_frame;
import co.elastic.clients.json.JsonpDeserializable;
@@ -37,6 +33,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.evaluate_data_frame.DataframeRegressionSummary
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/get_calendars/Calendar.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/get_calendars/Calendar.java
index d36562620..79163e429 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/get_calendars/Calendar.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/get_calendars/Calendar.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml.get_calendars;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.get_calendars.Calendar
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/get_memory_stats/JvmStats.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/get_memory_stats/JvmStats.java
index de4a13860..879b2b7d4 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/get_memory_stats/JvmStats.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/get_memory_stats/JvmStats.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml.get_memory_stats;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.get_memory_stats.JvmStats
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/get_memory_stats/MemMlStats.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/get_memory_stats/MemMlStats.java
index e075438fb..14dd79e18 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/get_memory_stats/MemMlStats.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/get_memory_stats/MemMlStats.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml.get_memory_stats;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.get_memory_stats.MemMlStats
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/get_memory_stats/MemStats.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/get_memory_stats/MemStats.java
index 9355affda..dc1e339f0 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/get_memory_stats/MemStats.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/get_memory_stats/MemStats.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml.get_memory_stats;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.get_memory_stats.MemStats
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/get_memory_stats/Memory.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/get_memory_stats/Memory.java
index dd0d741f2..418eed4ad 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/get_memory_stats/Memory.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/get_memory_stats/Memory.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml.get_memory_stats;
import co.elastic.clients.json.JsonpDeserializable;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.get_memory_stats.Memory
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/info/AnomalyDetectors.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/info/AnomalyDetectors.java
index aab7ec004..1286d49b3 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/info/AnomalyDetectors.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/info/AnomalyDetectors.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml.info;
import co.elastic.clients.elasticsearch.ml.CategorizationAnalyzer;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.info.AnomalyDetectors
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/info/Datafeeds.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/info/Datafeeds.java
index 23adee26c..cfaae903e 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/info/Datafeeds.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/info/Datafeeds.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml.info;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.info.Datafeeds
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/info/Defaults.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/info/Defaults.java
index 7305dc17a..a5388e0a6 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/info/Defaults.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/info/Defaults.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml.info;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.info.Defaults
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/info/Limits.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/info/Limits.java
index 4d4d1478e..882dc9ade 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/info/Limits.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/info/Limits.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml.info;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.info.Limits
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/info/NativeCode.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/info/NativeCode.java
index 7d9811d71..0a9d5784d 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/info/NativeCode.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/info/NativeCode.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml.info;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.info.NativeCode
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/preview_data_frame_analytics/DataframePreviewConfig.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/preview_data_frame_analytics/DataframePreviewConfig.java
index 7ccf9e69b..ec3b271b2 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/preview_data_frame_analytics/DataframePreviewConfig.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/preview_data_frame_analytics/DataframePreviewConfig.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml.preview_data_frame_analytics;
import co.elastic.clients.elasticsearch.ml.DataframeAnalysis;
@@ -43,6 +39,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.preview_data_frame_analytics.DataframePreviewConfig
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/put_trained_model/AggregateOutput.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/put_trained_model/AggregateOutput.java
index 62aea7107..69a0dd035 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/put_trained_model/AggregateOutput.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/put_trained_model/AggregateOutput.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml.put_trained_model;
import co.elastic.clients.json.JsonpDeserializable;
@@ -37,6 +33,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.put_trained_model.AggregateOutput
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/put_trained_model/Definition.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/put_trained_model/Definition.java
index 9182e1fbd..3e37cf014 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/put_trained_model/Definition.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/put_trained_model/Definition.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml.put_trained_model;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.put_trained_model.Definition
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/put_trained_model/Ensemble.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/put_trained_model/Ensemble.java
index f2a645cb3..63c51ca49 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/put_trained_model/Ensemble.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/put_trained_model/Ensemble.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml.put_trained_model;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.put_trained_model.Ensemble
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/put_trained_model/FrequencyEncodingPreprocessor.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/put_trained_model/FrequencyEncodingPreprocessor.java
index 0f773bede..c8d94e911 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/put_trained_model/FrequencyEncodingPreprocessor.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/put_trained_model/FrequencyEncodingPreprocessor.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml.put_trained_model;
import co.elastic.clients.json.JsonpDeserializable;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.put_trained_model.FrequencyEncodingPreprocessor
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/put_trained_model/Input.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/put_trained_model/Input.java
index e8dcc7966..53fe224c1 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/put_trained_model/Input.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/put_trained_model/Input.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml.put_trained_model;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.put_trained_model.Input
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/put_trained_model/OneHotEncodingPreprocessor.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/put_trained_model/OneHotEncodingPreprocessor.java
index dc4d97f67..163710abd 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/put_trained_model/OneHotEncodingPreprocessor.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/put_trained_model/OneHotEncodingPreprocessor.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml.put_trained_model;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.put_trained_model.OneHotEncodingPreprocessor
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/put_trained_model/Preprocessor.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/put_trained_model/Preprocessor.java
index ed04222ed..399397f95 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/put_trained_model/Preprocessor.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/put_trained_model/Preprocessor.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml.put_trained_model;
import co.elastic.clients.json.JsonEnum;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.put_trained_model.Preprocessor
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/put_trained_model/PreprocessorBuilders.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/put_trained_model/PreprocessorBuilders.java
index 99d7d02cd..d7306780e 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/put_trained_model/PreprocessorBuilders.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/put_trained_model/PreprocessorBuilders.java
@@ -17,15 +17,26 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml.put_trained_model;
import co.elastic.clients.util.ObjectBuilder;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Builders for {@link Preprocessor} variants.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/put_trained_model/PreprocessorVariant.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/put_trained_model/PreprocessorVariant.java
index bfd8c22d9..5a9afd297 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/put_trained_model/PreprocessorVariant.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/put_trained_model/PreprocessorVariant.java
@@ -17,12 +17,23 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml.put_trained_model;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Base interface for {@link Preprocessor} variants.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/put_trained_model/TargetMeanEncodingPreprocessor.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/put_trained_model/TargetMeanEncodingPreprocessor.java
index 5a4c4b61f..963dbbdb6 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/put_trained_model/TargetMeanEncodingPreprocessor.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/put_trained_model/TargetMeanEncodingPreprocessor.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml.put_trained_model;
import co.elastic.clients.json.JsonpDeserializable;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.put_trained_model.TargetMeanEncodingPreprocessor
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/put_trained_model/TrainedModel.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/put_trained_model/TrainedModel.java
index fd89c83f9..48a08b506 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/put_trained_model/TrainedModel.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/put_trained_model/TrainedModel.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml.put_trained_model;
import co.elastic.clients.json.JsonpDeserializable;
@@ -37,6 +33,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.put_trained_model.TrainedModel
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/put_trained_model/TrainedModelTree.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/put_trained_model/TrainedModelTree.java
index db3b3acec..3a8759dc1 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/put_trained_model/TrainedModelTree.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/put_trained_model/TrainedModelTree.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml.put_trained_model;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.put_trained_model.TrainedModelTree
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/put_trained_model/TrainedModelTreeNode.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/put_trained_model/TrainedModelTreeNode.java
index ea525a80c..900b47237 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/put_trained_model/TrainedModelTreeNode.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/put_trained_model/TrainedModelTreeNode.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml.put_trained_model;
import co.elastic.clients.json.JsonpDeserializable;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.put_trained_model.TrainedModelTreeNode
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/put_trained_model/Weights.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/put_trained_model/Weights.java
index 03332a908..1f5edbac2 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/put_trained_model/Weights.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ml/put_trained_model/Weights.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ml.put_trained_model;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ml.put_trained_model.Weights
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/monitoring/BulkRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/monitoring/BulkRequest.java
index c2f2e29df..768360106 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/monitoring/BulkRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/monitoring/BulkRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.monitoring;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -48,6 +44,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: monitoring.bulk.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/monitoring/BulkResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/monitoring/BulkResponse.java
index 0fe6c9ded..a45ec8108 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/monitoring/BulkResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/monitoring/BulkResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.monitoring;
import co.elastic.clients.elasticsearch._types.ErrorCause;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: monitoring.bulk.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/monitoring/ElasticsearchMonitoringAsyncClient.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/monitoring/ElasticsearchMonitoringAsyncClient.java
index fbd602b23..aad05d73a 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/monitoring/ElasticsearchMonitoringAsyncClient.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/monitoring/ElasticsearchMonitoringAsyncClient.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.monitoring;
import co.elastic.clients.ApiClient;
@@ -35,6 +31,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Client for the monitoring namespace.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/monitoring/ElasticsearchMonitoringClient.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/monitoring/ElasticsearchMonitoringClient.java
index d83b732ad..0c0fb8752 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/monitoring/ElasticsearchMonitoringClient.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/monitoring/ElasticsearchMonitoringClient.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.monitoring;
import co.elastic.clients.ApiClient;
@@ -36,6 +32,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Client for the monitoring namespace.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/AdaptiveSelection.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/AdaptiveSelection.java
index 3104a7feb..fd089eef8 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/AdaptiveSelection.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/AdaptiveSelection.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes;
import co.elastic.clients.elasticsearch._types.Time;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes._types.AdaptiveSelection
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/Breaker.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/Breaker.java
index 0cde34d4d..0d0eaf513 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/Breaker.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/Breaker.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes._types.Breaker
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/Cgroup.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/Cgroup.java
index 2fac8ea95..a0f13652b 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/Cgroup.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/Cgroup.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes;
import co.elastic.clients.json.JsonpDeserializable;
@@ -37,6 +33,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes._types.Cgroup
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/CgroupCpu.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/CgroupCpu.java
index 8db88766d..7f2bf54cc 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/CgroupCpu.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/CgroupCpu.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes._types.CgroupCpu
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/CgroupCpuStat.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/CgroupCpuStat.java
index d94d5726b..a965167bf 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/CgroupCpuStat.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/CgroupCpuStat.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes._types.CgroupCpuStat
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/CgroupMemory.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/CgroupMemory.java
index 605b6a1d9..e5e3abf6b 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/CgroupMemory.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/CgroupMemory.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes._types.CgroupMemory
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/ClearRepositoriesMeteringArchiveRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/ClearRepositoriesMeteringArchiveRequest.java
index c1645c560..24a760458 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/ClearRepositoriesMeteringArchiveRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/ClearRepositoriesMeteringArchiveRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -45,6 +41,21 @@
import java.util.stream.Collectors;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes.clear_repositories_metering_archive.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/ClearRepositoriesMeteringArchiveResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/ClearRepositoriesMeteringArchiveResponse.java
index 66f6d38e0..e10abfa61 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/ClearRepositoriesMeteringArchiveResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/ClearRepositoriesMeteringArchiveResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes;
import co.elastic.clients.elasticsearch.nodes.clear_repositories_metering_archive.ResponseBase;
@@ -33,6 +29,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes.clear_repositories_metering_archive.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/Client.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/Client.java
index 2b44c5842..0543f85d7 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/Client.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/Client.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes._types.Client
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/ClusterAppliedStats.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/ClusterAppliedStats.java
index af2e3c0ac..11ea9d995 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/ClusterAppliedStats.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/ClusterAppliedStats.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes._types.ClusterAppliedStats
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/ClusterStateQueue.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/ClusterStateQueue.java
index 3aa789c67..ba45a086c 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/ClusterStateQueue.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/ClusterStateQueue.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes._types.ClusterStateQueue
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/ClusterStateUpdate.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/ClusterStateUpdate.java
index fd6ba9a88..4dd319afe 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/ClusterStateUpdate.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/ClusterStateUpdate.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes;
import co.elastic.clients.elasticsearch._types.Time;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes._types.ClusterStateUpdate
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/Context.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/Context.java
index c659dac01..642347928 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/Context.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/Context.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes._types.Context
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/Cpu.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/Cpu.java
index 0c4d967d9..dc1e3a53c 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/Cpu.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/Cpu.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes;
import co.elastic.clients.elasticsearch._types.Time;
@@ -44,6 +40,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes._types.Cpu
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/CpuAcct.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/CpuAcct.java
index 1874720ad..a2387ae7d 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/CpuAcct.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/CpuAcct.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes._types.CpuAcct
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/DataPathStats.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/DataPathStats.java
index 2d2e1d740..5ba102336 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/DataPathStats.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/DataPathStats.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes._types.DataPathStats
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/Discovery.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/Discovery.java
index f80922e3d..02b94ebb4 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/Discovery.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/Discovery.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes._types.Discovery
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/ElasticsearchNodesAsyncClient.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/ElasticsearchNodesAsyncClient.java
index 0cec7873b..d08c79d72 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/ElasticsearchNodesAsyncClient.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/ElasticsearchNodesAsyncClient.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes;
import co.elastic.clients.ApiClient;
@@ -35,6 +31,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Client for the nodes namespace.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/ElasticsearchNodesClient.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/ElasticsearchNodesClient.java
index fe4e6be39..84db36838 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/ElasticsearchNodesClient.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/ElasticsearchNodesClient.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes;
import co.elastic.clients.ApiClient;
@@ -36,6 +32,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Client for the nodes namespace.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/ExtendedMemoryStats.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/ExtendedMemoryStats.java
index 56029c1ab..2ef3de80d 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/ExtendedMemoryStats.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/ExtendedMemoryStats.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes;
import co.elastic.clients.json.JsonpDeserializable;
@@ -35,6 +31,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes._types.ExtendedMemoryStats
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/FileSystem.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/FileSystem.java
index 18ec58f35..457236547 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/FileSystem.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/FileSystem.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes._types.FileSystem
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/FileSystemTotal.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/FileSystemTotal.java
index f3bb8c3e0..efabe8958 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/FileSystemTotal.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/FileSystemTotal.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes._types.FileSystemTotal
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/GarbageCollector.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/GarbageCollector.java
index 08959fe44..698b21acb 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/GarbageCollector.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/GarbageCollector.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes._types.GarbageCollector
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/GarbageCollectorTotal.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/GarbageCollectorTotal.java
index 94df31686..80907907e 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/GarbageCollectorTotal.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/GarbageCollectorTotal.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes._types.GarbageCollectorTotal
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/GetRepositoriesMeteringInfoRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/GetRepositoriesMeteringInfoRequest.java
index fd2c6ba69..73977ee82 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/GetRepositoriesMeteringInfoRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/GetRepositoriesMeteringInfoRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -44,6 +40,21 @@
import java.util.stream.Collectors;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes.get_repositories_metering_info.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/GetRepositoriesMeteringInfoResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/GetRepositoriesMeteringInfoResponse.java
index db71b6ba9..3de96892e 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/GetRepositoriesMeteringInfoResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/GetRepositoriesMeteringInfoResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes;
import co.elastic.clients.elasticsearch.nodes.get_repositories_metering_info.ResponseBase;
@@ -33,6 +29,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes.get_repositories_metering_info.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/HotThreadsRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/HotThreadsRequest.java
index 9d4635a21..f73e22cf0 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/HotThreadsRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/HotThreadsRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -47,6 +43,21 @@
import java.util.stream.Collectors;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes.hot_threads.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/HotThreadsResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/HotThreadsResponse.java
index 1f26ae51f..3285685c5 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/HotThreadsResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/HotThreadsResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes;
import co.elastic.clients.elasticsearch.nodes.hot_threads.HotThread;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes.hot_threads.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/Http.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/Http.java
index 0fc520076..928a716a3 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/Http.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/Http.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes;
import co.elastic.clients.json.JsonpDeserializable;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes._types.Http
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/IndexingPressure.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/IndexingPressure.java
index 53f3dd050..82d22c4ce 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/IndexingPressure.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/IndexingPressure.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes;
import co.elastic.clients.json.JsonpDeserializable;
@@ -37,6 +33,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes._types.IndexingPressure
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/IndexingPressureMemory.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/IndexingPressureMemory.java
index 133d5865e..a1b1bf3ab 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/IndexingPressureMemory.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/IndexingPressureMemory.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes._types.IndexingPressureMemory
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/Ingest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/Ingest.java
index ed6991166..db31b0a80 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/Ingest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/Ingest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes._types.Ingest
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/IngestTotal.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/IngestTotal.java
index 922b7a8dc..9b71c5892 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/IngestTotal.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/IngestTotal.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes;
import co.elastic.clients.json.JsonpDeserializable;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes._types.IngestTotal
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/IoStatDevice.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/IoStatDevice.java
index 636145bc8..a9be3139d 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/IoStatDevice.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/IoStatDevice.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes._types.IoStatDevice
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/IoStats.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/IoStats.java
index fe7bf451c..512040484 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/IoStats.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/IoStats.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes._types.IoStats
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/Jvm.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/Jvm.java
index c28e4a482..4a0306de9 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/Jvm.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/Jvm.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes;
import co.elastic.clients.json.JsonpDeserializable;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes._types.Jvm
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/JvmClasses.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/JvmClasses.java
index 8e899f09d..b06426fd2 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/JvmClasses.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/JvmClasses.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes._types.JvmClasses
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/JvmMemoryStats.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/JvmMemoryStats.java
index 877f6783f..2b2bb583e 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/JvmMemoryStats.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/JvmMemoryStats.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes;
import co.elastic.clients.json.JsonpDeserializable;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes._types.JvmMemoryStats
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/JvmThreads.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/JvmThreads.java
index 1bf655b0a..53319a3e4 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/JvmThreads.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/JvmThreads.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes._types.JvmThreads
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/KeyedProcessor.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/KeyedProcessor.java
index 9ecdf5db3..c4b886800 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/KeyedProcessor.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/KeyedProcessor.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes._types.KeyedProcessor
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/MemoryStats.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/MemoryStats.java
index ffea17313..584157a12 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/MemoryStats.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/MemoryStats.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes._types.MemoryStats
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/NodeBufferPool.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/NodeBufferPool.java
index e0fa2658b..e1fc3f386 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/NodeBufferPool.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/NodeBufferPool.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes._types.NodeBufferPool
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/NodeReloadError.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/NodeReloadError.java
index 92be5d91b..e897db3b7 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/NodeReloadError.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/NodeReloadError.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes;
import co.elastic.clients.elasticsearch._types.ErrorCause;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes._types.NodeReloadError
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/NodeReloadResult.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/NodeReloadResult.java
index ae603c4ec..737e17819 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/NodeReloadResult.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/NodeReloadResult.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes;
import co.elastic.clients.json.JsonpDeserializable;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes._types.NodeReloadResult
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/NodeReloadResultBuilders.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/NodeReloadResultBuilders.java
index 01c7783ad..7939de78e 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/NodeReloadResultBuilders.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/NodeReloadResultBuilders.java
@@ -17,15 +17,26 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes;
import co.elastic.clients.util.ObjectBuilder;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Builders for {@link NodeReloadResult} variants.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/NodesInfoRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/NodesInfoRequest.java
index b74823ad2..c703eafdc 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/NodesInfoRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/NodesInfoRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -45,6 +41,21 @@
import java.util.stream.Collectors;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes.info.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/NodesInfoResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/NodesInfoResponse.java
index 546f14cec..c96568829 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/NodesInfoResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/NodesInfoResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes;
import co.elastic.clients.elasticsearch.nodes.info.ResponseBase;
@@ -33,6 +29,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes.info.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/NodesResponseBase.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/NodesResponseBase.java
index 7b825a9d9..f6bac0008 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/NodesResponseBase.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/NodesResponseBase.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes;
import co.elastic.clients.elasticsearch._types.NodeStatistics;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes._types.NodesResponseBase
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/NodesStatsRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/NodesStatsRequest.java
index 7a42ca782..810133836 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/NodesStatsRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/NodesStatsRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -46,6 +42,21 @@
import java.util.stream.Collectors;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes.stats.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/NodesStatsResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/NodesStatsResponse.java
index 07194e935..6f51698dc 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/NodesStatsResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/NodesStatsResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes;
import co.elastic.clients.elasticsearch.nodes.stats.ResponseBase;
@@ -33,6 +29,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes.stats.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/NodesUsageRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/NodesUsageRequest.java
index 54c3a800c..e422d85f2 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/NodesUsageRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/NodesUsageRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -44,6 +40,21 @@
import java.util.stream.Collectors;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes.usage.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/NodesUsageResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/NodesUsageResponse.java
index c454b84f1..be7e9097d 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/NodesUsageResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/NodesUsageResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes;
import co.elastic.clients.elasticsearch.nodes.usage.ResponseBase;
@@ -33,6 +29,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes.usage.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/OperatingSystem.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/OperatingSystem.java
index 5a8a412e7..e567ef0af 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/OperatingSystem.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/OperatingSystem.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes._types.OperatingSystem
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/Pool.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/Pool.java
index 7698ce839..33aba06f2 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/Pool.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/Pool.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes._types.Pool
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/PressureMemory.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/PressureMemory.java
index 606791b9b..4eb059a1e 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/PressureMemory.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/PressureMemory.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes._types.PressureMemory
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/Process.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/Process.java
index ec023bf45..bfb9cc075 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/Process.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/Process.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes._types.Process
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/Processor.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/Processor.java
index 99795cf80..a9b3af1d8 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/Processor.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/Processor.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes._types.Processor
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/PublishedClusterStates.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/PublishedClusterStates.java
index c257da016..dccab7a23 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/PublishedClusterStates.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/PublishedClusterStates.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes._types.PublishedClusterStates
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/Recording.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/Recording.java
index 364457b53..175b2c419 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/Recording.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/Recording.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes;
import co.elastic.clients.elasticsearch._types.Time;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes._types.Recording
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/ReloadSecureSettingsRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/ReloadSecureSettingsRequest.java
index 23f64edf1..b7cfd67fa 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/ReloadSecureSettingsRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/ReloadSecureSettingsRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -46,6 +42,21 @@
import java.util.stream.Collectors;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes.reload_secure_settings.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/ReloadSecureSettingsResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/ReloadSecureSettingsResponse.java
index 2d5669a99..1e66db94a 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/ReloadSecureSettingsResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/ReloadSecureSettingsResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes;
import co.elastic.clients.elasticsearch.nodes.reload_secure_settings.ResponseBase;
@@ -33,6 +29,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes.reload_secure_settings.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/RepositoryLocation.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/RepositoryLocation.java
index 8e26381b6..5c93ac83a 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/RepositoryLocation.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/RepositoryLocation.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes._types.RepositoryLocation
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/RepositoryMeteringInformation.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/RepositoryMeteringInformation.java
index 5d7c1b986..5421e3032 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/RepositoryMeteringInformation.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/RepositoryMeteringInformation.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes;
import co.elastic.clients.json.JsonpDeserializable;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes._types.RepositoryMeteringInformation
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/RequestCounts.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/RequestCounts.java
index 878a72548..282dd7d9f 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/RequestCounts.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/RequestCounts.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes._types.RequestCounts
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/ScriptCache.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/ScriptCache.java
index c38a26d8f..2c6410223 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/ScriptCache.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/ScriptCache.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes._types.ScriptCache
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/Scripting.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/Scripting.java
index 98e437300..14d1fe840 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/Scripting.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/Scripting.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes;
import co.elastic.clients.json.JsonpDeserializable;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes._types.Scripting
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/SerializedClusterState.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/SerializedClusterState.java
index 9cf118e3c..a8b647f5e 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/SerializedClusterState.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/SerializedClusterState.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes;
import co.elastic.clients.json.JsonpDeserializable;
@@ -37,6 +33,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes._types.SerializedClusterState
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/SerializedClusterStateDetail.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/SerializedClusterStateDetail.java
index 66bf182a8..aefa9d912 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/SerializedClusterStateDetail.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/SerializedClusterStateDetail.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes._types.SerializedClusterStateDetail
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/Stats.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/Stats.java
index b6ae419ba..6c3546eda 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/Stats.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/Stats.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes;
import co.elastic.clients.elasticsearch._types.NodeRole;
@@ -44,6 +40,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes._types.Stats
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/ThreadCount.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/ThreadCount.java
index 47e64e200..4cf3d2321 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/ThreadCount.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/ThreadCount.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes._types.ThreadCount
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/Transport.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/Transport.java
index 111e18c30..21b288fb5 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/Transport.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/Transport.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes;
import co.elastic.clients.json.JsonpDeserializable;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes._types.Transport
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/TransportHistogram.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/TransportHistogram.java
index eb688d79c..20c05a970 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/TransportHistogram.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/TransportHistogram.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes._types.TransportHistogram
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/clear_repositories_metering_archive/ResponseBase.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/clear_repositories_metering_archive/ResponseBase.java
index afef47313..d532440f6 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/clear_repositories_metering_archive/ResponseBase.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/clear_repositories_metering_archive/ResponseBase.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes.clear_repositories_metering_archive;
import co.elastic.clients.elasticsearch.nodes.NodesResponseBase;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes.clear_repositories_metering_archive.ResponseBase
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/get_repositories_metering_info/ResponseBase.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/get_repositories_metering_info/ResponseBase.java
index 14d29c86f..de9b2870c 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/get_repositories_metering_info/ResponseBase.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/get_repositories_metering_info/ResponseBase.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes.get_repositories_metering_info;
import co.elastic.clients.elasticsearch.nodes.NodesResponseBase;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes.get_repositories_metering_info.ResponseBase
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/hot_threads/HotThread.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/hot_threads/HotThread.java
index 37f398698..72d45d424 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/hot_threads/HotThread.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/hot_threads/HotThread.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes.hot_threads;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes.hot_threads.HotThread
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/DeprecationIndexing.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/DeprecationIndexing.java
index f8fd5510e..be391d67b 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/DeprecationIndexing.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/DeprecationIndexing.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes.info;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes.info.DeprecationIndexing
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfo.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfo.java
index 229be15ee..4f9d3b6b4 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfo.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfo.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes.info;
import co.elastic.clients.elasticsearch._types.NodeRole;
@@ -44,6 +40,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes.info.NodeInfo
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoAction.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoAction.java
index e7d1a81f1..6c00d9d0d 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoAction.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoAction.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes.info;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes.info.NodeInfoAction
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoAggregation.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoAggregation.java
index bac772ed7..3d5da2ea3 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoAggregation.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoAggregation.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes.info;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes.info.NodeInfoAggregation
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoBootstrap.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoBootstrap.java
index da327b9a6..b0373372f 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoBootstrap.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoBootstrap.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes.info;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes.info.NodeInfoBootstrap
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoClient.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoClient.java
index 31054bb58..23df2b849 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoClient.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoClient.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes.info;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes.info.NodeInfoClient
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoDiscover.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoDiscover.java
index d451c2628..6c8ee6b99 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoDiscover.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoDiscover.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes.info;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes.info.NodeInfoDiscover
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoHttp.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoHttp.java
index 92f1d36fc..58658cf59 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoHttp.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoHttp.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes.info;
import co.elastic.clients.json.JsonpDeserializable;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes.info.NodeInfoHttp
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoIngest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoIngest.java
index a6f8de567..9c362d62a 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoIngest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoIngest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes.info;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes.info.NodeInfoIngest
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoIngestDownloader.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoIngestDownloader.java
index 3be497527..e6767efb4 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoIngestDownloader.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoIngestDownloader.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes.info;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes.info.NodeInfoIngestDownloader
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoIngestInfo.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoIngestInfo.java
index ca9dc7d45..73d0b0848 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoIngestInfo.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoIngestInfo.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes.info;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes.info.NodeInfoIngestInfo
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoIngestProcessor.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoIngestProcessor.java
index 7ba152a7c..b7b72e8ac 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoIngestProcessor.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoIngestProcessor.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes.info;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes.info.NodeInfoIngestProcessor
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoJvmMemory.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoJvmMemory.java
index 4c3d40bfe..8dd5017a5 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoJvmMemory.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoJvmMemory.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes.info;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes.info.NodeInfoJvmMemory
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoMemory.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoMemory.java
index af30fc676..a4c0b00cf 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoMemory.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoMemory.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes.info;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes.info.NodeInfoMemory
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoNetwork.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoNetwork.java
index 06e2515ca..d63119ef1 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoNetwork.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoNetwork.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes.info;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes.info.NodeInfoNetwork
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoNetworkInterface.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoNetworkInterface.java
index 641f934fb..08c9d22b6 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoNetworkInterface.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoNetworkInterface.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes.info;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes.info.NodeInfoNetworkInterface
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoOSCPU.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoOSCPU.java
index 08959921a..ee421ecb7 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoOSCPU.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoOSCPU.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes.info;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes.info.NodeInfoOSCPU
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoPath.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoPath.java
index 208b1a61f..1074b0778 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoPath.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoPath.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes.info;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes.info.NodeInfoPath
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoRepositories.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoRepositories.java
index 6b635b2da..231927c9b 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoRepositories.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoRepositories.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes.info;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes.info.NodeInfoRepositories
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoRepositoriesUrl.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoRepositoriesUrl.java
index 6e2492d4b..f0e72f456 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoRepositoriesUrl.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoRepositoriesUrl.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes.info;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes.info.NodeInfoRepositoriesUrl
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoScript.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoScript.java
index 43bd253f9..f34b5f2da 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoScript.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoScript.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes.info;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes.info.NodeInfoScript
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoSearch.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoSearch.java
index cb2087374..a2c5730f7 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoSearch.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoSearch.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes.info;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes.info.NodeInfoSearch
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoSearchRemote.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoSearchRemote.java
index 946cb231d..33602fb21 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoSearchRemote.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoSearchRemote.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes.info;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes.info.NodeInfoSearchRemote
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoSettings.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoSettings.java
index 02b600636..de50a5480 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoSettings.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoSettings.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes.info;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes.info.NodeInfoSettings
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoSettingsCluster.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoSettingsCluster.java
index 414ff1aca..fa83093b4 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoSettingsCluster.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoSettingsCluster.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes.info;
import co.elastic.clients.elasticsearch.indices.IndexRouting;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes.info.NodeInfoSettingsCluster
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoSettingsClusterElection.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoSettingsClusterElection.java
index d5cb74f4e..290519d01 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoSettingsClusterElection.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoSettingsClusterElection.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes.info;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes.info.NodeInfoSettingsClusterElection
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoSettingsHttp.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoSettingsHttp.java
index e8ba50aaa..98377c3a4 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoSettingsHttp.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoSettingsHttp.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes.info;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes.info.NodeInfoSettingsHttp
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoSettingsHttpType.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoSettingsHttpType.java
index c2c652670..44a1d37c3 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoSettingsHttpType.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoSettingsHttpType.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes.info;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes.info.NodeInfoSettingsHttpType
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoSettingsIngest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoSettingsIngest.java
index 2d61a8ce7..c301843ab 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoSettingsIngest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoSettingsIngest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes.info;
import co.elastic.clients.json.JsonpDeserializable;
@@ -37,6 +33,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes.info.NodeInfoSettingsIngest
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoSettingsNetwork.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoSettingsNetwork.java
index 469c003e0..a57a5bc80 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoSettingsNetwork.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoSettingsNetwork.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes.info;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes.info.NodeInfoSettingsNetwork
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoSettingsNode.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoSettingsNode.java
index 493dd34c1..1daa03814 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoSettingsNode.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoSettingsNode.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes.info;
import co.elastic.clients.json.JsonData;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes.info.NodeInfoSettingsNode
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoSettingsTransport.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoSettingsTransport.java
index 537fafc47..81e3b1fdc 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoSettingsTransport.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoSettingsTransport.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes.info;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes.info.NodeInfoSettingsTransport
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoSettingsTransportFeatures.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoSettingsTransportFeatures.java
index 28d4e12a0..883690645 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoSettingsTransportFeatures.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoSettingsTransportFeatures.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes.info;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes.info.NodeInfoSettingsTransportFeatures
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoSettingsTransportType.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoSettingsTransportType.java
index 84f4f76bb..ed1557c04 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoSettingsTransportType.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoSettingsTransportType.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes.info;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes.info.NodeInfoSettingsTransportType
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoTransport.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoTransport.java
index a0b85a536..798fe3022 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoTransport.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoTransport.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes.info;
import co.elastic.clients.json.JsonpDeserializable;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes.info.NodeInfoTransport
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoXpack.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoXpack.java
index 738dac46c..0f1b6a7a2 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoXpack.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoXpack.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes.info;
import co.elastic.clients.json.JsonData;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes.info.NodeInfoXpack
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoXpackLicense.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoXpackLicense.java
index 4fdc642fe..d13eabaea 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoXpackLicense.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoXpackLicense.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes.info;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes.info.NodeInfoXpackLicense
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoXpackLicenseType.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoXpackLicenseType.java
index 78be9fc21..130404ec6 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoXpackLicenseType.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoXpackLicenseType.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes.info;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes.info.NodeInfoXpackLicenseType
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoXpackSecurity.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoXpackSecurity.java
index 8cd49568f..d8fc7be1b 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoXpackSecurity.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoXpackSecurity.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes.info;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes.info.NodeInfoXpackSecurity
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoXpackSecurityAuthc.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoXpackSecurityAuthc.java
index ba3ec7881..cc6c76557 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoXpackSecurityAuthc.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoXpackSecurityAuthc.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes.info;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes.info.NodeInfoXpackSecurityAuthc
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoXpackSecurityAuthcRealms.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoXpackSecurityAuthcRealms.java
index cbecf5143..bc4bac84c 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoXpackSecurityAuthcRealms.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoXpackSecurityAuthcRealms.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes.info;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes.info.NodeInfoXpackSecurityAuthcRealms
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoXpackSecurityAuthcRealmsStatus.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoXpackSecurityAuthcRealmsStatus.java
index 5c241444d..9897f54a8 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoXpackSecurityAuthcRealmsStatus.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoXpackSecurityAuthcRealmsStatus.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes.info;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes.info.NodeInfoXpackSecurityAuthcRealmsStatus
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoXpackSecurityAuthcToken.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoXpackSecurityAuthcToken.java
index e26cd3451..d3cbb6508 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoXpackSecurityAuthcToken.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoXpackSecurityAuthcToken.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes.info;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes.info.NodeInfoXpackSecurityAuthcToken
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoXpackSecuritySsl.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoXpackSecuritySsl.java
index 74af6f26a..2e77952b4 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoXpackSecuritySsl.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoXpackSecuritySsl.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes.info;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes.info.NodeInfoXpackSecuritySsl
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeJvmInfo.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeJvmInfo.java
index e8ba06c40..ab8fc19d3 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeJvmInfo.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeJvmInfo.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes.info;
import co.elastic.clients.json.JsonpDeserializable;
@@ -43,6 +39,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes.info.NodeJvmInfo
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeOperatingSystemInfo.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeOperatingSystemInfo.java
index 40405a611..f8ed6d38d 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeOperatingSystemInfo.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeOperatingSystemInfo.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes.info;
import co.elastic.clients.json.JsonpDeserializable;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes.info.NodeOperatingSystemInfo
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeProcessInfo.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeProcessInfo.java
index 21d3b1445..dfc8609ec 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeProcessInfo.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeProcessInfo.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes.info;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes.info.NodeProcessInfo
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeThreadPoolInfo.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeThreadPoolInfo.java
index 1b158a5a2..2dc9ee51d 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeThreadPoolInfo.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeThreadPoolInfo.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes.info;
import co.elastic.clients.elasticsearch._types.Time;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes.info.NodeThreadPoolInfo
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/ResponseBase.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/ResponseBase.java
index 9746f25bc..87a9c780c 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/ResponseBase.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/ResponseBase.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes.info;
import co.elastic.clients.elasticsearch.nodes.NodesResponseBase;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes.info.ResponseBase
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/reload_secure_settings/ResponseBase.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/reload_secure_settings/ResponseBase.java
index d8acdfcc4..fcd10b5d1 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/reload_secure_settings/ResponseBase.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/reload_secure_settings/ResponseBase.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes.reload_secure_settings;
import co.elastic.clients.elasticsearch.nodes.NodeReloadResult;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes.reload_secure_settings.ResponseBase
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/stats/ResponseBase.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/stats/ResponseBase.java
index 980eef9d5..accd9f633 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/stats/ResponseBase.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/stats/ResponseBase.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes.stats;
import co.elastic.clients.elasticsearch.nodes.NodesResponseBase;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes.stats.ResponseBase
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/usage/NodeUsage.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/usage/NodeUsage.java
index 57bf78876..70ae3df0e 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/usage/NodeUsage.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/usage/NodeUsage.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes.usage;
import co.elastic.clients.json.JsonData;
@@ -43,6 +39,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes.usage.NodeUsage
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/usage/ResponseBase.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/usage/ResponseBase.java
index 1a4c5c18a..99f590643 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/usage/ResponseBase.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/usage/ResponseBase.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.nodes.usage;
import co.elastic.clients.elasticsearch.nodes.NodesResponseBase;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: nodes.usage.ResponseBase
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/query_ruleset/DeleteQueryRulesetRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/query_ruleset/DeleteQueryRulesetRequest.java
index 7670af893..fde2635cb 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/query_ruleset/DeleteQueryRulesetRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/query_ruleset/DeleteQueryRulesetRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.query_ruleset;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: query_ruleset.delete.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/query_ruleset/DeleteQueryRulesetResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/query_ruleset/DeleteQueryRulesetResponse.java
index 0022d42eb..6ecd1d19c 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/query_ruleset/DeleteQueryRulesetResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/query_ruleset/DeleteQueryRulesetResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.query_ruleset;
import co.elastic.clients.elasticsearch._types.AcknowledgedResponseBase;
@@ -33,6 +29,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: query_ruleset.delete.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/query_ruleset/ElasticsearchQueryRulesetAsyncClient.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/query_ruleset/ElasticsearchQueryRulesetAsyncClient.java
index b111451f0..8d249f4fa 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/query_ruleset/ElasticsearchQueryRulesetAsyncClient.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/query_ruleset/ElasticsearchQueryRulesetAsyncClient.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.query_ruleset;
import co.elastic.clients.ApiClient;
@@ -35,6 +31,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Client for the query_ruleset namespace.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/query_ruleset/ElasticsearchQueryRulesetClient.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/query_ruleset/ElasticsearchQueryRulesetClient.java
index 8517f3f93..05b95f685 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/query_ruleset/ElasticsearchQueryRulesetClient.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/query_ruleset/ElasticsearchQueryRulesetClient.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.query_ruleset;
import co.elastic.clients.ApiClient;
@@ -36,6 +32,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Client for the query_ruleset namespace.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/query_ruleset/GetQueryRulesetRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/query_ruleset/GetQueryRulesetRequest.java
index b510f576d..f465ab6d7 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/query_ruleset/GetQueryRulesetRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/query_ruleset/GetQueryRulesetRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.query_ruleset;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: query_ruleset.get.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/query_ruleset/GetQueryRulesetResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/query_ruleset/GetQueryRulesetResponse.java
index 4163d4a95..51d068136 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/query_ruleset/GetQueryRulesetResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/query_ruleset/GetQueryRulesetResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.query_ruleset;
import co.elastic.clients.json.JsonpDeserializable;
@@ -32,6 +28,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: query_ruleset.get.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/query_ruleset/ListRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/query_ruleset/ListRequest.java
index f7a555a96..00861b672 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/query_ruleset/ListRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/query_ruleset/ListRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.query_ruleset;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: query_ruleset.list.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/query_ruleset/ListResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/query_ruleset/ListResponse.java
index eb6582cc6..0053e9ed1 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/query_ruleset/ListResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/query_ruleset/ListResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.query_ruleset;
import co.elastic.clients.elasticsearch.query_ruleset.list.QueryRulesetListItem;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: query_ruleset.list.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/query_ruleset/PutRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/query_ruleset/PutRequest.java
index 9925d24b2..9d2035f34 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/query_ruleset/PutRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/query_ruleset/PutRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.query_ruleset;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -45,6 +41,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: query_ruleset.put.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/query_ruleset/PutResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/query_ruleset/PutResponse.java
index c54f7b1de..9f45c5dd5 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/query_ruleset/PutResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/query_ruleset/PutResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.query_ruleset;
import co.elastic.clients.elasticsearch._types.Result;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: query_ruleset.put.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/query_ruleset/QueryRule.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/query_ruleset/QueryRule.java
index 8a3168036..962bc86bf 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/query_ruleset/QueryRule.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/query_ruleset/QueryRule.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.query_ruleset;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: query_ruleset._types.QueryRule
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/query_ruleset/QueryRuleActions.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/query_ruleset/QueryRuleActions.java
index a084ec7e5..77abb7a8f 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/query_ruleset/QueryRuleActions.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/query_ruleset/QueryRuleActions.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.query_ruleset;
import co.elastic.clients.elasticsearch._types.query_dsl.PinnedDoc;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: query_ruleset._types.QueryRuleActions
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/query_ruleset/QueryRuleCriteria.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/query_ruleset/QueryRuleCriteria.java
index 5a48c1611..830147759 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/query_ruleset/QueryRuleCriteria.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/query_ruleset/QueryRuleCriteria.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.query_ruleset;
import co.elastic.clients.json.JsonData;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: query_ruleset._types.QueryRuleCriteria
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/query_ruleset/QueryRuleCriteriaType.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/query_ruleset/QueryRuleCriteriaType.java
index 31ba6a87b..2a8155eb3 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/query_ruleset/QueryRuleCriteriaType.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/query_ruleset/QueryRuleCriteriaType.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.query_ruleset;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see API
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/rollup/PutJobRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/rollup/PutJobRequest.java
index 26e25502b..f556d0ce9 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/rollup/PutJobRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/rollup/PutJobRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.rollup;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -47,6 +43,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: rollup.put_job.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/rollup/PutJobResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/rollup/PutJobResponse.java
index 76e21eb92..84862b9eb 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/rollup/PutJobResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/rollup/PutJobResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.rollup;
import co.elastic.clients.elasticsearch._types.AcknowledgedResponseBase;
@@ -33,6 +29,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: rollup.put_job.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/rollup/RollupSearchRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/rollup/RollupSearchRequest.java
index 7b01f5874..0eab9af1c 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/rollup/RollupSearchRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/rollup/RollupSearchRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.rollup;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -49,6 +45,21 @@
import java.util.stream.Collectors;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: rollup.rollup_search.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/rollup/RollupSearchResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/rollup/RollupSearchResponse.java
index ee5f429fb..8eeff1d26 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/rollup/RollupSearchResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/rollup/RollupSearchResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.rollup;
import co.elastic.clients.elasticsearch._types.ShardStatistics;
@@ -49,6 +45,21 @@
import java.util.function.Supplier;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: rollup.rollup_search.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/rollup/StartJobRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/rollup/StartJobRequest.java
index ffbe7cf2a..dc63e9189 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/rollup/StartJobRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/rollup/StartJobRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.rollup;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: rollup.start_job.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/rollup/StartJobResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/rollup/StartJobResponse.java
index f35f4fb23..2a37361f3 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/rollup/StartJobResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/rollup/StartJobResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.rollup;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: rollup.start_job.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/rollup/StopJobRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/rollup/StopJobRequest.java
index 93e6200f3..08eb7d861 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/rollup/StopJobRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/rollup/StopJobRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.rollup;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -43,6 +39,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: rollup.stop_job.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/rollup/StopJobResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/rollup/StopJobResponse.java
index 1481e5b53..cf0b4be72 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/rollup/StopJobResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/rollup/StopJobResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.rollup;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: rollup.stop_job.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/rollup/TermsGrouping.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/rollup/TermsGrouping.java
index 8ee393eef..cfa84542a 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/rollup/TermsGrouping.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/rollup/TermsGrouping.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.rollup;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: rollup._types.TermsGrouping
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/rollup/get_jobs/IndexingJobState.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/rollup/get_jobs/IndexingJobState.java
index e1a9af0ac..c6ce7f0e2 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/rollup/get_jobs/IndexingJobState.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/rollup/get_jobs/IndexingJobState.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.rollup.get_jobs;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/FieldRuleVariant.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/FieldRuleVariant.java
index 460304fa3..71bccc93e 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/FieldRuleVariant.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/FieldRuleVariant.java
@@ -17,12 +17,23 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Base interface for {@link FieldRule} variants.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/FieldSecurity.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/FieldSecurity.java
index 4f74e84e0..9d77f2d3c 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/FieldSecurity.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/FieldSecurity.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: security._types.FieldSecurity
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetApiKeyRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetApiKeyRequest.java
index 56e60e2d4..10d1f1df5 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetApiKeyRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetApiKeyRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: security.get_api_key.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetApiKeyResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetApiKeyResponse.java
index 2124e0f88..40a0be76d 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetApiKeyResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetApiKeyResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: security.get_api_key.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetBuiltinPrivilegesRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetBuiltinPrivilegesRequest.java
index 57799108a..5489ec422 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetBuiltinPrivilegesRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetBuiltinPrivilegesRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -36,6 +32,21 @@
import java.util.Collections;
import java.util.Objects;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: security.get_builtin_privileges.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetBuiltinPrivilegesResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetBuiltinPrivilegesResponse.java
index e54f5d5b7..916160081 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetBuiltinPrivilegesResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetBuiltinPrivilegesResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: security.get_builtin_privileges.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetPrivilegesRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetPrivilegesRequest.java
index 0fbd3ee90..8124ab49f 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetPrivilegesRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetPrivilegesRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -44,6 +40,21 @@
import java.util.stream.Collectors;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: security.get_privileges.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetPrivilegesResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetPrivilegesResponse.java
index 45e288b57..e3f314244 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetPrivilegesResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetPrivilegesResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security;
import co.elastic.clients.elasticsearch.security.put_privileges.Actions;
@@ -43,6 +39,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: security.get_privileges.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetRoleMappingRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetRoleMappingRequest.java
index 7ff0ae9f0..ca0bacf24 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetRoleMappingRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetRoleMappingRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -44,6 +40,21 @@
import java.util.stream.Collectors;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: security.get_role_mapping.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetRoleMappingResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetRoleMappingResponse.java
index 5e999c75a..4acfbea4d 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetRoleMappingResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetRoleMappingResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security;
import co.elastic.clients.json.JsonpDeserializable;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: security.get_role_mapping.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetRoleRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetRoleRequest.java
index e94a4dad0..30fb124c1 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetRoleRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetRoleRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -44,6 +40,21 @@
import java.util.stream.Collectors;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: security.get_role.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetRoleResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetRoleResponse.java
index b08a9fe0e..757570976 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetRoleResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetRoleResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security;
import co.elastic.clients.elasticsearch.security.get_role.Role;
@@ -43,6 +39,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: security.get_role.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetServiceAccountsRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetServiceAccountsRequest.java
index 5ccf14f1e..ee3296530 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetServiceAccountsRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetServiceAccountsRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: security.get_service_accounts.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetServiceAccountsResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetServiceAccountsResponse.java
index b36c886c3..4c81972b0 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetServiceAccountsResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetServiceAccountsResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security;
import co.elastic.clients.elasticsearch.security.get_service_accounts.RoleDescriptorWrapper;
@@ -43,6 +39,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: security.get_service_accounts.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetServiceCredentialsRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetServiceCredentialsRequest.java
index 1e672e81a..c6ba0bca5 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetServiceCredentialsRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetServiceCredentialsRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: security.get_service_credentials.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetServiceCredentialsResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetServiceCredentialsResponse.java
index 6c090b197..6a4ba2130 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetServiceCredentialsResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetServiceCredentialsResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security;
import co.elastic.clients.elasticsearch.security.get_service_credentials.NodesCredentials;
@@ -43,6 +39,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: security.get_service_credentials.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetTokenRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetTokenRequest.java
index cc36998a6..f2916572c 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetTokenRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetTokenRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: security.get_token.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetTokenResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetTokenResponse.java
index a7a268eff..dd3c2e35a 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetTokenResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetTokenResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security;
import co.elastic.clients.elasticsearch.security.get_token.AuthenticatedUser;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: security.get_token.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetUserPrivilegesRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetUserPrivilegesRequest.java
index f6de89f65..14e30351b 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetUserPrivilegesRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetUserPrivilegesRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: security.get_user_privileges.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetUserPrivilegesResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetUserPrivilegesResponse.java
index 0058da5d8..fc8c24d95 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetUserPrivilegesResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetUserPrivilegesResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: security.get_user_privileges.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetUserProfileRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetUserProfileRequest.java
index 0d898b72d..d9de3be35 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetUserProfileRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetUserProfileRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -43,6 +39,21 @@
import java.util.stream.Collectors;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: security.get_user_profile.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetUserProfileResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetUserProfileResponse.java
index 07520542f..5368b9cd8 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetUserProfileResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetUserProfileResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security;
import co.elastic.clients.elasticsearch.security.get_user_profile.GetUserProfileErrors;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: security.get_user_profile.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetUserRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetUserRequest.java
index 9fde87b2e..3fb19f45c 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetUserRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetUserRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -44,6 +40,21 @@
import java.util.stream.Collectors;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: security.get_user.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetUserResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetUserResponse.java
index 8a008c2d7..e60820466 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetUserResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GetUserResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security;
import co.elastic.clients.json.JsonpDeserializable;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: security.get_user.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GlobalPrivilege.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GlobalPrivilege.java
index bd64f4de4..3e641701c 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GlobalPrivilege.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GlobalPrivilege.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: security._types.GlobalPrivilege
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GrantApiKeyRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GrantApiKeyRequest.java
index 7604f224b..d412ddf6d 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GrantApiKeyRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GrantApiKeyRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -44,6 +40,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: security.grant_api_key.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GrantApiKeyResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GrantApiKeyResponse.java
index 162b809a0..72dd16e01 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GrantApiKeyResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GrantApiKeyResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: security.grant_api_key.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GrantType.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GrantType.java
index fce68cce5..ca918cf7b 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GrantType.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/GrantType.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see API
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/HasPrivilegesRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/HasPrivilegesRequest.java
index 3c84c04c3..68cbfd667 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/HasPrivilegesRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/HasPrivilegesRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -47,6 +43,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: security.has_privileges.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/HasPrivilegesResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/HasPrivilegesResponse.java
index 59ced0920..c84b9d9bc 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/HasPrivilegesResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/HasPrivilegesResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security;
import co.elastic.clients.json.JsonpDeserializable;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: security.has_privileges.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/HasPrivilegesUserProfileRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/HasPrivilegesUserProfileRequest.java
index f905f71ec..0fe5fa138 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/HasPrivilegesUserProfileRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/HasPrivilegesUserProfileRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -44,6 +40,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: security.has_privileges_user_profile.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/HasPrivilegesUserProfileResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/HasPrivilegesUserProfileResponse.java
index b16cf83b8..181618028 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/HasPrivilegesUserProfileResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/HasPrivilegesUserProfileResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security;
import co.elastic.clients.elasticsearch.security.has_privileges_user_profile.HasPrivilegesUserProfileErrors;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: security.has_privileges_user_profile.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/IndexPrivilege.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/IndexPrivilege.java
index af36fae51..4394e1bd7 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/IndexPrivilege.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/IndexPrivilege.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see API
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/IndicesPrivileges.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/IndicesPrivileges.java
index d58a2ddcc..01324a6f2 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/IndicesPrivileges.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/IndicesPrivileges.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security;
import co.elastic.clients.elasticsearch._types.query_dsl.Query;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: security._types.IndicesPrivileges
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/InvalidateApiKeyRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/InvalidateApiKeyRequest.java
index 10de48a67..9b1dabac4 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/InvalidateApiKeyRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/InvalidateApiKeyRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -44,6 +40,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: security.invalidate_api_key.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/InvalidateApiKeyResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/InvalidateApiKeyResponse.java
index 30388e682..b34dd5c07 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/InvalidateApiKeyResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/InvalidateApiKeyResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security;
import co.elastic.clients.elasticsearch._types.ErrorCause;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: security.invalidate_api_key.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/InvalidateTokenRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/InvalidateTokenRequest.java
index af7351cf8..9f5443643 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/InvalidateTokenRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/InvalidateTokenRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: security.invalidate_token.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/InvalidateTokenResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/InvalidateTokenResponse.java
index bd08deedd..eaf74a67c 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/InvalidateTokenResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/InvalidateTokenResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security;
import co.elastic.clients.elasticsearch._types.ErrorCause;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: security.invalidate_token.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/ManageUserPrivileges.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/ManageUserPrivileges.java
index 1d4649c6a..512a55fc1 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/ManageUserPrivileges.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/ManageUserPrivileges.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: security._types.ManageUserPrivileges
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/PutPrivilegesRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/PutPrivilegesRequest.java
index 09babc723..b189946e3 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/PutPrivilegesRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/PutPrivilegesRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -47,6 +43,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: security.put_privileges.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/PutPrivilegesResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/PutPrivilegesResponse.java
index 0e7bb1b1e..14dda7b71 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/PutPrivilegesResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/PutPrivilegesResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security;
import co.elastic.clients.json.JsonpDeserializable;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: security.put_privileges.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/PutRoleMappingRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/PutRoleMappingRequest.java
index 290277e03..c3ecab999 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/PutRoleMappingRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/PutRoleMappingRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -47,6 +43,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: security.put_role_mapping.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/PutRoleMappingResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/PutRoleMappingResponse.java
index e50b72e3f..6f14a0fdf 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/PutRoleMappingResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/PutRoleMappingResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: security.put_role_mapping.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/PutRoleRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/PutRoleRequest.java
index 8be0eac01..c0dd257f5 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/PutRoleRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/PutRoleRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -46,6 +42,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: security.put_role.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/PutRoleResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/PutRoleResponse.java
index 6e10ee369..27a68cbae 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/PutRoleResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/PutRoleResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: security.put_role.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/PutUserRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/PutUserRequest.java
index 3781bae56..46aa7966d 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/PutUserRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/PutUserRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -47,6 +43,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: security.put_user.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/PutUserResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/PutUserResponse.java
index f8a0dd1b6..9065f75e6 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/PutUserResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/PutUserResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: security.put_user.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/QueryApiKeysRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/QueryApiKeysRequest.java
index 9fa998210..f526fc835 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/QueryApiKeysRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/QueryApiKeysRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -49,6 +45,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: security.query_api_keys.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/QueryApiKeysResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/QueryApiKeysResponse.java
index 19ded4c67..264a0df97 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/QueryApiKeysResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/QueryApiKeysResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: security.query_api_keys.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/Realm.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/Realm.java
index f92c9662d..43165f689 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/Realm.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/Realm.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: security._types.Realm
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/RealmInfo.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/RealmInfo.java
index 0eac72cf0..ed951f5ff 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/RealmInfo.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/RealmInfo.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: security._types.RealmInfo
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/RoleDescriptor.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/RoleDescriptor.java
index 8a83dc4aa..f0c812683 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/RoleDescriptor.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/RoleDescriptor.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security;
import co.elastic.clients.json.JsonData;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: security._types.RoleDescriptor
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/RoleDescriptorRead.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/RoleDescriptorRead.java
index cf27e9664..0f7a231c3 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/RoleDescriptorRead.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/RoleDescriptorRead.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security;
import co.elastic.clients.json.JsonData;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: security._types.RoleDescriptorRead
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/RoleMapping.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/RoleMapping.java
index 2d08419e6..943f61b6e 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/RoleMapping.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/RoleMapping.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security;
import co.elastic.clients.elasticsearch.security.get_role.RoleTemplate;
@@ -44,6 +40,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: security._types.RoleMapping
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/RoleMappingRule.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/RoleMappingRule.java
index 3ad99f889..dbfc9c188 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/RoleMappingRule.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/RoleMappingRule.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security;
import co.elastic.clients.json.JsonEnum;
@@ -43,6 +39,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: security._types.RoleMappingRule
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/RoleMappingRuleBuilders.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/RoleMappingRuleBuilders.java
index 38829ccd3..43559a31a 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/RoleMappingRuleBuilders.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/RoleMappingRuleBuilders.java
@@ -17,15 +17,26 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security;
import co.elastic.clients.util.ObjectBuilder;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Builders for {@link RoleMappingRule} variants.
*
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/RoleMappingRuleVariant.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/RoleMappingRuleVariant.java
index 4b27456be..89c8e7c4e 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/RoleMappingRuleVariant.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/RoleMappingRuleVariant.java
@@ -17,12 +17,23 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Base interface for {@link RoleMappingRule} variants.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/RoleTemplateInlineQuery.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/RoleTemplateInlineQuery.java
index 1af5366d7..ededdb818 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/RoleTemplateInlineQuery.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/RoleTemplateInlineQuery.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security;
import co.elastic.clients.elasticsearch._types.query_dsl.Query;
@@ -43,6 +39,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: security._types.RoleTemplateInlineQuery
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/RoleTemplateInlineQueryBuilders.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/RoleTemplateInlineQueryBuilders.java
index 3101bd2a0..e1a3ec936 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/RoleTemplateInlineQueryBuilders.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/RoleTemplateInlineQueryBuilders.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security;
import co.elastic.clients.elasticsearch._types.query_dsl.Query;
import co.elastic.clients.util.ObjectBuilder;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Builders for {@link RoleTemplateInlineQuery} variants.
*
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/RoleTemplateInlineScript.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/RoleTemplateInlineScript.java
index 7279e2428..6984132cb 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/RoleTemplateInlineScript.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/RoleTemplateInlineScript.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security;
import co.elastic.clients.elasticsearch._types.ScriptBase;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: security._types.RoleTemplateInlineScript
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/RoleTemplateScript.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/RoleTemplateScript.java
index 049a4ae0e..6b07ec241 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/RoleTemplateScript.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/RoleTemplateScript.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security;
import co.elastic.clients.elasticsearch._types.StoredScriptId;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: security._types.RoleTemplateScript
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/RoleTemplateScriptBuilders.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/RoleTemplateScriptBuilders.java
index ff2cc7195..55f8f5224 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/RoleTemplateScriptBuilders.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/RoleTemplateScriptBuilders.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security;
import co.elastic.clients.elasticsearch._types.StoredScriptId;
import co.elastic.clients.util.ObjectBuilder;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Builders for {@link RoleTemplateScript} variants.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/SamlAuthenticateRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/SamlAuthenticateRequest.java
index fec9195b6..77e887782 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/SamlAuthenticateRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/SamlAuthenticateRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -43,6 +39,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: security.saml_authenticate.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/SamlAuthenticateResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/SamlAuthenticateResponse.java
index 79bda3658..13f096aae 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/SamlAuthenticateResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/SamlAuthenticateResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: security.saml_authenticate.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/SamlCompleteLogoutRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/SamlCompleteLogoutRequest.java
index e22704c16..ca4af24b6 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/SamlCompleteLogoutRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/SamlCompleteLogoutRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -45,6 +41,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: security.saml_complete_logout.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/SamlInvalidateRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/SamlInvalidateRequest.java
index 0b16ae226..3696211aa 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/SamlInvalidateRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/SamlInvalidateRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: security.saml_invalidate.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/SamlInvalidateResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/SamlInvalidateResponse.java
index 1eafe60f0..94512fbd3 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/SamlInvalidateResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/SamlInvalidateResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: security.saml_invalidate.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/SamlLogoutRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/SamlLogoutRequest.java
index d81dea4b1..f7419a44b 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/SamlLogoutRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/SamlLogoutRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: security.saml_logout.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/SamlLogoutResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/SamlLogoutResponse.java
index 2ab8bed20..83cb7ab2b 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/SamlLogoutResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/SamlLogoutResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: security.saml_logout.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/SamlPrepareAuthenticationRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/SamlPrepareAuthenticationRequest.java
index 369cc30dc..4609f7093 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/SamlPrepareAuthenticationRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/SamlPrepareAuthenticationRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: security.saml_prepare_authentication.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/SamlPrepareAuthenticationResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/SamlPrepareAuthenticationResponse.java
index eb11fcd72..dd9fc6104 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/SamlPrepareAuthenticationResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/SamlPrepareAuthenticationResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: security.saml_prepare_authentication.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/SamlServiceProviderMetadataRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/SamlServiceProviderMetadataRequest.java
index 9642a1e38..fe0e9443d 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/SamlServiceProviderMetadataRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/SamlServiceProviderMetadataRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: security.saml_service_provider_metadata.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/SamlServiceProviderMetadataResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/SamlServiceProviderMetadataResponse.java
index 502ce055e..41681fed7 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/SamlServiceProviderMetadataResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/SamlServiceProviderMetadataResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: security.saml_service_provider_metadata.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/SuggestUserProfilesRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/SuggestUserProfilesRequest.java
index 1b09e3cfc..2ecc820ae 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/SuggestUserProfilesRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/SuggestUserProfilesRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -45,6 +41,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: security.suggest_user_profiles.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/SuggestUserProfilesResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/SuggestUserProfilesResponse.java
index 7fecab750..7d39c6b7e 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/SuggestUserProfilesResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/SuggestUserProfilesResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security;
import co.elastic.clients.elasticsearch.security.suggest_user_profiles.TotalUserProfiles;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: security.suggest_user_profiles.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/TransientMetadataConfig.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/TransientMetadataConfig.java
index beb1066cf..8387f6083 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/TransientMetadataConfig.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/TransientMetadataConfig.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: security._types.TransientMetadataConfig
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/UpdateApiKeyRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/UpdateApiKeyRequest.java
index c3dd49510..621267e6b 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/UpdateApiKeyRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/UpdateApiKeyRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -45,6 +41,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: security.update_api_key.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/UpdateApiKeyResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/UpdateApiKeyResponse.java
index fd30a2241..0be1faa89 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/UpdateApiKeyResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/UpdateApiKeyResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: security.update_api_key.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/UpdateUserProfileDataRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/UpdateUserProfileDataRequest.java
index db6a5ef57..1c95a1aa5 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/UpdateUserProfileDataRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/UpdateUserProfileDataRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -46,6 +42,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: security.update_user_profile_data.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/UpdateUserProfileDataResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/UpdateUserProfileDataResponse.java
index 9ffe8df34..c8c64c2da 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/UpdateUserProfileDataResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/UpdateUserProfileDataResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security;
import co.elastic.clients.elasticsearch._types.AcknowledgedResponseBase;
@@ -33,6 +29,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: security.update_user_profile_data.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/User.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/User.java
index 187df3f94..e09a93231 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/User.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/User.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security;
import co.elastic.clients.json.JsonData;
@@ -43,6 +39,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: security._types.User
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/UserIndicesPrivileges.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/UserIndicesPrivileges.java
index a7a60b55d..a98f1689a 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/UserIndicesPrivileges.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/UserIndicesPrivileges.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security;
import co.elastic.clients.elasticsearch._types.query_dsl.Query;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: security._types.UserIndicesPrivileges
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/UserProfile.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/UserProfile.java
index f315e7d77..aeb03fa9f 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/UserProfile.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/UserProfile.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security;
import co.elastic.clients.json.JsonData;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: security._types.UserProfile
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/UserProfileHitMetadata.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/UserProfileHitMetadata.java
index f7cdc2681..1d58273d1 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/UserProfileHitMetadata.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/UserProfileHitMetadata.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: security._types.UserProfileHitMetadata
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/UserProfileUser.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/UserProfileUser.java
index 2c617383e..4bd16a5ec 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/UserProfileUser.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/UserProfileUser.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: security._types.UserProfileUser
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/UserProfileWithMetadata.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/UserProfileWithMetadata.java
index 22e3f6453..a788f90bf 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/UserProfileWithMetadata.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/UserProfileWithMetadata.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security;
import co.elastic.clients.json.JsonpDeserializable;
@@ -37,6 +33,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: security._types.UserProfileWithMetadata
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/authenticate/ServiceToken.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/authenticate/ServiceToken.java
index 06a563552..25218b7e7 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/authenticate/ServiceToken.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/authenticate/ServiceToken.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security.authenticate;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: security.authenticate.Token
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/create_service_token/Token.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/create_service_token/Token.java
index 930022123..02a843e0f 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/create_service_token/Token.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/create_service_token/Token.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security.create_service_token;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: security.create_service_token.Token
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/delete_privileges/FoundStatus.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/delete_privileges/FoundStatus.java
index 2661069cc..9317792dd 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/delete_privileges/FoundStatus.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/delete_privileges/FoundStatus.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security.delete_privileges;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: security.delete_privileges.FoundStatus
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/enroll_kibana/Token.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/enroll_kibana/Token.java
index 4ca9d9682..bb2a54246 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/enroll_kibana/Token.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/enroll_kibana/Token.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security.enroll_kibana;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: security.enroll_kibana.Token
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/get_role/Role.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/get_role/Role.java
index 16fbdf06a..b67b3b16d 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/get_role/Role.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/get_role/Role.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security.get_role;
import co.elastic.clients.elasticsearch.security.ApplicationPrivileges;
@@ -45,6 +41,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: security.get_role.Role
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/get_role/RoleTemplate.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/get_role/RoleTemplate.java
index 1e616c0c5..b74c2225f 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/get_role/RoleTemplate.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/get_role/RoleTemplate.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security.get_role;
import co.elastic.clients.elasticsearch._types.Script;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: security.get_role.RoleTemplate
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/get_role/TemplateFormat.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/get_role/TemplateFormat.java
index 21e76f879..e9db04577 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/security/get_role/TemplateFormat.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/security/get_role/TemplateFormat.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.security.get_role;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see API
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/shutdown/get_node/NodeShutdownStatus.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/shutdown/get_node/NodeShutdownStatus.java
index 3fbd4358e..c4f77af50 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/shutdown/get_node/NodeShutdownStatus.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/shutdown/get_node/NodeShutdownStatus.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.shutdown.get_node;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: shutdown.get_node.NodeShutdownStatus
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/shutdown/get_node/PersistentTaskStatus.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/shutdown/get_node/PersistentTaskStatus.java
index 69170e02b..f2cbe23ab 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/shutdown/get_node/PersistentTaskStatus.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/shutdown/get_node/PersistentTaskStatus.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.shutdown.get_node;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: shutdown.get_node.PersistentTaskStatus
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/shutdown/get_node/PluginsStatus.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/shutdown/get_node/PluginsStatus.java
index 27ad8ce73..88495fac7 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/shutdown/get_node/PluginsStatus.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/shutdown/get_node/PluginsStatus.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.shutdown.get_node;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: shutdown.get_node.PluginsStatus
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/shutdown/get_node/ShardMigrationStatus.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/shutdown/get_node/ShardMigrationStatus.java
index 13807ad87..3ebc75d1c 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/shutdown/get_node/ShardMigrationStatus.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/shutdown/get_node/ShardMigrationStatus.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.shutdown.get_node;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: shutdown.get_node.ShardMigrationStatus
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/shutdown/get_node/ShutdownStatus.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/shutdown/get_node/ShutdownStatus.java
index 644f176e0..d69024980 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/shutdown/get_node/ShutdownStatus.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/shutdown/get_node/ShutdownStatus.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.shutdown.get_node;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see API
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/snapshot/SnapshotStats.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/snapshot/SnapshotStats.java
index 35823b654..b1bd05d29 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/snapshot/SnapshotStats.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/snapshot/SnapshotStats.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.snapshot;
import co.elastic.clients.elasticsearch._types.Time;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: snapshot._types.SnapshotStats
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/snapshot/SnapshotStatusRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/snapshot/SnapshotStatusRequest.java
index a43bc3148..c9da0634a 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/snapshot/SnapshotStatusRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/snapshot/SnapshotStatusRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.snapshot;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -45,6 +41,21 @@
import java.util.stream.Collectors;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: snapshot.status.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/snapshot/SnapshotStatusResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/snapshot/SnapshotStatusResponse.java
index 18e0326c9..0765e727a 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/snapshot/SnapshotStatusResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/snapshot/SnapshotStatusResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.snapshot;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: snapshot.status.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/snapshot/Status.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/snapshot/Status.java
index bfd78ecb2..30edb95d9 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/snapshot/Status.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/snapshot/Status.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.snapshot;
import co.elastic.clients.json.JsonpDeserializable;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: snapshot._types.Status
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/snapshot/VerifyRepositoryRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/snapshot/VerifyRepositoryRequest.java
index be1c65044..fffc7bc18 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/snapshot/VerifyRepositoryRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/snapshot/VerifyRepositoryRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.snapshot;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: snapshot.verify_repository.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/snapshot/VerifyRepositoryResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/snapshot/VerifyRepositoryResponse.java
index 6bae19431..04334c04b 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/snapshot/VerifyRepositoryResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/snapshot/VerifyRepositoryResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.snapshot;
import co.elastic.clients.elasticsearch.snapshot.verify_repository.CompactNodeInfo;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: snapshot.verify_repository.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/snapshot/cleanup_repository/CleanupRepositoryResults.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/snapshot/cleanup_repository/CleanupRepositoryResults.java
index e7d7d754e..5c2ebb3a7 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/snapshot/cleanup_repository/CleanupRepositoryResults.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/snapshot/cleanup_repository/CleanupRepositoryResults.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.snapshot.cleanup_repository;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: snapshot.cleanup_repository.CleanupRepositoryResults
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/snapshot/get/SnapshotResponseItem.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/snapshot/get/SnapshotResponseItem.java
index 94a1c3c8d..00cdfb9f5 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/snapshot/get/SnapshotResponseItem.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/snapshot/get/SnapshotResponseItem.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.snapshot.get;
import co.elastic.clients.elasticsearch._types.ErrorCause;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: snapshot.get.SnapshotResponseItem
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/snapshot/restore/SnapshotRestore.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/snapshot/restore/SnapshotRestore.java
index 4793660ae..951f3dd5b 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/snapshot/restore/SnapshotRestore.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/snapshot/restore/SnapshotRestore.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.snapshot.restore;
import co.elastic.clients.elasticsearch._types.ShardStatistics;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: snapshot.restore.SnapshotRestore
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/snapshot/verify_repository/CompactNodeInfo.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/snapshot/verify_repository/CompactNodeInfo.java
index 64c3f8ee6..d4b4f4902 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/snapshot/verify_repository/CompactNodeInfo.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/snapshot/verify_repository/CompactNodeInfo.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.snapshot.verify_repository;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: snapshot.verify_repository.CompactNodeInfo
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/sql/ClearCursorRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/sql/ClearCursorRequest.java
index 4063ceeb5..237741864 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/sql/ClearCursorRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/sql/ClearCursorRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.sql;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: sql.clear_cursor.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/sql/ClearCursorResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/sql/ClearCursorResponse.java
index 208a8811e..2abf6e9db 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/sql/ClearCursorResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/sql/ClearCursorResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.sql;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: sql.clear_cursor.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/sql/Column.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/sql/Column.java
index fcfe6826c..0e295d155 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/sql/Column.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/sql/Column.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.sql;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: sql.Column
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/sql/DeleteAsyncRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/sql/DeleteAsyncRequest.java
index 44ed8cfcb..80ac5e499 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/sql/DeleteAsyncRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/sql/DeleteAsyncRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.sql;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: sql.delete_async.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/sql/DeleteAsyncResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/sql/DeleteAsyncResponse.java
index d706b3820..1557c1dd8 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/sql/DeleteAsyncResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/sql/DeleteAsyncResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.sql;
import co.elastic.clients.elasticsearch._types.AcknowledgedResponseBase;
@@ -33,6 +29,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: sql.delete_async.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/sql/ElasticsearchSqlAsyncClient.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/sql/ElasticsearchSqlAsyncClient.java
index 38fdfb9d1..fed7550c2 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/sql/ElasticsearchSqlAsyncClient.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/sql/ElasticsearchSqlAsyncClient.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.sql;
import co.elastic.clients.ApiClient;
@@ -35,6 +31,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Client for the sql namespace.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/sql/ElasticsearchSqlClient.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/sql/ElasticsearchSqlClient.java
index 07ca181bc..cc52ab771 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/sql/ElasticsearchSqlClient.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/sql/ElasticsearchSqlClient.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.sql;
import co.elastic.clients.ApiClient;
@@ -36,6 +32,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Client for the sql namespace.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/sql/GetAsyncRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/sql/GetAsyncRequest.java
index c77995ef4..cb83acdd6 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/sql/GetAsyncRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/sql/GetAsyncRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.sql;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: sql.get_async.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/sql/GetAsyncResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/sql/GetAsyncResponse.java
index 013b27fe0..808307d36 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/sql/GetAsyncResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/sql/GetAsyncResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.sql;
import co.elastic.clients.json.JsonData;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: sql.get_async.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/sql/GetAsyncStatusRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/sql/GetAsyncStatusRequest.java
index 751783f75..70223bb9f 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/sql/GetAsyncStatusRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/sql/GetAsyncStatusRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.sql;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: sql.get_async_status.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/sql/GetAsyncStatusResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/sql/GetAsyncStatusResponse.java
index bd7e351f1..5a569cb8d 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/sql/GetAsyncStatusResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/sql/GetAsyncStatusResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.sql;
import co.elastic.clients.json.JsonpDeserializable;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: sql.get_async_status.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/sql/QueryRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/sql/QueryRequest.java
index 72e567ebe..e301687b9 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/sql/QueryRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/sql/QueryRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.sql;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -50,6 +46,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: sql.query.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/sql/QueryResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/sql/QueryResponse.java
index 025190c69..dd8121407 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/sql/QueryResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/sql/QueryResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.sql;
import co.elastic.clients.json.JsonData;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: sql.query.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/sql/TranslateRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/sql/TranslateRequest.java
index 23d1c0d17..577558214 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/sql/TranslateRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/sql/TranslateRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.sql;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -44,6 +40,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: sql.translate.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/sql/TranslateResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/sql/TranslateResponse.java
index c88c8bbf2..198e39b30 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/sql/TranslateResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/sql/TranslateResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.sql;
import co.elastic.clients.elasticsearch._types.SortOptions;
@@ -47,6 +43,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: sql.translate.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ssl/CertificatesRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ssl/CertificatesRequest.java
index 5986027dc..2d635b689 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ssl/CertificatesRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ssl/CertificatesRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ssl;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -36,6 +32,21 @@
import java.util.Collections;
import java.util.Objects;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ssl.certificates.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ssl/CertificatesResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ssl/CertificatesResponse.java
index e3fdae8ff..1335d3f2f 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ssl/CertificatesResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ssl/CertificatesResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ssl;
import co.elastic.clients.elasticsearch.ssl.certificates.CertificateInformation;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ssl.certificates.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ssl/ElasticsearchSslAsyncClient.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ssl/ElasticsearchSslAsyncClient.java
index 169ffff2d..ba2a85955 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ssl/ElasticsearchSslAsyncClient.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ssl/ElasticsearchSslAsyncClient.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ssl;
import co.elastic.clients.ApiClient;
@@ -33,6 +29,21 @@
import java.util.concurrent.CompletableFuture;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Client for the ssl namespace.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ssl/ElasticsearchSslClient.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ssl/ElasticsearchSslClient.java
index 8c659b7d9..a2b597d3a 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ssl/ElasticsearchSslClient.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ssl/ElasticsearchSslClient.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ssl;
import co.elastic.clients.ApiClient;
@@ -34,6 +30,21 @@
import java.io.IOException;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Client for the ssl namespace.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ssl/certificates/CertificateInformation.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ssl/certificates/CertificateInformation.java
index 88444c68d..c496ab023 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ssl/certificates/CertificateInformation.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ssl/certificates/CertificateInformation.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.ssl.certificates;
import co.elastic.clients.json.JsonpDeserializable;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: ssl.certificates.CertificateInformation
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/synonyms/DeleteSynonymRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/synonyms/DeleteSynonymRequest.java
index 2b708693d..8573eb849 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/synonyms/DeleteSynonymRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/synonyms/DeleteSynonymRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.synonyms;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: synonyms.delete_synonym.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/synonyms/DeleteSynonymResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/synonyms/DeleteSynonymResponse.java
index 0db18ccb5..735909c83 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/synonyms/DeleteSynonymResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/synonyms/DeleteSynonymResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.synonyms;
import co.elastic.clients.elasticsearch._types.AcknowledgedResponseBase;
@@ -33,6 +29,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: synonyms.delete_synonym.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/synonyms/DeleteSynonymRuleRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/synonyms/DeleteSynonymRuleRequest.java
index 37137c86e..1ed23fb74 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/synonyms/DeleteSynonymRuleRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/synonyms/DeleteSynonymRuleRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.synonyms;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: synonyms.delete_synonym_rule.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/synonyms/DeleteSynonymRuleResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/synonyms/DeleteSynonymRuleResponse.java
index 8aef72699..f3562290d 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/synonyms/DeleteSynonymRuleResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/synonyms/DeleteSynonymRuleResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.synonyms;
import co.elastic.clients.json.JsonpDeserializable;
@@ -32,6 +28,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: synonyms.delete_synonym_rule.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/synonyms/ElasticsearchSynonymsAsyncClient.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/synonyms/ElasticsearchSynonymsAsyncClient.java
index cfdec96f6..738a41a91 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/synonyms/ElasticsearchSynonymsAsyncClient.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/synonyms/ElasticsearchSynonymsAsyncClient.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.synonyms;
import co.elastic.clients.ApiClient;
@@ -35,6 +31,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Client for the synonyms namespace.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/synonyms/ElasticsearchSynonymsClient.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/synonyms/ElasticsearchSynonymsClient.java
index e3b9491f5..d999cf000 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/synonyms/ElasticsearchSynonymsClient.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/synonyms/ElasticsearchSynonymsClient.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.synonyms;
import co.elastic.clients.ApiClient;
@@ -36,6 +32,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Client for the synonyms namespace.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/synonyms/GetSynonymRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/synonyms/GetSynonymRequest.java
index a6ce5de5b..19b1c69cc 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/synonyms/GetSynonymRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/synonyms/GetSynonymRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.synonyms;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: synonyms.get_synonym.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/synonyms/GetSynonymResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/synonyms/GetSynonymResponse.java
index ed287c090..f0c8964dd 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/synonyms/GetSynonymResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/synonyms/GetSynonymResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.synonyms;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: synonyms.get_synonym.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/synonyms/GetSynonymRuleRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/synonyms/GetSynonymRuleRequest.java
index 476888f09..4e7a72b62 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/synonyms/GetSynonymRuleRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/synonyms/GetSynonymRuleRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.synonyms;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: synonyms.get_synonym_rule.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/synonyms/GetSynonymRuleResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/synonyms/GetSynonymRuleResponse.java
index cb12fb6d6..5c07f3051 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/synonyms/GetSynonymRuleResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/synonyms/GetSynonymRuleResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.synonyms;
import co.elastic.clients.json.JsonpDeserializable;
@@ -32,6 +28,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: synonyms.get_synonym_rule.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/synonyms/GetSynonymsSetsRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/synonyms/GetSynonymsSetsRequest.java
index 9bf9b2fe5..cf6db2290 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/synonyms/GetSynonymsSetsRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/synonyms/GetSynonymsSetsRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.synonyms;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: synonyms.get_synonyms_sets.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/synonyms/GetSynonymsSetsResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/synonyms/GetSynonymsSetsResponse.java
index 2095ab0a7..42f04cc17 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/synonyms/GetSynonymsSetsResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/synonyms/GetSynonymsSetsResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.synonyms;
import co.elastic.clients.elasticsearch.synonyms.get_synonyms_sets.SynonymsSetItem;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: synonyms.get_synonyms_sets.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/synonyms/PutSynonymRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/synonyms/PutSynonymRequest.java
index b03200b5a..2e528f779 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/synonyms/PutSynonymRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/synonyms/PutSynonymRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.synonyms;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -45,6 +41,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: synonyms.put_synonym.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/synonyms/PutSynonymResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/synonyms/PutSynonymResponse.java
index e95aa7299..4283ac056 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/synonyms/PutSynonymResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/synonyms/PutSynonymResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.synonyms;
import co.elastic.clients.elasticsearch._types.Result;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: synonyms.put_synonym.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/synonyms/PutSynonymRuleRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/synonyms/PutSynonymRuleRequest.java
index 279192a2d..3a18ea662 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/synonyms/PutSynonymRuleRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/synonyms/PutSynonymRuleRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.synonyms;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -45,6 +41,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: synonyms.put_synonym_rule.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/synonyms/PutSynonymRuleResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/synonyms/PutSynonymRuleResponse.java
index 3ccfe320c..ae61eb8ed 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/synonyms/PutSynonymRuleResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/synonyms/PutSynonymRuleResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.synonyms;
import co.elastic.clients.json.JsonpDeserializable;
@@ -32,6 +28,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: synonyms.put_synonym_rule.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/synonyms/SynonymRule.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/synonyms/SynonymRule.java
index dd45a5ede..4c183e02e 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/synonyms/SynonymRule.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/synonyms/SynonymRule.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.synonyms;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: synonyms._types.SynonymRule
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/synonyms/SynonymRuleRead.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/synonyms/SynonymRuleRead.java
index def90b689..b9267ccf9 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/synonyms/SynonymRuleRead.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/synonyms/SynonymRuleRead.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.synonyms;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: synonyms._types.SynonymRuleRead
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/synonyms/SynonymsUpdateResult.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/synonyms/SynonymsUpdateResult.java
index ff281e36f..2ce927bda 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/synonyms/SynonymsUpdateResult.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/synonyms/SynonymsUpdateResult.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.synonyms;
import co.elastic.clients.elasticsearch._types.Result;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: synonyms._types.SynonymsUpdateResult
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/synonyms/get_synonyms_sets/SynonymsSetItem.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/synonyms/get_synonyms_sets/SynonymsSetItem.java
index b52e58954..3e81a0679 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/synonyms/get_synonyms_sets/SynonymsSetItem.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/synonyms/get_synonyms_sets/SynonymsSetItem.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.synonyms.get_synonyms_sets;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: synonyms.get_synonyms_sets.SynonymsSetItem
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/tasks/CancelRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/tasks/CancelRequest.java
index 007779343..91aa2393b 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/tasks/CancelRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/tasks/CancelRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.tasks;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -44,6 +40,21 @@
import java.util.stream.Collectors;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: tasks.cancel.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/tasks/CancelResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/tasks/CancelResponse.java
index 3e1cc67c0..258133d4c 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/tasks/CancelResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/tasks/CancelResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.tasks;
import co.elastic.clients.json.JsonpDeserializable;
@@ -32,6 +28,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: tasks.cancel.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/tasks/ElasticsearchTasksAsyncClient.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/tasks/ElasticsearchTasksAsyncClient.java
index 46eebf71d..a917a44f3 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/tasks/ElasticsearchTasksAsyncClient.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/tasks/ElasticsearchTasksAsyncClient.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.tasks;
import co.elastic.clients.ApiClient;
@@ -35,6 +31,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Client for the tasks namespace.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/tasks/ElasticsearchTasksClient.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/tasks/ElasticsearchTasksClient.java
index c6501da38..6c0f8dd4e 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/tasks/ElasticsearchTasksClient.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/tasks/ElasticsearchTasksClient.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.tasks;
import co.elastic.clients.ApiClient;
@@ -36,6 +32,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Client for the tasks namespace.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/tasks/GetTasksRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/tasks/GetTasksRequest.java
index 11c0556f0..92ac73a70 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/tasks/GetTasksRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/tasks/GetTasksRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.tasks;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -43,6 +39,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: tasks.get.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/tasks/GetTasksResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/tasks/GetTasksResponse.java
index 5046d5053..264893fb9 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/tasks/GetTasksResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/tasks/GetTasksResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.tasks;
import co.elastic.clients.elasticsearch._types.ErrorCause;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: tasks.get.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/tasks/GroupBy.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/tasks/GroupBy.java
index 66d7a85b1..6eddcc3a1 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/tasks/GroupBy.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/tasks/GroupBy.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.tasks;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see API
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/tasks/ListRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/tasks/ListRequest.java
index 11a8aaf93..1a2544985 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/tasks/ListRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/tasks/ListRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.tasks;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -46,6 +42,21 @@
import java.util.stream.Collectors;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: tasks.list.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/tasks/ListResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/tasks/ListResponse.java
index 895755f2b..0b72da0ad 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/tasks/ListResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/tasks/ListResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.tasks;
import co.elastic.clients.json.JsonpDeserializable;
@@ -32,6 +28,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: tasks.list.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/tasks/NodeTasks.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/tasks/NodeTasks.java
index e703e4ea8..c763ca843 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/tasks/NodeTasks.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/tasks/NodeTasks.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.tasks;
import co.elastic.clients.json.JsonpDeserializable;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: tasks._types.NodeTasks
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/tasks/ParentTaskInfo.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/tasks/ParentTaskInfo.java
index 3e1afedc7..2a5c5568b 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/tasks/ParentTaskInfo.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/tasks/ParentTaskInfo.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.tasks;
import co.elastic.clients.json.JsonpDeserializable;
@@ -36,6 +32,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: tasks._types.ParentTaskInfo
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/tasks/TaskInfo.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/tasks/TaskInfo.java
index d44219cd6..646858885 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/tasks/TaskInfo.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/tasks/TaskInfo.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.tasks;
import co.elastic.clients.elasticsearch._types.Time;
@@ -44,6 +40,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: tasks._types.TaskInfo
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/tasks/TaskInfos.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/tasks/TaskInfos.java
index dc70e3a51..320065ab5 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/tasks/TaskInfos.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/tasks/TaskInfos.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.tasks;
import co.elastic.clients.json.JsonpDeserializable;
@@ -44,6 +40,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: tasks._types.TaskInfos
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/tasks/TaskInfosBuilders.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/tasks/TaskInfosBuilders.java
index 7541759fc..47018d2ed 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/tasks/TaskInfosBuilders.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/tasks/TaskInfosBuilders.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.tasks;
import co.elastic.clients.util.ObjectBuilder;
import java.lang.String;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Builders for {@link TaskInfos} variants.
*
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/tasks/TaskListResponseBase.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/tasks/TaskListResponseBase.java
index 0ff6bd648..f11470172 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/tasks/TaskListResponseBase.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/tasks/TaskListResponseBase.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.tasks;
import co.elastic.clients.elasticsearch._types.ErrorCause;
@@ -43,6 +39,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: tasks._types.TaskListResponseBase
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/DeleteTransformRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/DeleteTransformRequest.java
index 5ce014a31..577d3b989 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/DeleteTransformRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/DeleteTransformRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.transform;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -43,6 +39,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: transform.delete_transform.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/DeleteTransformResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/DeleteTransformResponse.java
index 5634f5c51..0080c8d0e 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/DeleteTransformResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/DeleteTransformResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.transform;
import co.elastic.clients.elasticsearch._types.AcknowledgedResponseBase;
@@ -33,6 +29,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: transform.delete_transform.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/Destination.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/Destination.java
index 73dc98431..ab68b4eb5 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/Destination.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/Destination.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.transform;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: transform._types.Destination
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/ElasticsearchTransformAsyncClient.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/ElasticsearchTransformAsyncClient.java
index 7ef0889cf..17d25bcf0 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/ElasticsearchTransformAsyncClient.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/ElasticsearchTransformAsyncClient.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.transform;
import co.elastic.clients.ApiClient;
@@ -37,6 +33,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Client for the transform namespace.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/ElasticsearchTransformClient.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/ElasticsearchTransformClient.java
index 3504184cb..076ebb0ab 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/ElasticsearchTransformClient.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/ElasticsearchTransformClient.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.transform;
import co.elastic.clients.ApiClient;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Client for the transform namespace.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/GetTransformRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/GetTransformRequest.java
index 80c9d173b..35a8d62aa 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/GetTransformRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/GetTransformRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.transform;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -45,6 +41,21 @@
import java.util.stream.Collectors;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: transform.get_transform.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/GetTransformResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/GetTransformResponse.java
index de00727a9..11dd5b1ee 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/GetTransformResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/GetTransformResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.transform;
import co.elastic.clients.elasticsearch.transform.get_transform.TransformSummary;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: transform.get_transform.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/GetTransformStatsRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/GetTransformStatsRequest.java
index 6a50ce899..ac3be6670 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/GetTransformStatsRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/GetTransformStatsRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.transform;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -46,6 +42,21 @@
import java.util.stream.Collectors;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: transform.get_transform_stats.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/GetTransformStatsResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/GetTransformStatsResponse.java
index 8c52d691e..2b0caff19 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/GetTransformStatsResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/GetTransformStatsResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.transform;
import co.elastic.clients.elasticsearch.transform.get_transform_stats.TransformStats;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: transform.get_transform_stats.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/Latest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/Latest.java
index b601f6fee..7a76fde6c 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/Latest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/Latest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.transform;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: transform._types.Latest
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/Pivot.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/Pivot.java
index e524cbb52..98dbc2fbb 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/Pivot.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/Pivot.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.transform;
import co.elastic.clients.elasticsearch._types.aggregations.Aggregation;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: transform._types.Pivot
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/PivotGroupBy.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/PivotGroupBy.java
index f0d5a1267..ce733a064 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/PivotGroupBy.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/PivotGroupBy.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.transform;
import co.elastic.clients.elasticsearch._types.aggregations.DateHistogramAggregation;
@@ -46,6 +42,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: transform._types.PivotGroupByContainer
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/PivotGroupByBuilders.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/PivotGroupByBuilders.java
index 901bbea0c..9a991f047 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/PivotGroupByBuilders.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/PivotGroupByBuilders.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.transform;
import co.elastic.clients.elasticsearch._types.aggregations.DateHistogramAggregation;
@@ -30,6 +26,21 @@
import co.elastic.clients.util.ObjectBuilder;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Builders for {@link PivotGroupBy} variants.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/PivotGroupByVariant.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/PivotGroupByVariant.java
index 99638ab96..28313dff9 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/PivotGroupByVariant.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/PivotGroupByVariant.java
@@ -17,12 +17,23 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.transform;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Base interface for {@link PivotGroupBy} variants.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/PreviewTransformRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/PreviewTransformRequest.java
index 8cf7f5c07..e0613a13d 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/PreviewTransformRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/PreviewTransformRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.transform;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -43,6 +39,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: transform.preview_transform.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/PreviewTransformResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/PreviewTransformResponse.java
index e10f4b588..d9f3e440b 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/PreviewTransformResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/PreviewTransformResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.transform;
import co.elastic.clients.elasticsearch.indices.IndexState;
@@ -43,6 +39,21 @@
import java.util.function.Supplier;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: transform.preview_transform.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/PutTransformRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/PutTransformRequest.java
index e17867d59..970953ec6 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/PutTransformRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/PutTransformRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.transform;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -46,6 +42,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: transform.put_transform.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/PutTransformResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/PutTransformResponse.java
index 8762a18c9..b86b2ee7a 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/PutTransformResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/PutTransformResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.transform;
import co.elastic.clients.elasticsearch._types.AcknowledgedResponseBase;
@@ -33,6 +29,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: transform.put_transform.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/ResetTransformRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/ResetTransformRequest.java
index e38b01b40..513d0b781 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/ResetTransformRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/ResetTransformRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.transform;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: transform.reset_transform.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/ResetTransformResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/ResetTransformResponse.java
index 329180d86..7872d41b3 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/ResetTransformResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/ResetTransformResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.transform;
import co.elastic.clients.elasticsearch._types.AcknowledgedResponseBase;
@@ -33,6 +29,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: transform.reset_transform.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/RetentionPolicy.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/RetentionPolicy.java
index 91dbc8363..fa990054b 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/RetentionPolicy.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/RetentionPolicy.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.transform;
import co.elastic.clients.json.JsonEnum;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: transform._types.RetentionPolicyContainer
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/RetentionPolicyBuilders.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/RetentionPolicyBuilders.java
index 4b641a60a..90b985b40 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/RetentionPolicyBuilders.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/RetentionPolicyBuilders.java
@@ -17,15 +17,26 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.transform;
import co.elastic.clients.util.ObjectBuilder;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Builders for {@link RetentionPolicy} variants.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/RetentionPolicyVariant.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/RetentionPolicyVariant.java
index 4d48484f5..b4e9bbc8b 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/RetentionPolicyVariant.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/RetentionPolicyVariant.java
@@ -17,12 +17,23 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.transform;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Base interface for {@link RetentionPolicy} variants.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/ScheduleNowTransformRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/ScheduleNowTransformRequest.java
index f49ba9d6e..c881bbef7 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/ScheduleNowTransformRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/ScheduleNowTransformRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.transform;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: transform.schedule_now_transform.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/ScheduleNowTransformResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/ScheduleNowTransformResponse.java
index cd7e7f4b9..b39e9f979 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/ScheduleNowTransformResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/ScheduleNowTransformResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.transform;
import co.elastic.clients.elasticsearch._types.AcknowledgedResponseBase;
@@ -33,6 +29,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: transform.schedule_now_transform.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/Settings.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/Settings.java
index 16a9d7b0b..1be72a0fd 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/Settings.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/Settings.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.transform;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: transform._types.Settings
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/Source.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/Source.java
index 0d7a9156f..77861d74c 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/Source.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/Source.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.transform;
import co.elastic.clients.elasticsearch._types.mapping.RuntimeField;
@@ -43,6 +39,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: transform._types.Source
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/StartTransformRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/StartTransformRequest.java
index 5fcaaac1b..1b59c6a83 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/StartTransformRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/StartTransformRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.transform;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: transform.start_transform.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/StartTransformResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/StartTransformResponse.java
index f05a9bd39..515bf747f 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/StartTransformResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/StartTransformResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.transform;
import co.elastic.clients.elasticsearch._types.AcknowledgedResponseBase;
@@ -33,6 +29,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: transform.start_transform.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/StopTransformRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/StopTransformRequest.java
index 507cb6676..3c60d2738 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/StopTransformRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/StopTransformRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.transform;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -43,6 +39,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: transform.stop_transform.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/StopTransformResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/StopTransformResponse.java
index 0b4490113..951697f6a 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/StopTransformResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/StopTransformResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.transform;
import co.elastic.clients.elasticsearch._types.AcknowledgedResponseBase;
@@ -33,6 +29,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: transform.stop_transform.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/Sync.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/Sync.java
index 43a41fcb2..c9de8fb00 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/Sync.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/Sync.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.transform;
import co.elastic.clients.json.JsonEnum;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: transform._types.SyncContainer
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/SyncBuilders.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/SyncBuilders.java
index ebab2ee54..6edd77b9e 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/SyncBuilders.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/SyncBuilders.java
@@ -17,15 +17,26 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.transform;
import co.elastic.clients.util.ObjectBuilder;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Builders for {@link Sync} variants.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/SyncVariant.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/SyncVariant.java
index f158cd32d..b072ad029 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/SyncVariant.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/SyncVariant.java
@@ -17,12 +17,23 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.transform;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Base interface for {@link Sync} variants.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/TimeRetentionPolicy.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/TimeRetentionPolicy.java
index b32e75b99..9b6394add 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/TimeRetentionPolicy.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/TimeRetentionPolicy.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.transform;
import co.elastic.clients.elasticsearch._types.Time;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: transform._types.RetentionPolicy
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/TimeSync.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/TimeSync.java
index c0eadd5ac..33a700025 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/TimeSync.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/TimeSync.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.transform;
import co.elastic.clients.elasticsearch._types.Time;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: transform._types.TimeSync
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/UpdateTransformRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/UpdateTransformRequest.java
index 46bf96597..8860b021f 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/UpdateTransformRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/UpdateTransformRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.transform;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -46,6 +42,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: transform.update_transform.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/UpdateTransformResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/UpdateTransformResponse.java
index 63986b7b9..a9f23e097 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/UpdateTransformResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/UpdateTransformResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.transform;
import co.elastic.clients.elasticsearch._types.Time;
@@ -46,6 +42,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: transform.update_transform.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/UpgradeTransformsRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/UpgradeTransformsRequest.java
index 8b24d66b3..7b351249c 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/UpgradeTransformsRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/UpgradeTransformsRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.transform;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: transform.upgrade_transforms.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/UpgradeTransformsResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/UpgradeTransformsResponse.java
index 51e4a05e9..f9995d6af 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/UpgradeTransformsResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/UpgradeTransformsResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.transform;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: transform.upgrade_transforms.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/get_transform/TransformSummary.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/get_transform/TransformSummary.java
index ac8736000..305d07e5b 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/get_transform/TransformSummary.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/get_transform/TransformSummary.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.transform.get_transform;
import co.elastic.clients.elasticsearch._types.Time;
@@ -51,6 +47,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: transform.get_transform.TransformSummary
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/get_transform_stats/CheckpointStats.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/get_transform_stats/CheckpointStats.java
index 1b9817d4c..81f9e00db 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/get_transform_stats/CheckpointStats.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/get_transform_stats/CheckpointStats.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.transform.get_transform_stats;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: transform.get_transform_stats.CheckpointStats
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/get_transform_stats/Checkpointing.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/get_transform_stats/Checkpointing.java
index d1d146869..f3a5eb90b 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/get_transform_stats/Checkpointing.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/get_transform_stats/Checkpointing.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.transform.get_transform_stats;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: transform.get_transform_stats.Checkpointing
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/get_transform_stats/TransformIndexerStats.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/get_transform_stats/TransformIndexerStats.java
index 374ad9a54..f4d91ad46 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/get_transform_stats/TransformIndexerStats.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/get_transform_stats/TransformIndexerStats.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.transform.get_transform_stats;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: transform.get_transform_stats.TransformIndexerStats
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/get_transform_stats/TransformProgress.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/get_transform_stats/TransformProgress.java
index 7f4531e3a..e33d79f50 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/get_transform_stats/TransformProgress.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/get_transform_stats/TransformProgress.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.transform.get_transform_stats;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: transform.get_transform_stats.TransformProgress
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/get_transform_stats/TransformStats.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/get_transform_stats/TransformStats.java
index a4cf28cd9..b7b63eb74 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/get_transform_stats/TransformStats.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/get_transform_stats/TransformStats.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.transform.get_transform_stats;
import co.elastic.clients.elasticsearch._types.NodeAttributes;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: transform.get_transform_stats.TransformStats
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/get_transform_stats/TransformStatsHealth.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/get_transform_stats/TransformStatsHealth.java
index 7002d30c9..d3fd23b2f 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/get_transform_stats/TransformStatsHealth.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/transform/get_transform_stats/TransformStatsHealth.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.transform.get_transform_stats;
import co.elastic.clients.elasticsearch._types.HealthStatus;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: transform.get_transform_stats.TransformStatsHealth
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/AckWatchRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/AckWatchRequest.java
index 02895825f..ac998913b 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/AckWatchRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/AckWatchRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -44,6 +40,21 @@
import java.util.stream.Collectors;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher.ack_watch.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/AckWatchResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/AckWatchResponse.java
index 0361e2b7e..fb2e69676 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/AckWatchResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/AckWatchResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher.ack_watch.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/AcknowledgeState.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/AcknowledgeState.java
index 430494521..83c9f1c4c 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/AcknowledgeState.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/AcknowledgeState.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher._types.AcknowledgeState
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/AcknowledgementOptions.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/AcknowledgementOptions.java
index ee9c724e6..29b5c35a4 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/AcknowledgementOptions.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/AcknowledgementOptions.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see API
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ActivateWatchRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ActivateWatchRequest.java
index 3f30042fd..17f91830b 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ActivateWatchRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ActivateWatchRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher.activate_watch.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ActivateWatchResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ActivateWatchResponse.java
index a44d10b17..511f99a3a 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ActivateWatchResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ActivateWatchResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher.activate_watch.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ActivationState.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ActivationState.java
index 501b29cd6..5814939e4 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ActivationState.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ActivationState.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher._types.ActivationState
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ActivationStatus.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ActivationStatus.java
index 7067f6983..2e2895542 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ActivationStatus.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ActivationStatus.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.json.JsonpDeserializable;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher._types.ActivationStatus
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/AlwaysCondition.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/AlwaysCondition.java
index b0d58c72a..cb70c5559 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/AlwaysCondition.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/AlwaysCondition.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.json.JsonpDeserializable;
@@ -30,6 +26,21 @@
import co.elastic.clients.util.ObjectBuilder;
import jakarta.json.stream.JsonGenerator;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see API
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ArrayCompareCondition.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ArrayCompareCondition.java
index 89782a09d..d48c496b0 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ArrayCompareCondition.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ArrayCompareCondition.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher._types.ArrayCompareCondition
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ArrayCompareOpParams.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ArrayCompareOpParams.java
index e23d3f26d..c98610e89 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ArrayCompareOpParams.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ArrayCompareOpParams.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.elasticsearch._types.FieldValue;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher._types.ArrayCompareOpParams
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ChainInput.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ChainInput.java
index 694786636..3b1d712b3 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ChainInput.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ChainInput.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher._types.ChainInput
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/Condition.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/Condition.java
index 3c4c14340..8288eca19 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/Condition.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/Condition.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.elasticsearch._types.FieldValue;
@@ -45,6 +41,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher._types.ConditionContainer
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ConditionBuilders.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ConditionBuilders.java
index 8283ba671..7689cdc8a 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ConditionBuilders.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ConditionBuilders.java
@@ -17,15 +17,26 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.util.ObjectBuilder;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Builders for {@link Condition} variants.
*
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ConditionOp.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ConditionOp.java
index 8c58c49ea..19b5e0f35 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ConditionOp.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ConditionOp.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see API
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ConditionType.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ConditionType.java
index 70b848c13..a08093fe7 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ConditionType.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ConditionType.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see API
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ConditionVariant.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ConditionVariant.java
index d7eccd2e9..d7bd3f703 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ConditionVariant.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ConditionVariant.java
@@ -17,12 +17,23 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Base interface for {@link Condition} variants.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ConnectionScheme.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ConnectionScheme.java
index cdf2a442b..17ebcd488 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ConnectionScheme.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ConnectionScheme.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see API
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/DailySchedule.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/DailySchedule.java
index 9af05773a..d8dda6668 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/DailySchedule.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/DailySchedule.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher._types.DailySchedule
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/DataAttachmentFormat.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/DataAttachmentFormat.java
index f711bcac1..898b110a9 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/DataAttachmentFormat.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/DataAttachmentFormat.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see API
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/DeactivateWatchRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/DeactivateWatchRequest.java
index 69e3a2d2a..6181ca080 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/DeactivateWatchRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/DeactivateWatchRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher.deactivate_watch.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/DeactivateWatchResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/DeactivateWatchResponse.java
index 8f1b5443f..bc920995f 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/DeactivateWatchResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/DeactivateWatchResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher.deactivate_watch.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/DeleteWatchRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/DeleteWatchRequest.java
index 2e4eae757..a4a79459e 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/DeleteWatchRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/DeleteWatchRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher.delete_watch.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/DeleteWatchResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/DeleteWatchResponse.java
index d0c1d19fe..1b6eb09f8 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/DeleteWatchResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/DeleteWatchResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.json.JsonpDeserializable;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher.delete_watch.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ElasticsearchWatcherAsyncClient.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ElasticsearchWatcherAsyncClient.java
index a5b49e161..b51e54f35 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ElasticsearchWatcherAsyncClient.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ElasticsearchWatcherAsyncClient.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.ApiClient;
@@ -35,6 +31,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Client for the watcher namespace.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ElasticsearchWatcherClient.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ElasticsearchWatcherClient.java
index cc90ff356..7753f5705 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ElasticsearchWatcherClient.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ElasticsearchWatcherClient.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.ApiClient;
@@ -36,6 +32,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Client for the watcher namespace.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/Email.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/Email.java
index 4447c079e..a9c09bb21 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/Email.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/Email.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.json.JsonpDeserializable;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher._types.Email
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/EmailAction.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/EmailAction.java
index f7945170b..65125ba14 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/EmailAction.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/EmailAction.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.json.JsonpDeserializable;
@@ -32,6 +28,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher._types.EmailAction
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/EmailAttachment.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/EmailAttachment.java
index 2e14cf897..0a8390c37 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/EmailAttachment.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/EmailAttachment.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.json.JsonEnum;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher._types.EmailAttachmentContainer
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/EmailAttachmentBuilders.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/EmailAttachmentBuilders.java
index 7c12cf7ed..85fe43a5a 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/EmailAttachmentBuilders.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/EmailAttachmentBuilders.java
@@ -17,15 +17,26 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.util.ObjectBuilder;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Builders for {@link EmailAttachment} variants.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/EmailAttachmentVariant.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/EmailAttachmentVariant.java
index 62c58607f..33e85fd7a 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/EmailAttachmentVariant.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/EmailAttachmentVariant.java
@@ -17,12 +17,23 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Base interface for {@link EmailAttachment} variants.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/EmailBody.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/EmailBody.java
index 239167bce..21d6b2627 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/EmailBody.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/EmailBody.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher._types.EmailBody
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/EmailPriority.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/EmailPriority.java
index 5ba5831f7..016d98e9d 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/EmailPriority.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/EmailPriority.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see API
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/EmailResult.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/EmailResult.java
index ba0953ca5..6ac5c4112 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/EmailResult.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/EmailResult.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher._types.EmailResult
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ExecuteWatchRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ExecuteWatchRequest.java
index 1a2a71843..abaa69831 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ExecuteWatchRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ExecuteWatchRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -45,6 +41,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher.execute_watch.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ExecuteWatchResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ExecuteWatchResponse.java
index 130d6bf87..538954f42 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ExecuteWatchResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ExecuteWatchResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.elasticsearch.watcher.execute_watch.WatchRecord;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher.execute_watch.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ExecutionPhase.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ExecutionPhase.java
index 0827accee..7f433cc23 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ExecutionPhase.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ExecutionPhase.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see API
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ExecutionResult.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ExecutionResult.java
index c4bf2b5cd..59bce0a7b 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ExecutionResult.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ExecutionResult.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.json.JsonpDeserializable;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher._types.ExecutionResult
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ExecutionResultAction.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ExecutionResultAction.java
index c96838208..1ba5f5971 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ExecutionResultAction.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ExecutionResultAction.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.elasticsearch._types.ErrorCause;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher._types.ExecutionResultAction
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ExecutionResultCondition.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ExecutionResultCondition.java
index 146ed20b4..4caed9354 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ExecutionResultCondition.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ExecutionResultCondition.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher._types.ExecutionResultCondition
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ExecutionResultInput.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ExecutionResultInput.java
index 5a1102c75..cc67eb6db 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ExecutionResultInput.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ExecutionResultInput.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.json.JsonData;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher._types.ExecutionResultInput
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ExecutionState.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ExecutionState.java
index c936d3b92..6a80ae8bd 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ExecutionState.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ExecutionState.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.json.JsonpDeserializable;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher._types.ExecutionState
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ExecutionStatus.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ExecutionStatus.java
index c2e05c0a7..1ed71829f 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ExecutionStatus.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ExecutionStatus.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see API
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ExecutionThreadPool.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ExecutionThreadPool.java
index c407f074b..2d3c4219c 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ExecutionThreadPool.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ExecutionThreadPool.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher._types.ExecutionThreadPool
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/GetWatchRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/GetWatchRequest.java
index d54689f7c..e5d78074f 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/GetWatchRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/GetWatchRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher.get_watch.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/GetWatchResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/GetWatchResponse.java
index 7eee155c8..5623e9f4c 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/GetWatchResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/GetWatchResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.json.JsonpDeserializable;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher.get_watch.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/HourAndMinute.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/HourAndMinute.java
index 19e4f8a1c..b9dc6e4e9 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/HourAndMinute.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/HourAndMinute.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher._types.HourAndMinute
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/HourlySchedule.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/HourlySchedule.java
index f1500741b..e2eb601eb 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/HourlySchedule.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/HourlySchedule.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher._types.HourlySchedule
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/HttpEmailAttachment.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/HttpEmailAttachment.java
index 21feaded0..784ea1499 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/HttpEmailAttachment.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/HttpEmailAttachment.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher._types.HttpEmailAttachment
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/HttpInput.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/HttpInput.java
index 68237c60d..7db9ad6dc 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/HttpInput.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/HttpInput.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher._types.HttpInput
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/HttpInputAuthentication.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/HttpInputAuthentication.java
index 204fda6c8..8a486eec2 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/HttpInputAuthentication.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/HttpInputAuthentication.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher._types.HttpInputAuthentication
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/HttpInputBasicAuthentication.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/HttpInputBasicAuthentication.java
index f66f8e9cd..87904ea95 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/HttpInputBasicAuthentication.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/HttpInputBasicAuthentication.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher._types.HttpInputBasicAuthentication
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/HttpInputMethod.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/HttpInputMethod.java
index 5c43efa81..0254b18e6 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/HttpInputMethod.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/HttpInputMethod.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see API
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/HttpInputProxy.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/HttpInputProxy.java
index 05ed7aa87..d7e4ecb70 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/HttpInputProxy.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/HttpInputProxy.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher._types.HttpInputProxy
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/HttpInputRequestDefinition.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/HttpInputRequestDefinition.java
index a50dfb671..eedf4d01e 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/HttpInputRequestDefinition.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/HttpInputRequestDefinition.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.elasticsearch._types.Time;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher._types.HttpInputRequestDefinition
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/HttpInputRequestResult.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/HttpInputRequestResult.java
index 9fcc41851..cc490f171 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/HttpInputRequestResult.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/HttpInputRequestResult.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.json.JsonpDeserializable;
@@ -32,6 +28,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher._types.HttpInputRequestResult
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/HttpInputResponseResult.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/HttpInputResponseResult.java
index d9e6bccd0..0df0db65c 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/HttpInputResponseResult.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/HttpInputResponseResult.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.json.JsonpDeserializable;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher._types.HttpInputResponseResult
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/IndexAction.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/IndexAction.java
index d2ca30066..0d5628149 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/IndexAction.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/IndexAction.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.elasticsearch._types.OpType;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher._types.IndexAction
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/IndexResult.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/IndexResult.java
index b1946ee15..e513bfb57 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/IndexResult.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/IndexResult.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher._types.IndexResult
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/IndexResultSummary.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/IndexResultSummary.java
index 37b426e4e..04dae7b8e 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/IndexResultSummary.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/IndexResultSummary.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.elasticsearch._types.Result;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher._types.IndexResultSummary
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/Input.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/Input.java
index 460d90235..a3165e53e 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/Input.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/Input.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.json.JsonData;
@@ -45,6 +41,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher._types.InputContainer
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/InputBuilders.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/InputBuilders.java
index 554965f63..17861cf0a 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/InputBuilders.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/InputBuilders.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.util.ObjectBuilder;
import java.lang.String;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Builders for {@link Input} variants.
*
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/InputType.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/InputType.java
index e2156010f..68c55c9c6 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/InputType.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/InputType.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see API
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/InputVariant.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/InputVariant.java
index 4e9f6de2e..555491a6f 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/InputVariant.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/InputVariant.java
@@ -17,12 +17,23 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Base interface for {@link Input} variants.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/LoggingAction.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/LoggingAction.java
index dbe07acc2..2c1650368 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/LoggingAction.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/LoggingAction.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher._types.LoggingAction
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/LoggingResult.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/LoggingResult.java
index 93a91211f..cc76f74c0 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/LoggingResult.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/LoggingResult.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher._types.LoggingResult
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/Month.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/Month.java
index 9d1793b97..e2956e622 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/Month.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/Month.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see API
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/NeverCondition.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/NeverCondition.java
index 214879312..076016816 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/NeverCondition.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/NeverCondition.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.json.JsonpDeserializable;
@@ -30,6 +26,21 @@
import co.elastic.clients.util.ObjectBuilder;
import jakarta.json.stream.JsonGenerator;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see API
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/PagerDutyAction.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/PagerDutyAction.java
index 38000ecab..c86a2a505 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/PagerDutyAction.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/PagerDutyAction.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.json.JsonpDeserializable;
@@ -32,6 +28,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher._types.PagerDutyAction
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/PagerDutyContext.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/PagerDutyContext.java
index 2b9e88ec9..f857c94d8 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/PagerDutyContext.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/PagerDutyContext.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher._types.PagerDutyContext
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/PagerDutyContextType.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/PagerDutyContextType.java
index 843027c9b..6f55691f0 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/PagerDutyContextType.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/PagerDutyContextType.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see API
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/QueryWatch.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/QueryWatch.java
index ec087a202..060c066ee 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/QueryWatch.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/QueryWatch.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.json.JsonpDeserializable;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher._types.QueryWatch
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/QueryWatchesRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/QueryWatchesRequest.java
index f21b74140..21fbb0a57 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/QueryWatchesRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/QueryWatchesRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -46,6 +42,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher.query_watches.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/QueryWatchesResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/QueryWatchesResponse.java
index 45434c6cb..69d42d122 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/QueryWatchesResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/QueryWatchesResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher.query_watches.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ReportingEmailAttachment.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ReportingEmailAttachment.java
index 9389279fc..432d133e2 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ReportingEmailAttachment.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ReportingEmailAttachment.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.elasticsearch._types.Time;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher._types.ReportingEmailAttachment
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ResponseContentType.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ResponseContentType.java
index b0a100070..d74ec2d75 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ResponseContentType.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ResponseContentType.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ScheduleTimeOfDay.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ScheduleTimeOfDay.java
index 9726dfd35..6b390ad7a 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ScheduleTimeOfDay.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ScheduleTimeOfDay.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.json.JsonpDeserializable;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher._types.ScheduleTimeOfDay
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ScheduleTimeOfDayBuilders.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ScheduleTimeOfDayBuilders.java
index ca2b7a0c9..5e684dcf2 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ScheduleTimeOfDayBuilders.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ScheduleTimeOfDayBuilders.java
@@ -17,15 +17,26 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.util.ObjectBuilder;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Builders for {@link ScheduleTimeOfDay} variants.
*
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ScheduleTriggerEvent.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ScheduleTriggerEvent.java
index 43e753d90..1bd73f261 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ScheduleTriggerEvent.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ScheduleTriggerEvent.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher._types.ScheduleTriggerEvent
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ScheduleVariant.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ScheduleVariant.java
index 502f67693..2a4c73405 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ScheduleVariant.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ScheduleVariant.java
@@ -17,12 +17,23 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Base interface for {@link Schedule} variants.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ScriptCondition.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ScriptCondition.java
index d1ee1e9d7..48eda42ed 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ScriptCondition.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ScriptCondition.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.json.JsonData;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher._types.ScriptCondition
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/SearchInput.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/SearchInput.java
index a0b3233de..bf62a6da8 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/SearchInput.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/SearchInput.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.elasticsearch._types.Time;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher._types.SearchInput
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/SearchInputRequestBody.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/SearchInputRequestBody.java
index a0f5b210e..53403008d 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/SearchInputRequestBody.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/SearchInputRequestBody.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.elasticsearch._types.query_dsl.Query;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher._types.SearchInputRequestBody
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/SearchInputRequestDefinition.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/SearchInputRequestDefinition.java
index a5ae29224..31a8cd9b5 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/SearchInputRequestDefinition.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/SearchInputRequestDefinition.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.elasticsearch._types.IndicesOptions;
@@ -43,6 +39,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher._types.SearchInputRequestDefinition
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/SearchTemplateRequestBody.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/SearchTemplateRequestBody.java
index 262fa0730..b311d6b88 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/SearchTemplateRequestBody.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/SearchTemplateRequestBody.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.json.JsonData;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher._types.SearchTemplateRequestBody
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/SimulatedActions.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/SimulatedActions.java
index 52433486a..75383a41c 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/SimulatedActions.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/SimulatedActions.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.json.JsonpDeserializable;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher._types.SimulatedActions
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/SlackAction.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/SlackAction.java
index f57493ecb..8ca8e2469 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/SlackAction.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/SlackAction.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher._types.SlackAction
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/SlackAttachment.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/SlackAttachment.java
index 9e8a7ac8e..4df81b70c 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/SlackAttachment.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/SlackAttachment.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.json.JsonpDeserializable;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher._types.SlackAttachment
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/SlackAttachmentField.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/SlackAttachmentField.java
index a74e2168d..5b0786161 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/SlackAttachmentField.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/SlackAttachmentField.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher._types.SlackAttachmentField
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/SlackDynamicAttachment.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/SlackDynamicAttachment.java
index 802d03597..417a4bd0a 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/SlackDynamicAttachment.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/SlackDynamicAttachment.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher._types.SlackDynamicAttachment
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/SlackMessage.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/SlackMessage.java
index 138d3dded..7e541394d 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/SlackMessage.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/SlackMessage.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher._types.SlackMessage
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/SlackResult.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/SlackResult.java
index 7cd9b8a61..99082b56e 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/SlackResult.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/SlackResult.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher._types.SlackResult
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/StartWatcherRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/StartWatcherRequest.java
index c0a21390d..cedaadac6 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/StartWatcherRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/StartWatcherRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -36,6 +32,21 @@
import java.util.Collections;
import java.util.Objects;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher.start.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/StartWatcherResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/StartWatcherResponse.java
index 07d8ffd97..026306d77 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/StartWatcherResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/StartWatcherResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.elasticsearch._types.AcknowledgedResponseBase;
@@ -33,6 +29,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher.start.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/StopWatcherRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/StopWatcherRequest.java
index 97d936a07..2458b25c7 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/StopWatcherRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/StopWatcherRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -36,6 +32,21 @@
import java.util.Collections;
import java.util.Objects;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher.stop.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/StopWatcherResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/StopWatcherResponse.java
index 53fa11d7b..545ee3d29 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/StopWatcherResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/StopWatcherResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.elasticsearch._types.AcknowledgedResponseBase;
@@ -33,6 +29,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher.stop.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ThrottleState.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ThrottleState.java
index 57070d5bf..9c832f9f3 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ThrottleState.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/ThrottleState.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher._types.ThrottleState
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/TimeOfMonth.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/TimeOfMonth.java
index eb92e44de..5adc228af 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/TimeOfMonth.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/TimeOfMonth.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.json.JsonpDeserializable;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher._types.TimeOfMonth
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/TimeOfWeek.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/TimeOfWeek.java
index e71366bf5..0839b63d5 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/TimeOfWeek.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/TimeOfWeek.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher._types.TimeOfWeek
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/TimeOfYear.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/TimeOfYear.java
index cbcb66259..a2cda820f 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/TimeOfYear.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/TimeOfYear.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.json.JsonpDeserializable;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher._types.TimeOfYear
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/Trigger.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/Trigger.java
index 49e2bd280..e4c9e88ee 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/Trigger.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/Trigger.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.json.JsonEnum;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher._types.TriggerContainer
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/TriggerBuilders.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/TriggerBuilders.java
index 0bce31295..5b3b5326e 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/TriggerBuilders.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/TriggerBuilders.java
@@ -17,15 +17,26 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.util.ObjectBuilder;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Builders for {@link Trigger} variants.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/TriggerEvent.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/TriggerEvent.java
index ce7a0554c..da83f96b7 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/TriggerEvent.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/TriggerEvent.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.json.JsonEnum;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher._types.TriggerEventContainer
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/TriggerEventBuilders.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/TriggerEventBuilders.java
index a0ba5603b..0dcf5b3b8 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/TriggerEventBuilders.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/TriggerEventBuilders.java
@@ -17,15 +17,26 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.util.ObjectBuilder;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Builders for {@link TriggerEvent} variants.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/TriggerEventResult.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/TriggerEventResult.java
index f4a6b1aee..edfc141b1 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/TriggerEventResult.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/TriggerEventResult.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher._types.TriggerEventResult
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/TriggerEventVariant.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/TriggerEventVariant.java
index 9398d417d..df025101c 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/TriggerEventVariant.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/TriggerEventVariant.java
@@ -17,12 +17,23 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Base interface for {@link TriggerEvent} variants.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/TriggerVariant.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/TriggerVariant.java
index 05871ff8b..0318986fa 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/TriggerVariant.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/TriggerVariant.java
@@ -17,12 +17,23 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Base interface for {@link Trigger} variants.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/Watch.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/Watch.java
index f38e06b44..382cffa0c 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/Watch.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/Watch.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.elasticsearch._types.Time;
@@ -44,6 +40,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher._types.Watch
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/WatchStatus.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/WatchStatus.java
index 0ba9db64a..f0500ec91 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/WatchStatus.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/WatchStatus.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.json.JsonpDeserializable;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher._types.WatchStatus
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/WatcherStatsRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/WatcherStatsRequest.java
index 87f547439..0c7fccd37 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/WatcherStatsRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/WatcherStatsRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -44,6 +40,21 @@
import java.util.stream.Collectors;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher.stats.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/WatcherStatsResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/WatcherStatsResponse.java
index 819942fa8..8f9360d9a 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/WatcherStatsResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/WatcherStatsResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.elasticsearch._types.NodeStatistics;
@@ -43,6 +39,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher.stats.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/WebhookAction.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/WebhookAction.java
index 259e897ec..a64772718 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/WebhookAction.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/WebhookAction.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.json.JsonpDeserializable;
@@ -32,6 +28,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher._types.WebhookAction
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/WebhookResult.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/WebhookResult.java
index 8230a4856..b0fa77925 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/WebhookResult.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/WebhookResult.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher._types.WebhookResult
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/execute_watch/WatchRecord.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/execute_watch/WatchRecord.java
index aab216360..d3be794f5 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/execute_watch/WatchRecord.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/execute_watch/WatchRecord.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher.execute_watch;
import co.elastic.clients.elasticsearch.watcher.Condition;
@@ -48,6 +44,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher.execute_watch.WatchRecord
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/stats/WatchRecordQueuedStats.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/stats/WatchRecordQueuedStats.java
index fe9eb2393..ad2173f96 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/stats/WatchRecordQueuedStats.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/stats/WatchRecordQueuedStats.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher.stats;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher.stats.WatchRecordQueuedStats
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/stats/WatchRecordStats.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/stats/WatchRecordStats.java
index 64d1db0e4..dee84d071 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/stats/WatchRecordStats.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/stats/WatchRecordStats.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher.stats;
import co.elastic.clients.elasticsearch.watcher.ExecutionPhase;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher.stats.WatchRecordStats
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/stats/WatcherMetric.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/stats/WatcherMetric.java
index 5a231996f..7ab5cc7d4 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/stats/WatcherMetric.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/stats/WatcherMetric.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher.stats;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see API
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/stats/WatcherNodeStats.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/stats/WatcherNodeStats.java
index 0574b8078..c569c948a 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/stats/WatcherNodeStats.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/stats/WatcherNodeStats.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher.stats;
import co.elastic.clients.elasticsearch.watcher.ExecutionThreadPool;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: watcher.stats.WatcherNodeStats
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/stats/WatcherState.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/stats/WatcherState.java
index 330428c9f..7a37471e5 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/stats/WatcherState.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/stats/WatcherState.java
@@ -17,16 +17,27 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.watcher.stats;
import co.elastic.clients.json.JsonEnum;
import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
*
* @see API
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/ElasticsearchXpackAsyncClient.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/ElasticsearchXpackAsyncClient.java
index d34967a95..389433384 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/ElasticsearchXpackAsyncClient.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/ElasticsearchXpackAsyncClient.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.xpack;
import co.elastic.clients.ApiClient;
@@ -35,6 +31,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Client for the xpack namespace.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/ElasticsearchXpackClient.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/ElasticsearchXpackClient.java
index a42f5b04a..abb1eb02f 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/ElasticsearchXpackClient.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/ElasticsearchXpackClient.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.xpack;
import co.elastic.clients.ApiClient;
@@ -36,6 +32,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
/**
* Client for the xpack namespace.
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/XpackInfoRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/XpackInfoRequest.java
index 7e78fe803..5f83e92e1 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/XpackInfoRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/XpackInfoRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.xpack;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -45,6 +41,21 @@
import java.util.stream.Collectors;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: xpack.info.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/XpackInfoResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/XpackInfoResponse.java
index 10f0bdeab..325c01ce9 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/XpackInfoResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/XpackInfoResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.xpack;
import co.elastic.clients.elasticsearch.xpack.info.BuildInformation;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: xpack.info.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/XpackUsageRequest.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/XpackUsageRequest.java
index a3462d719..4d44ca92f 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/XpackUsageRequest.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/XpackUsageRequest.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.xpack;
import co.elastic.clients.elasticsearch._types.ErrorResponse;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: xpack.usage.Request
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/XpackUsageResponse.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/XpackUsageResponse.java
index 75358cc73..3ce8375c5 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/XpackUsageResponse.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/XpackUsageResponse.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.xpack;
import co.elastic.clients.elasticsearch.xpack.usage.Analytics;
@@ -58,6 +54,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: xpack.usage.Response
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/info/BuildInformation.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/info/BuildInformation.java
index a36132e32..aaceb54fc 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/info/BuildInformation.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/info/BuildInformation.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.xpack.info;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: xpack.info.BuildInformation
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/info/Feature.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/info/Feature.java
index cc4387f40..4a363e178 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/info/Feature.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/info/Feature.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.xpack.info;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: xpack.info.Feature
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/info/Features.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/info/Features.java
index 4e33cb418..002902434 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/info/Features.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/info/Features.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.xpack.info;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: xpack.info.Features
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/info/MinimalLicenseInformation.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/info/MinimalLicenseInformation.java
index 0be1e815c..afc2ee76d 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/info/MinimalLicenseInformation.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/info/MinimalLicenseInformation.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.xpack.info;
import co.elastic.clients.elasticsearch.license.LicenseStatus;
@@ -42,6 +38,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: xpack.info.MinimalLicenseInformation
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/info/NativeCodeInformation.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/info/NativeCodeInformation.java
index a20e7be6c..4b3d63c59 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/info/NativeCodeInformation.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/info/NativeCodeInformation.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.xpack.info;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: xpack.info.NativeCodeInformation
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/Analytics.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/Analytics.java
index 2f17e4593..d3c82d7d2 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/Analytics.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/Analytics.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.xpack.usage;
import co.elastic.clients.json.JsonpDeserializable;
@@ -35,6 +31,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: xpack.usage.Analytics
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/AnalyticsStatistics.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/AnalyticsStatistics.java
index cba40e0fc..3c0c1d2c5 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/AnalyticsStatistics.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/AnalyticsStatistics.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.xpack.usage;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: xpack.usage.AnalyticsStatistics
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/Archive.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/Archive.java
index 38e2d2f70..305b65f66 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/Archive.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/Archive.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.xpack.usage;
import co.elastic.clients.json.JsonpDeserializable;
@@ -35,6 +31,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: xpack.usage.Archive
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/Audit.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/Audit.java
index 4bebebd7e..eb180d1ef 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/Audit.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/Audit.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.xpack.usage;
import co.elastic.clients.json.JsonpDeserializable;
@@ -37,6 +33,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: xpack.usage.Audit
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/Base.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/Base.java
index 17dfb56fa..4cbc96713 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/Base.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/Base.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.xpack.usage;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: xpack.usage.Base
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/Ccr.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/Ccr.java
index 48aba9579..3a7731b05 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/Ccr.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/Ccr.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.xpack.usage;
import co.elastic.clients.json.JsonpDeserializable;
@@ -35,6 +31,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: xpack.usage.Ccr
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/Counter.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/Counter.java
index b4221ad25..1f74d7fea 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/Counter.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/Counter.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.xpack.usage;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: xpack.usage.Counter
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/DataStreams.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/DataStreams.java
index 31fd2c8d4..e1137d5b7 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/DataStreams.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/DataStreams.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.xpack.usage;
import co.elastic.clients.json.JsonpDeserializable;
@@ -35,6 +31,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: xpack.usage.DataStreams
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/DataTierPhaseStatistics.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/DataTierPhaseStatistics.java
index bfa255f70..7eb547d29 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/DataTierPhaseStatistics.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/DataTierPhaseStatistics.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.xpack.usage;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: xpack.usage.DataTierPhaseStatistics
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/DataTiers.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/DataTiers.java
index 6c2dc757d..3147b23f2 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/DataTiers.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/DataTiers.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.xpack.usage;
import co.elastic.clients.json.JsonpDeserializable;
@@ -35,6 +31,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: xpack.usage.DataTiers
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/Datafeed.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/Datafeed.java
index 382974309..07dfc0d24 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/Datafeed.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/Datafeed.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.xpack.usage;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: xpack.usage.Datafeed
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/Eql.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/Eql.java
index c3e78435d..c26345f63 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/Eql.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/Eql.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.xpack.usage;
import co.elastic.clients.json.JsonpDeserializable;
@@ -37,6 +33,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: xpack.usage.Eql
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/EqlFeatures.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/EqlFeatures.java
index 018292922..979abcc6e 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/EqlFeatures.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/EqlFeatures.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.xpack.usage;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: xpack.usage.EqlFeatures
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/EqlFeaturesJoin.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/EqlFeaturesJoin.java
index 3caf9b0f5..2163da1bb 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/EqlFeaturesJoin.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/EqlFeaturesJoin.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.xpack.usage;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: xpack.usage.EqlFeaturesJoin
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/EqlFeaturesKeys.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/EqlFeaturesKeys.java
index a364b4486..c58fa37e1 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/EqlFeaturesKeys.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/EqlFeaturesKeys.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.xpack.usage;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: xpack.usage.EqlFeaturesKeys
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/EqlFeaturesPipes.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/EqlFeaturesPipes.java
index 93a8fcf26..f5258d228 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/EqlFeaturesPipes.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/EqlFeaturesPipes.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.xpack.usage;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: xpack.usage.EqlFeaturesPipes
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/EqlFeaturesSequences.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/EqlFeaturesSequences.java
index d20ba4dd7..2cc15656d 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/EqlFeaturesSequences.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/EqlFeaturesSequences.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.xpack.usage;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: xpack.usage.EqlFeaturesSequences
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/FeatureToggle.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/FeatureToggle.java
index 3389b6ef5..11f326b16 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/FeatureToggle.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/FeatureToggle.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.xpack.usage;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: xpack.usage.FeatureToggle
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/Flattened.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/Flattened.java
index a86544dc3..cd1ea96c1 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/Flattened.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/Flattened.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.xpack.usage;
import co.elastic.clients.json.JsonpDeserializable;
@@ -35,6 +31,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: xpack.usage.Flattened
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/FrozenIndices.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/FrozenIndices.java
index fb41be783..594549892 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/FrozenIndices.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/FrozenIndices.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.xpack.usage;
import co.elastic.clients.json.JsonpDeserializable;
@@ -35,6 +31,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: xpack.usage.FrozenIndices
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/HealthStatistics.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/HealthStatistics.java
index 997448975..a83662814 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/HealthStatistics.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/HealthStatistics.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.xpack.usage;
import co.elastic.clients.json.JsonpDeserializable;
@@ -35,6 +31,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: xpack.usage.HealthStatistics
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/Ilm.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/Ilm.java
index cedd3162e..4bfb0617b 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/Ilm.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/Ilm.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.xpack.usage;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: xpack.usage.Ilm
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/IlmPolicyStatistics.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/IlmPolicyStatistics.java
index f7dd58ce7..2a6805730 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/IlmPolicyStatistics.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/IlmPolicyStatistics.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.xpack.usage;
import co.elastic.clients.elasticsearch.ilm.Phases;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: xpack.usage.IlmPolicyStatistics
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/Invocations.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/Invocations.java
index ab4113134..14c020956 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/Invocations.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/Invocations.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.xpack.usage;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: xpack.usage.Invocations
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/IpFilter.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/IpFilter.java
index 4a99d1468..5dd38d94d 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/IpFilter.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/IpFilter.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.xpack.usage;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: xpack.usage.IpFilter
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/JobUsage.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/JobUsage.java
index 43dad84d3..cb0f78de0 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/JobUsage.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/JobUsage.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.xpack.usage;
import co.elastic.clients.elasticsearch.ml.JobStatistics;
@@ -43,6 +39,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: xpack.usage.JobUsage
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/MachineLearning.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/MachineLearning.java
index 18d8103e4..a3a14e497 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/MachineLearning.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/MachineLearning.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.xpack.usage;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: xpack.usage.MachineLearning
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/MlCounter.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/MlCounter.java
index 5b7f55907..854ec65b9 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/MlCounter.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/MlCounter.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.xpack.usage;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: xpack.usage.MlCounter
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/MlDataFrameAnalyticsJobs.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/MlDataFrameAnalyticsJobs.java
index 433d626de..a9d2ca173 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/MlDataFrameAnalyticsJobs.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/MlDataFrameAnalyticsJobs.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.xpack.usage;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: xpack.usage.MlDataFrameAnalyticsJobs
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/MlDataFrameAnalyticsJobsAnalysis.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/MlDataFrameAnalyticsJobsAnalysis.java
index 158c3eb2a..6c7a2f4f1 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/MlDataFrameAnalyticsJobsAnalysis.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/MlDataFrameAnalyticsJobsAnalysis.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.xpack.usage;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: xpack.usage.MlDataFrameAnalyticsJobsAnalysis
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/MlDataFrameAnalyticsJobsCount.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/MlDataFrameAnalyticsJobsCount.java
index 2b293cdb8..c0d5b3c1d 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/MlDataFrameAnalyticsJobsCount.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/MlDataFrameAnalyticsJobsCount.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.xpack.usage;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: xpack.usage.MlDataFrameAnalyticsJobsCount
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/MlDataFrameAnalyticsJobsMemory.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/MlDataFrameAnalyticsJobsMemory.java
index 5a2076d15..78d490998 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/MlDataFrameAnalyticsJobsMemory.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/MlDataFrameAnalyticsJobsMemory.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.xpack.usage;
import co.elastic.clients.elasticsearch.ml.JobStatistics;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: xpack.usage.MlDataFrameAnalyticsJobsMemory
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/MlInference.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/MlInference.java
index fa9cd5ae5..2d8f17846 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/MlInference.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/MlInference.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.xpack.usage;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: xpack.usage.MlInference
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/MlInferenceDeployments.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/MlInferenceDeployments.java
index 16f39ba40..0e1b19719 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/MlInferenceDeployments.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/MlInferenceDeployments.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.xpack.usage;
import co.elastic.clients.elasticsearch.ml.JobStatistics;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: xpack.usage.MlInferenceDeployments
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/MlInferenceDeploymentsTimeMs.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/MlInferenceDeploymentsTimeMs.java
index 0fe2a8d7e..b953331f9 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/MlInferenceDeploymentsTimeMs.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/MlInferenceDeploymentsTimeMs.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.xpack.usage;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: xpack.usage.MlInferenceDeploymentsTimeMs
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/MlInferenceIngestProcessor.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/MlInferenceIngestProcessor.java
index 0090f7b3c..de1a5c8c8 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/MlInferenceIngestProcessor.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/MlInferenceIngestProcessor.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.xpack.usage;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: xpack.usage.MlInferenceIngestProcessor
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/MlInferenceIngestProcessorCount.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/MlInferenceIngestProcessorCount.java
index 6a80e9222..194a762b2 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/MlInferenceIngestProcessorCount.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/MlInferenceIngestProcessorCount.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.xpack.usage;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: xpack.usage.MlInferenceIngestProcessorCount
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/MlInferenceTrainedModels.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/MlInferenceTrainedModels.java
index e283d90b4..4dead3fc5 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/MlInferenceTrainedModels.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/MlInferenceTrainedModels.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.xpack.usage;
import co.elastic.clients.elasticsearch.ml.JobStatistics;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: xpack.usage.MlInferenceTrainedModels
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/MlInferenceTrainedModelsCount.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/MlInferenceTrainedModelsCount.java
index ed30085c5..b8abcc37c 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/MlInferenceTrainedModelsCount.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/MlInferenceTrainedModelsCount.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.xpack.usage;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: xpack.usage.MlInferenceTrainedModelsCount
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/MlJobForecasts.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/MlJobForecasts.java
index 724187060..a68d59e6a 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/MlJobForecasts.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/MlJobForecasts.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.xpack.usage;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: xpack.usage.MlJobForecasts
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/Monitoring.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/Monitoring.java
index 2a5e7d480..79793d063 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/Monitoring.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/Monitoring.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.xpack.usage;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: xpack.usage.Monitoring
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/Realm.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/Realm.java
index 30db1e543..53b2ddaa1 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/Realm.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/Realm.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.xpack.usage;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: xpack.usage.Realm
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/RealmCache.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/RealmCache.java
index 491d4ed05..1fb39c0b1 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/RealmCache.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/RealmCache.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.xpack.usage;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: xpack.usage.RealmCache
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/RoleMapping.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/RoleMapping.java
index b9324b94b..9825e06da 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/RoleMapping.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/RoleMapping.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.xpack.usage;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: xpack.usage.RoleMapping
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/RuntimeFieldTypes.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/RuntimeFieldTypes.java
index 64dea4ab0..bd31a30d1 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/RuntimeFieldTypes.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/RuntimeFieldTypes.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.xpack.usage;
import co.elastic.clients.json.JsonpDeserializable;
@@ -36,6 +32,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: xpack.usage.RuntimeFieldTypes
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/RuntimeFieldsType.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/RuntimeFieldsType.java
index a837eb997..cf8381e2d 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/RuntimeFieldsType.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/RuntimeFieldsType.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.xpack.usage;
import co.elastic.clients.json.JsonpDeserializable;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: xpack.usage.RuntimeFieldsType
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/SearchableSnapshots.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/SearchableSnapshots.java
index 1484c47b0..9bdad3179 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/SearchableSnapshots.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/SearchableSnapshots.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.xpack.usage;
import co.elastic.clients.json.JsonpDeserializable;
@@ -36,6 +32,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: xpack.usage.SearchableSnapshots
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/Security.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/Security.java
index 90851014c..ef7962519 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/Security.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/Security.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.xpack.usage;
import co.elastic.clients.json.JsonpDeserializable;
@@ -37,6 +33,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: xpack.usage.Security
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/SecurityRoles.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/SecurityRoles.java
index 9512ec6a1..a4afe87fa 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/SecurityRoles.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/SecurityRoles.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.xpack.usage;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: xpack.usage.SecurityRoles
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/SecurityRolesDls.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/SecurityRolesDls.java
index 18d0fdd0f..f1d1701ca 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/SecurityRolesDls.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/SecurityRolesDls.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.xpack.usage;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: xpack.usage.SecurityRolesDls
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/SecurityRolesDlsBitSetCache.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/SecurityRolesDlsBitSetCache.java
index 8fe2b0792..cc59bf219 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/SecurityRolesDlsBitSetCache.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/SecurityRolesDlsBitSetCache.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.xpack.usage;
import co.elastic.clients.json.JsonpDeserializable;
@@ -41,6 +37,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: xpack.usage.SecurityRolesDlsBitSetCache
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/SecurityRolesFile.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/SecurityRolesFile.java
index e5736be16..1771deacd 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/SecurityRolesFile.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/SecurityRolesFile.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.xpack.usage;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: xpack.usage.SecurityRolesFile
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/SecurityRolesNative.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/SecurityRolesNative.java
index 74b30784b..cccce7876 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/SecurityRolesNative.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/SecurityRolesNative.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.xpack.usage;
import co.elastic.clients.json.JsonpDeserializable;
@@ -39,6 +35,21 @@
import java.util.Objects;
import java.util.function.Function;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: xpack.usage.SecurityRolesNative
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/Slm.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/Slm.java
index 9ec8f2ff1..eeb4e3b1a 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/Slm.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/Slm.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.xpack.usage;
import co.elastic.clients.elasticsearch.slm.Statistics;
@@ -36,6 +32,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: xpack.usage.Slm
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/Sql.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/Sql.java
index 48180dc8e..4f6d3fc60 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/Sql.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/Sql.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.xpack.usage;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: xpack.usage.Sql
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/Ssl.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/Ssl.java
index 6824a4eae..b4efd845c 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/Ssl.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/Ssl.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.xpack.usage;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: xpack.usage.Ssl
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/Vector.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/Vector.java
index a3ac65ed9..91ab8e0a8 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/Vector.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/Vector.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.xpack.usage;
import co.elastic.clients.json.JsonpDeserializable;
@@ -36,6 +32,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: xpack.usage.Vector
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/Watcher.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/Watcher.java
index 2d673fa98..247e9b56c 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/Watcher.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/Watcher.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.xpack.usage;
import co.elastic.clients.json.JsonpDeserializable;
@@ -35,6 +31,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: xpack.usage.Watcher
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/WatcherActionTotals.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/WatcherActionTotals.java
index a6b83d1d0..41fb2966f 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/WatcherActionTotals.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/WatcherActionTotals.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.xpack.usage;
import co.elastic.clients.elasticsearch._types.Time;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: xpack.usage.WatcherActionTotals
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/WatcherActions.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/WatcherActions.java
index 4e01cb748..3d2d2016c 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/WatcherActions.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/WatcherActions.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.xpack.usage;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: xpack.usage.WatcherActions
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/WatcherWatch.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/WatcherWatch.java
index 44d989f08..b8b31bd86 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/WatcherWatch.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/WatcherWatch.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.xpack.usage;
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: xpack.usage.WatcherWatch
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/WatcherWatchTrigger.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/WatcherWatchTrigger.java
index 7db177273..ff565b353 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/WatcherWatchTrigger.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/WatcherWatchTrigger.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.xpack.usage;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: xpack.usage.WatcherWatchTrigger
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/WatcherWatchTriggerSchedule.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/WatcherWatchTriggerSchedule.java
index 5cc6b22d3..a476b40f0 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/WatcherWatchTriggerSchedule.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/WatcherWatchTriggerSchedule.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.xpack.usage;
import co.elastic.clients.json.JsonpDeserializable;
@@ -35,6 +31,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: xpack.usage.WatcherWatchTriggerSchedule
/**
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/XpackUsageQuery.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/XpackUsageQuery.java
index 66637da8b..037d1bb94 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/XpackUsageQuery.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/xpack/usage/XpackUsageQuery.java
@@ -17,10 +17,6 @@
* under the License.
*/
-//----------------------------------------------------
-// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
-//----------------------------------------------------
-
package co.elastic.clients.elasticsearch.xpack.usage;
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
import java.util.function.Function;
import javax.annotation.Nullable;
+//----------------------------------------------------------------
+// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
+//----------------------------------------------------------------
+//
+// This code is generated from the Elasticsearch API specification
+// at https://github.com/elastic/elasticsearch-specification
+//
+// Manual updates to this file will be lost when the code is
+// re-generated.
+//
+// If you find a property that is missing or wrongly typed, please
+// open an issue or a PR on the API specification repository.
+//
+//----------------------------------------------------------------
+
// typedef: xpack.usage.Query
/**