Skip to content

Commit

Permalink
Updated endpoints to ES 7.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ezimuel committed Mar 23, 2021
1 parent 95733f8 commit cb9f25f
Show file tree
Hide file tree
Showing 394 changed files with 454 additions and 413 deletions.
15 changes: 13 additions & 2 deletions src/Elasticsearch/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
use Elasticsearch\Namespaces\CatNamespace;
use Elasticsearch\Namespaces\ClusterNamespace;
use Elasticsearch\Namespaces\DanglingIndicesNamespace;
use Elasticsearch\Namespaces\FeaturesNamespace;
use Elasticsearch\Namespaces\IndicesNamespace;
use Elasticsearch\Namespaces\IngestNamespace;
use Elasticsearch\Namespaces\NodesNamespace;
Expand Down Expand Up @@ -62,11 +63,11 @@
* Class Client
*
* NOTE: this file is autogenerated using util/GenerateEndpoints.php
* and Elasticsearch 7.12.0-SNAPSHOT (c4379e122f178e346f6402b1a4ebf382d29fec05)
* and Elasticsearch 7.12.0-SNAPSHOT (e1f8563f995198c160f7d84a6365bddc6ba0cdf3)
*/
class Client
{
const VERSION = '7.12.0-SNAPSHOT';
const VERSION = '7.12.0';

/**
* @var Transport
Expand Down Expand Up @@ -103,6 +104,11 @@ class Client
*/
protected $danglingIndices;

/**
* @var FeaturesNamespace
*/
protected $features;

/**
* @var IndicesNamespace
*/
Expand Down Expand Up @@ -258,6 +264,7 @@ public function __construct(Transport $transport, callable $endpoint, array $reg
$this->cat = new CatNamespace($transport, $endpoint);
$this->cluster = new ClusterNamespace($transport, $endpoint);
$this->danglingIndices = new DanglingIndicesNamespace($transport, $endpoint);
$this->features = new FeaturesNamespace($transport, $endpoint);
$this->indices = new IndicesNamespace($transport, $endpoint);
$this->ingest = new IngestNamespace($transport, $endpoint);
$this->nodes = new NodesNamespace($transport, $endpoint);
Expand Down Expand Up @@ -1503,6 +1510,10 @@ public function danglingIndices(): DanglingIndicesNamespace
{
return $this->danglingIndices;
}
public function features(): FeaturesNamespace
{
return $this->features;
}
public function indices(): IndicesNamespace
{
return $this->indices;
Expand Down
2 changes: 1 addition & 1 deletion src/Elasticsearch/Endpoints/AsyncSearch/Delete.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* Elasticsearch API name async_search.delete
*
* NOTE: this file is autogenerated using util/GenerateEndpoints.php
* and Elasticsearch 7.12.0-SNAPSHOT (c4379e122f178e346f6402b1a4ebf382d29fec05)
* and Elasticsearch 7.12.0-SNAPSHOT (e1f8563f995198c160f7d84a6365bddc6ba0cdf3)
*/
class Delete extends AbstractEndpoint
{
Expand Down
2 changes: 1 addition & 1 deletion src/Elasticsearch/Endpoints/AsyncSearch/Get.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* Elasticsearch API name async_search.get
*
* NOTE: this file is autogenerated using util/GenerateEndpoints.php
* and Elasticsearch 7.12.0-SNAPSHOT (c4379e122f178e346f6402b1a4ebf382d29fec05)
* and Elasticsearch 7.12.0-SNAPSHOT (e1f8563f995198c160f7d84a6365bddc6ba0cdf3)
*/
class Get extends AbstractEndpoint
{
Expand Down
2 changes: 1 addition & 1 deletion src/Elasticsearch/Endpoints/AsyncSearch/Status.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* Elasticsearch API name async_search.status
*
* NOTE: this file is autogenerated using util/GenerateEndpoints.php
* and Elasticsearch 7.12.0-SNAPSHOT (c4379e122f178e346f6402b1a4ebf382d29fec05)
* and Elasticsearch 7.12.0-SNAPSHOT (e1f8563f995198c160f7d84a6365bddc6ba0cdf3)
*/
class Status extends AbstractEndpoint
{
Expand Down
2 changes: 1 addition & 1 deletion src/Elasticsearch/Endpoints/AsyncSearch/Submit.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* Elasticsearch API name async_search.submit
*
* NOTE: this file is autogenerated using util/GenerateEndpoints.php
* and Elasticsearch 7.12.0-SNAPSHOT (c4379e122f178e346f6402b1a4ebf382d29fec05)
* and Elasticsearch 7.12.0-SNAPSHOT (e1f8563f995198c160f7d84a6365bddc6ba0cdf3)
*/
class Submit extends AbstractEndpoint
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* Elasticsearch API name autoscaling.delete_autoscaling_policy
*
* NOTE: this file is autogenerated using util/GenerateEndpoints.php
* and Elasticsearch 7.12.0-SNAPSHOT (c4379e122f178e346f6402b1a4ebf382d29fec05)
* and Elasticsearch 7.12.0-SNAPSHOT (e1f8563f995198c160f7d84a6365bddc6ba0cdf3)
*/
class DeleteAutoscalingPolicy extends AbstractEndpoint
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* Elasticsearch API name autoscaling.get_autoscaling_capacity
*
* NOTE: this file is autogenerated using util/GenerateEndpoints.php
* and Elasticsearch 7.12.0-SNAPSHOT (c4379e122f178e346f6402b1a4ebf382d29fec05)
* and Elasticsearch 7.12.0-SNAPSHOT (e1f8563f995198c160f7d84a6365bddc6ba0cdf3)
*/
class GetAutoscalingCapacity extends AbstractEndpoint
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* Elasticsearch API name autoscaling.get_autoscaling_policy
*
* NOTE: this file is autogenerated using util/GenerateEndpoints.php
* and Elasticsearch 7.12.0-SNAPSHOT (c4379e122f178e346f6402b1a4ebf382d29fec05)
* and Elasticsearch 7.12.0-SNAPSHOT (e1f8563f995198c160f7d84a6365bddc6ba0cdf3)
*/
class GetAutoscalingPolicy extends AbstractEndpoint
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* Elasticsearch API name autoscaling.put_autoscaling_policy
*
* NOTE: this file is autogenerated using util/GenerateEndpoints.php
* and Elasticsearch 7.12.0-SNAPSHOT (c4379e122f178e346f6402b1a4ebf382d29fec05)
* and Elasticsearch 7.12.0-SNAPSHOT (e1f8563f995198c160f7d84a6365bddc6ba0cdf3)
*/
class PutAutoscalingPolicy extends AbstractEndpoint
{
Expand Down
2 changes: 1 addition & 1 deletion src/Elasticsearch/Endpoints/Bulk.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* Elasticsearch API name bulk
*
* NOTE: this file is autogenerated using util/GenerateEndpoints.php
* and Elasticsearch 7.12.0-SNAPSHOT (c4379e122f178e346f6402b1a4ebf382d29fec05)
* and Elasticsearch 7.12.0-SNAPSHOT (e1f8563f995198c160f7d84a6365bddc6ba0cdf3)
*/
class Bulk extends AbstractEndpoint
{
Expand Down
2 changes: 1 addition & 1 deletion src/Elasticsearch/Endpoints/Cat/Aliases.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* Elasticsearch API name cat.aliases
*
* NOTE: this file is autogenerated using util/GenerateEndpoints.php
* and Elasticsearch 7.12.0-SNAPSHOT (c4379e122f178e346f6402b1a4ebf382d29fec05)
* and Elasticsearch 7.12.0-SNAPSHOT (e1f8563f995198c160f7d84a6365bddc6ba0cdf3)
*/
class Aliases extends AbstractEndpoint
{
Expand Down
2 changes: 1 addition & 1 deletion src/Elasticsearch/Endpoints/Cat/Allocation.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* Elasticsearch API name cat.allocation
*
* NOTE: this file is autogenerated using util/GenerateEndpoints.php
* and Elasticsearch 7.12.0-SNAPSHOT (c4379e122f178e346f6402b1a4ebf382d29fec05)
* and Elasticsearch 7.12.0-SNAPSHOT (e1f8563f995198c160f7d84a6365bddc6ba0cdf3)
*/
class Allocation extends AbstractEndpoint
{
Expand Down
2 changes: 1 addition & 1 deletion src/Elasticsearch/Endpoints/Cat/Count.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* Elasticsearch API name cat.count
*
* NOTE: this file is autogenerated using util/GenerateEndpoints.php
* and Elasticsearch 7.12.0-SNAPSHOT (c4379e122f178e346f6402b1a4ebf382d29fec05)
* and Elasticsearch 7.12.0-SNAPSHOT (e1f8563f995198c160f7d84a6365bddc6ba0cdf3)
*/
class Count extends AbstractEndpoint
{
Expand Down
2 changes: 1 addition & 1 deletion src/Elasticsearch/Endpoints/Cat/Fielddata.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* Elasticsearch API name cat.fielddata
*
* NOTE: this file is autogenerated using util/GenerateEndpoints.php
* and Elasticsearch 7.12.0-SNAPSHOT (c4379e122f178e346f6402b1a4ebf382d29fec05)
* and Elasticsearch 7.12.0-SNAPSHOT (e1f8563f995198c160f7d84a6365bddc6ba0cdf3)
*/
class Fielddata extends AbstractEndpoint
{
Expand Down
2 changes: 1 addition & 1 deletion src/Elasticsearch/Endpoints/Cat/Health.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* Elasticsearch API name cat.health
*
* NOTE: this file is autogenerated using util/GenerateEndpoints.php
* and Elasticsearch 7.12.0-SNAPSHOT (c4379e122f178e346f6402b1a4ebf382d29fec05)
* and Elasticsearch 7.12.0-SNAPSHOT (e1f8563f995198c160f7d84a6365bddc6ba0cdf3)
*/
class Health extends AbstractEndpoint
{
Expand Down
2 changes: 1 addition & 1 deletion src/Elasticsearch/Endpoints/Cat/Help.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* Elasticsearch API name cat.help
*
* NOTE: this file is autogenerated using util/GenerateEndpoints.php
* and Elasticsearch 7.12.0-SNAPSHOT (c4379e122f178e346f6402b1a4ebf382d29fec05)
* and Elasticsearch 7.12.0-SNAPSHOT (e1f8563f995198c160f7d84a6365bddc6ba0cdf3)
*/
class Help extends AbstractEndpoint
{
Expand Down
2 changes: 1 addition & 1 deletion src/Elasticsearch/Endpoints/Cat/Indices.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* Elasticsearch API name cat.indices
*
* NOTE: this file is autogenerated using util/GenerateEndpoints.php
* and Elasticsearch 7.12.0-SNAPSHOT (c4379e122f178e346f6402b1a4ebf382d29fec05)
* and Elasticsearch 7.12.0-SNAPSHOT (e1f8563f995198c160f7d84a6365bddc6ba0cdf3)
*/
class Indices extends AbstractEndpoint
{
Expand Down
2 changes: 1 addition & 1 deletion src/Elasticsearch/Endpoints/Cat/Master.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* Elasticsearch API name cat.master
*
* NOTE: this file is autogenerated using util/GenerateEndpoints.php
* and Elasticsearch 7.12.0-SNAPSHOT (c4379e122f178e346f6402b1a4ebf382d29fec05)
* and Elasticsearch 7.12.0-SNAPSHOT (e1f8563f995198c160f7d84a6365bddc6ba0cdf3)
*/
class Master extends AbstractEndpoint
{
Expand Down
2 changes: 1 addition & 1 deletion src/Elasticsearch/Endpoints/Cat/MlDataFrameAnalytics.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* Elasticsearch API name cat.ml_data_frame_analytics
*
* NOTE: this file is autogenerated using util/GenerateEndpoints.php
* and Elasticsearch 7.12.0-SNAPSHOT (c4379e122f178e346f6402b1a4ebf382d29fec05)
* and Elasticsearch 7.12.0-SNAPSHOT (e1f8563f995198c160f7d84a6365bddc6ba0cdf3)
*/
class MlDataFrameAnalytics extends AbstractEndpoint
{
Expand Down
2 changes: 1 addition & 1 deletion src/Elasticsearch/Endpoints/Cat/MlDatafeeds.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* Elasticsearch API name cat.ml_datafeeds
*
* NOTE: this file is autogenerated using util/GenerateEndpoints.php
* and Elasticsearch 7.12.0-SNAPSHOT (c4379e122f178e346f6402b1a4ebf382d29fec05)
* and Elasticsearch 7.12.0-SNAPSHOT (e1f8563f995198c160f7d84a6365bddc6ba0cdf3)
*/
class MlDatafeeds extends AbstractEndpoint
{
Expand Down
2 changes: 1 addition & 1 deletion src/Elasticsearch/Endpoints/Cat/MlJobs.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* Elasticsearch API name cat.ml_jobs
*
* NOTE: this file is autogenerated using util/GenerateEndpoints.php
* and Elasticsearch 7.12.0-SNAPSHOT (c4379e122f178e346f6402b1a4ebf382d29fec05)
* and Elasticsearch 7.12.0-SNAPSHOT (e1f8563f995198c160f7d84a6365bddc6ba0cdf3)
*/
class MlJobs extends AbstractEndpoint
{
Expand Down
2 changes: 1 addition & 1 deletion src/Elasticsearch/Endpoints/Cat/MlTrainedModels.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* Elasticsearch API name cat.ml_trained_models
*
* NOTE: this file is autogenerated using util/GenerateEndpoints.php
* and Elasticsearch 7.12.0-SNAPSHOT (c4379e122f178e346f6402b1a4ebf382d29fec05)
* and Elasticsearch 7.12.0-SNAPSHOT (e1f8563f995198c160f7d84a6365bddc6ba0cdf3)
*/
class MlTrainedModels extends AbstractEndpoint
{
Expand Down
2 changes: 1 addition & 1 deletion src/Elasticsearch/Endpoints/Cat/NodeAttrs.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* Elasticsearch API name cat.nodeattrs
*
* NOTE: this file is autogenerated using util/GenerateEndpoints.php
* and Elasticsearch 7.12.0-SNAPSHOT (c4379e122f178e346f6402b1a4ebf382d29fec05)
* and Elasticsearch 7.12.0-SNAPSHOT (e1f8563f995198c160f7d84a6365bddc6ba0cdf3)
*/
class NodeAttrs extends AbstractEndpoint
{
Expand Down
2 changes: 1 addition & 1 deletion src/Elasticsearch/Endpoints/Cat/Nodes.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* Elasticsearch API name cat.nodes
*
* NOTE: this file is autogenerated using util/GenerateEndpoints.php
* and Elasticsearch 7.12.0-SNAPSHOT (c4379e122f178e346f6402b1a4ebf382d29fec05)
* and Elasticsearch 7.12.0-SNAPSHOT (e1f8563f995198c160f7d84a6365bddc6ba0cdf3)
*/
class Nodes extends AbstractEndpoint
{
Expand Down
2 changes: 1 addition & 1 deletion src/Elasticsearch/Endpoints/Cat/PendingTasks.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* Elasticsearch API name cat.pending_tasks
*
* NOTE: this file is autogenerated using util/GenerateEndpoints.php
* and Elasticsearch 7.12.0-SNAPSHOT (c4379e122f178e346f6402b1a4ebf382d29fec05)
* and Elasticsearch 7.12.0-SNAPSHOT (e1f8563f995198c160f7d84a6365bddc6ba0cdf3)
*/
class PendingTasks extends AbstractEndpoint
{
Expand Down
2 changes: 1 addition & 1 deletion src/Elasticsearch/Endpoints/Cat/Plugins.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* Elasticsearch API name cat.plugins
*
* NOTE: this file is autogenerated using util/GenerateEndpoints.php
* and Elasticsearch 7.12.0-SNAPSHOT (c4379e122f178e346f6402b1a4ebf382d29fec05)
* and Elasticsearch 7.12.0-SNAPSHOT (e1f8563f995198c160f7d84a6365bddc6ba0cdf3)
*/
class Plugins extends AbstractEndpoint
{
Expand Down
2 changes: 1 addition & 1 deletion src/Elasticsearch/Endpoints/Cat/Recovery.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* Elasticsearch API name cat.recovery
*
* NOTE: this file is autogenerated using util/GenerateEndpoints.php
* and Elasticsearch 7.12.0-SNAPSHOT (c4379e122f178e346f6402b1a4ebf382d29fec05)
* and Elasticsearch 7.12.0-SNAPSHOT (e1f8563f995198c160f7d84a6365bddc6ba0cdf3)
*/
class Recovery extends AbstractEndpoint
{
Expand Down
2 changes: 1 addition & 1 deletion src/Elasticsearch/Endpoints/Cat/Repositories.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* Elasticsearch API name cat.repositories
*
* NOTE: this file is autogenerated using util/GenerateEndpoints.php
* and Elasticsearch 7.12.0-SNAPSHOT (c4379e122f178e346f6402b1a4ebf382d29fec05)
* and Elasticsearch 7.12.0-SNAPSHOT (e1f8563f995198c160f7d84a6365bddc6ba0cdf3)
*/
class Repositories extends AbstractEndpoint
{
Expand Down
2 changes: 1 addition & 1 deletion src/Elasticsearch/Endpoints/Cat/Segments.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* Elasticsearch API name cat.segments
*
* NOTE: this file is autogenerated using util/GenerateEndpoints.php
* and Elasticsearch 7.12.0-SNAPSHOT (c4379e122f178e346f6402b1a4ebf382d29fec05)
* and Elasticsearch 7.12.0-SNAPSHOT (e1f8563f995198c160f7d84a6365bddc6ba0cdf3)
*/
class Segments extends AbstractEndpoint
{
Expand Down
2 changes: 1 addition & 1 deletion src/Elasticsearch/Endpoints/Cat/Shards.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* Elasticsearch API name cat.shards
*
* NOTE: this file is autogenerated using util/GenerateEndpoints.php
* and Elasticsearch 7.12.0-SNAPSHOT (c4379e122f178e346f6402b1a4ebf382d29fec05)
* and Elasticsearch 7.12.0-SNAPSHOT (e1f8563f995198c160f7d84a6365bddc6ba0cdf3)
*/
class Shards extends AbstractEndpoint
{
Expand Down
2 changes: 1 addition & 1 deletion src/Elasticsearch/Endpoints/Cat/Snapshots.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* Elasticsearch API name cat.snapshots
*
* NOTE: this file is autogenerated using util/GenerateEndpoints.php
* and Elasticsearch 7.12.0-SNAPSHOT (c4379e122f178e346f6402b1a4ebf382d29fec05)
* and Elasticsearch 7.12.0-SNAPSHOT (e1f8563f995198c160f7d84a6365bddc6ba0cdf3)
*/
class Snapshots extends AbstractEndpoint
{
Expand Down
2 changes: 1 addition & 1 deletion src/Elasticsearch/Endpoints/Cat/Tasks.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* Elasticsearch API name cat.tasks
*
* NOTE: this file is autogenerated using util/GenerateEndpoints.php
* and Elasticsearch 7.12.0-SNAPSHOT (c4379e122f178e346f6402b1a4ebf382d29fec05)
* and Elasticsearch 7.12.0-SNAPSHOT (e1f8563f995198c160f7d84a6365bddc6ba0cdf3)
*/
class Tasks extends AbstractEndpoint
{
Expand Down
2 changes: 1 addition & 1 deletion src/Elasticsearch/Endpoints/Cat/Templates.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* Elasticsearch API name cat.templates
*
* NOTE: this file is autogenerated using util/GenerateEndpoints.php
* and Elasticsearch 7.12.0-SNAPSHOT (c4379e122f178e346f6402b1a4ebf382d29fec05)
* and Elasticsearch 7.12.0-SNAPSHOT (e1f8563f995198c160f7d84a6365bddc6ba0cdf3)
*/
class Templates extends AbstractEndpoint
{
Expand Down
2 changes: 1 addition & 1 deletion src/Elasticsearch/Endpoints/Cat/ThreadPool.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* Elasticsearch API name cat.thread_pool
*
* NOTE: this file is autogenerated using util/GenerateEndpoints.php
* and Elasticsearch 7.12.0-SNAPSHOT (c4379e122f178e346f6402b1a4ebf382d29fec05)
* and Elasticsearch 7.12.0-SNAPSHOT (e1f8563f995198c160f7d84a6365bddc6ba0cdf3)
*/
class ThreadPool extends AbstractEndpoint
{
Expand Down
2 changes: 1 addition & 1 deletion src/Elasticsearch/Endpoints/Cat/Transforms.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* Elasticsearch API name cat.transforms
*
* NOTE: this file is autogenerated using util/GenerateEndpoints.php
* and Elasticsearch 7.12.0-SNAPSHOT (c4379e122f178e346f6402b1a4ebf382d29fec05)
* and Elasticsearch 7.12.0-SNAPSHOT (e1f8563f995198c160f7d84a6365bddc6ba0cdf3)
*/
class Transforms extends AbstractEndpoint
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* Elasticsearch API name ccr.delete_auto_follow_pattern
*
* NOTE: this file is autogenerated using util/GenerateEndpoints.php
* and Elasticsearch 7.12.0-SNAPSHOT (c4379e122f178e346f6402b1a4ebf382d29fec05)
* and Elasticsearch 7.12.0-SNAPSHOT (e1f8563f995198c160f7d84a6365bddc6ba0cdf3)
*/
class DeleteAutoFollowPattern extends AbstractEndpoint
{
Expand Down
2 changes: 1 addition & 1 deletion src/Elasticsearch/Endpoints/Ccr/Follow.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* Elasticsearch API name ccr.follow
*
* NOTE: this file is autogenerated using util/GenerateEndpoints.php
* and Elasticsearch 7.12.0-SNAPSHOT (c4379e122f178e346f6402b1a4ebf382d29fec05)
* and Elasticsearch 7.12.0-SNAPSHOT (e1f8563f995198c160f7d84a6365bddc6ba0cdf3)
*/
class Follow extends AbstractEndpoint
{
Expand Down
2 changes: 1 addition & 1 deletion src/Elasticsearch/Endpoints/Ccr/FollowInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* Elasticsearch API name ccr.follow_info
*
* NOTE: this file is autogenerated using util/GenerateEndpoints.php
* and Elasticsearch 7.12.0-SNAPSHOT (c4379e122f178e346f6402b1a4ebf382d29fec05)
* and Elasticsearch 7.12.0-SNAPSHOT (e1f8563f995198c160f7d84a6365bddc6ba0cdf3)
*/
class FollowInfo extends AbstractEndpoint
{
Expand Down
2 changes: 1 addition & 1 deletion src/Elasticsearch/Endpoints/Ccr/FollowStats.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* Elasticsearch API name ccr.follow_stats
*
* NOTE: this file is autogenerated using util/GenerateEndpoints.php
* and Elasticsearch 7.12.0-SNAPSHOT (c4379e122f178e346f6402b1a4ebf382d29fec05)
* and Elasticsearch 7.12.0-SNAPSHOT (e1f8563f995198c160f7d84a6365bddc6ba0cdf3)
*/
class FollowStats extends AbstractEndpoint
{
Expand Down
Loading

0 comments on commit cb9f25f

Please sign in to comment.