Skip to content

Commit 723d8a7

Browse files
committed
Updated endpoints to 7.13.0-SNAPSHOT
1 parent 3576f28 commit 723d8a7

File tree

412 files changed

+1176
-450
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

412 files changed

+1176
-450
lines changed

src/Elasticsearch/Client.php

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
use Elasticsearch\Namespaces\EnrichNamespace;
3737
use Elasticsearch\Namespaces\EqlNamespace;
3838
use Elasticsearch\Namespaces\FeaturesNamespace;
39+
use Elasticsearch\Namespaces\FleetNamespace;
3940
use Elasticsearch\Namespaces\GraphNamespace;
4041
use Elasticsearch\Namespaces\IlmNamespace;
4142
use Elasticsearch\Namespaces\IndicesNamespace;
@@ -64,7 +65,7 @@
6465
* Class Client
6566
*
6667
* NOTE: this file is autogenerated using util/GenerateEndpoints.php
67-
* and Elasticsearch 7.13.0-SNAPSHOT (ebb67a590736f79b58d59f9d8ccbcc4b5068c88d)
68+
* and Elasticsearch 7.13.0-SNAPSHOT (ac43a43cdbc491ff54cd72937071183feaded548)
6869
*/
6970
class Client
7071
{
@@ -140,6 +141,11 @@ class Client
140141
*/
141142
protected $features;
142143

144+
/**
145+
* @var FleetNamespace
146+
*/
147+
protected $fleet;
148+
143149
/**
144150
* @var GraphNamespace
145151
*/
@@ -277,6 +283,7 @@ public function __construct(Transport $transport, callable $endpoint, array $reg
277283
$this->enrich = new EnrichNamespace($transport, $endpoint);
278284
$this->eql = new EqlNamespace($transport, $endpoint);
279285
$this->features = new FeaturesNamespace($transport, $endpoint);
286+
$this->fleet = new FleetNamespace($transport, $endpoint);
280287
$this->graph = new GraphNamespace($transport, $endpoint);
281288
$this->ilm = new IlmNamespace($transport, $endpoint);
282289
$this->indices = new IndicesNamespace($transport, $endpoint);
@@ -1545,6 +1552,10 @@ public function features(): FeaturesNamespace
15451552
{
15461553
return $this->features;
15471554
}
1555+
public function fleet(): FleetNamespace
1556+
{
1557+
return $this->fleet;
1558+
}
15481559
public function graph(): GraphNamespace
15491560
{
15501561
return $this->graph;

src/Elasticsearch/Endpoints/AsyncSearch/Delete.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
* Elasticsearch API name async_search.delete
2525
*
2626
* NOTE: this file is autogenerated using util/GenerateEndpoints.php
27-
* and Elasticsearch 7.13.0-SNAPSHOT (ebb67a590736f79b58d59f9d8ccbcc4b5068c88d)
27+
* and Elasticsearch 7.13.0-SNAPSHOT (ac43a43cdbc491ff54cd72937071183feaded548)
2828
*/
2929
class Delete extends AbstractEndpoint
3030
{

src/Elasticsearch/Endpoints/AsyncSearch/Get.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
* Elasticsearch API name async_search.get
2525
*
2626
* NOTE: this file is autogenerated using util/GenerateEndpoints.php
27-
* and Elasticsearch 7.13.0-SNAPSHOT (ebb67a590736f79b58d59f9d8ccbcc4b5068c88d)
27+
* and Elasticsearch 7.13.0-SNAPSHOT (ac43a43cdbc491ff54cd72937071183feaded548)
2828
*/
2929
class Get extends AbstractEndpoint
3030
{

src/Elasticsearch/Endpoints/AsyncSearch/Status.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
* Elasticsearch API name async_search.status
2525
*
2626
* NOTE: this file is autogenerated using util/GenerateEndpoints.php
27-
* and Elasticsearch 7.13.0-SNAPSHOT (ebb67a590736f79b58d59f9d8ccbcc4b5068c88d)
27+
* and Elasticsearch 7.13.0-SNAPSHOT (ac43a43cdbc491ff54cd72937071183feaded548)
2828
*/
2929
class Status extends AbstractEndpoint
3030
{

src/Elasticsearch/Endpoints/AsyncSearch/Submit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
* Elasticsearch API name async_search.submit
2424
*
2525
* NOTE: this file is autogenerated using util/GenerateEndpoints.php
26-
* and Elasticsearch 7.13.0-SNAPSHOT (ebb67a590736f79b58d59f9d8ccbcc4b5068c88d)
26+
* and Elasticsearch 7.13.0-SNAPSHOT (ac43a43cdbc491ff54cd72937071183feaded548)
2727
*/
2828
class Submit extends AbstractEndpoint
2929
{

src/Elasticsearch/Endpoints/Autoscaling/DeleteAutoscalingPolicy.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
* Elasticsearch API name autoscaling.delete_autoscaling_policy
2525
*
2626
* NOTE: this file is autogenerated using util/GenerateEndpoints.php
27-
* and Elasticsearch 7.13.0-SNAPSHOT (ebb67a590736f79b58d59f9d8ccbcc4b5068c88d)
27+
* and Elasticsearch 7.13.0-SNAPSHOT (ac43a43cdbc491ff54cd72937071183feaded548)
2828
*/
2929
class DeleteAutoscalingPolicy extends AbstractEndpoint
3030
{

src/Elasticsearch/Endpoints/Autoscaling/GetAutoscalingCapacity.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
* Elasticsearch API name autoscaling.get_autoscaling_capacity
2424
*
2525
* NOTE: this file is autogenerated using util/GenerateEndpoints.php
26-
* and Elasticsearch 7.13.0-SNAPSHOT (ebb67a590736f79b58d59f9d8ccbcc4b5068c88d)
26+
* and Elasticsearch 7.13.0-SNAPSHOT (ac43a43cdbc491ff54cd72937071183feaded548)
2727
*/
2828
class GetAutoscalingCapacity extends AbstractEndpoint
2929
{

src/Elasticsearch/Endpoints/Autoscaling/GetAutoscalingPolicy.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
* Elasticsearch API name autoscaling.get_autoscaling_policy
2525
*
2626
* NOTE: this file is autogenerated using util/GenerateEndpoints.php
27-
* and Elasticsearch 7.13.0-SNAPSHOT (ebb67a590736f79b58d59f9d8ccbcc4b5068c88d)
27+
* and Elasticsearch 7.13.0-SNAPSHOT (ac43a43cdbc491ff54cd72937071183feaded548)
2828
*/
2929
class GetAutoscalingPolicy extends AbstractEndpoint
3030
{

src/Elasticsearch/Endpoints/Autoscaling/PutAutoscalingPolicy.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
* Elasticsearch API name autoscaling.put_autoscaling_policy
2525
*
2626
* NOTE: this file is autogenerated using util/GenerateEndpoints.php
27-
* and Elasticsearch 7.13.0-SNAPSHOT (ebb67a590736f79b58d59f9d8ccbcc4b5068c88d)
27+
* and Elasticsearch 7.13.0-SNAPSHOT (ac43a43cdbc491ff54cd72937071183feaded548)
2828
*/
2929
class PutAutoscalingPolicy extends AbstractEndpoint
3030
{

src/Elasticsearch/Endpoints/Bulk.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* Elasticsearch API name bulk
2727
*
2828
* NOTE: this file is autogenerated using util/GenerateEndpoints.php
29-
* and Elasticsearch 7.13.0-SNAPSHOT (ebb67a590736f79b58d59f9d8ccbcc4b5068c88d)
29+
* and Elasticsearch 7.13.0-SNAPSHOT (ac43a43cdbc491ff54cd72937071183feaded548)
3030
*/
3131
class Bulk extends AbstractEndpoint
3232
{

0 commit comments

Comments
 (0)