Skip to content

Commit

Permalink
Re-generate client code using latest OpenSearch API specification (20…
Browse files Browse the repository at this point in the history
…25-01-06)

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
Xtansia authored and github-actions[bot] committed Jan 6, 2025
1 parent 0b7097a commit 4815fe8
Show file tree
Hide file tree
Showing 20 changed files with 7,382 additions and 3,962 deletions.
9,240 changes: 5,843 additions & 3,397 deletions src/ApiGenerator/opensearch-openapi.yaml

Large diffs are not rendered by default.

340 changes: 170 additions & 170 deletions src/OpenSearch.Client/_Generated/Descriptors.Cat.cs

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions src/OpenSearch.Client/_Generated/Descriptors.Cluster.cs
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,10 @@ public GetComponentTemplateDescriptor Name(Name name) =>
public GetComponentTemplateDescriptor ClusterManagerTimeout(Time clustermanagertimeout) =>
Qs("cluster_manager_timeout", clustermanagertimeout);

/// <summary>If `true`, returns settings in flat format.</summary>
public GetComponentTemplateDescriptor FlatSettings(bool? flatsettings = true) =>
Qs("flat_settings", flatsettings);

/// <summary>If `true`, the request retrieves information from the local node only. If `false`, information is retrieved from the cluster-manager node.</summary>
public GetComponentTemplateDescriptor Local(bool? local = true) => Qs("local", local);

Expand Down
338 changes: 171 additions & 167 deletions src/OpenSearch.Client/_Generated/Requests.Cat.cs

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions src/OpenSearch.Client/_Generated/Requests.Cluster.cs
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,13 @@ public Time ClusterManagerTimeout
set => Q("cluster_manager_timeout", value);
}

/// <summary>If `true`, returns settings in flat format.</summary>
public bool? FlatSettings
{
get => Q<bool?>("flat_settings");
set => Q("flat_settings", value);
}

/// <summary>If `true`, the request retrieves information from the local node only. If `false`, information is retrieved from the cluster-manager node.</summary>
public bool? Local
{
Expand Down
43 changes: 34 additions & 9 deletions src/OpenSearch.Net/_Generated/Api/Enums.cs
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,14 @@ public enum DefaultOperator
[EnumMember(Value = "and")]
And,

[EnumMember(Value = "AND")]
And,

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / compile

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / compile

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / compile

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / compile

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (1.1.0)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.0.1)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.0.1)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (1.2.4)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (1.2.4)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.16.0)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.16.0)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.8.0)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.8.0)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.4.1)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.2.1)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.2.1)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (1.1.0)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Create Release Artifacts

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (1.1.0)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Create Release Artifacts

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (1.1.0)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (1.1.0)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.4.1)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (1.3.14)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (1.3.14)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.4.1)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (1.2.4)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (1.2.4)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.10.0)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.10.0)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.14.0)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.14.0)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.10.0)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.10.0)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Create Release Artifacts

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Unit

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Create Release Artifacts

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Unit

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.2.1)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.10.0)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.2.1)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.16.0)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.16.0)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.8.0)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.8.0)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (1.3.14)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (1.3.14)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (1.3.14)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.4.1)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.4.1)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.12.0)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.12.0)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.8.0)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.14.0)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.14.0)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.0.1)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.6.0)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (1.3.14)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.6.0)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.6.0)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.0.1)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (1.1.0)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.0.1)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Canary

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Canary

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.4.1)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch Unreleased (1.x, 11)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.14.0)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch Unreleased (1.x, 11)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.12.0)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.12.0)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.10.0)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.6.0)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.6.0)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.0.1)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.6.0)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.14.0)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.16.0)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch Unreleased (1.x, 11)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch Unreleased (1.x, 11)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.8.0)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Unreleased OpenSearch) (1.x, 11)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.16.0)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.2.1)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (1.2.4)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (1.2.4)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Unreleased OpenSearch) (1.x, 11)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.2.1)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.12.0)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.12.0)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch Unreleased (2.x, 17)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch Unreleased (2.x, 17)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch Unreleased (2.x, 17)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch Unreleased (2.x, 17)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Unreleased OpenSearch) (main, 21)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Unreleased OpenSearch) (2.x, 17)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Unreleased OpenSearch) (main, 21)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Unreleased OpenSearch) (2.x, 17)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch Unreleased (main, 21)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch Unreleased (main, 21)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch Unreleased (main, 21)

The type 'DefaultOperator' already contains a definition for 'And'

Check failure on line 258 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch Unreleased (main, 21)

The type 'DefaultOperator' already contains a definition for 'And'

[EnumMember(Value = "or")]
Or,

[EnumMember(Value = "OR")]
Or,

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / compile

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / compile

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / compile

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / compile

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (1.1.0)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.0.1)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.0.1)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (1.2.4)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (1.2.4)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.16.0)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.16.0)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.8.0)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.8.0)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.4.1)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.2.1)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.2.1)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (1.1.0)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Create Release Artifacts

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (1.1.0)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Create Release Artifacts

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (1.1.0)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (1.1.0)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.4.1)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (1.3.14)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (1.3.14)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.4.1)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (1.2.4)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (1.2.4)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.10.0)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.10.0)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.14.0)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.14.0)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.10.0)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.10.0)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Create Release Artifacts

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Unit

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Create Release Artifacts

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Unit

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.2.1)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.10.0)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.2.1)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.16.0)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.16.0)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.8.0)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.8.0)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (1.3.14)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (1.3.14)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (1.3.14)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.4.1)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.4.1)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.12.0)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.12.0)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.8.0)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.14.0)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.14.0)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.0.1)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.6.0)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (1.3.14)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.6.0)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.6.0)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.0.1)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (1.1.0)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.0.1)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Canary

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Canary

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.4.1)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch Unreleased (1.x, 11)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.14.0)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch Unreleased (1.x, 11)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.12.0)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.12.0)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.10.0)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.6.0)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.6.0)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.0.1)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.6.0)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.14.0)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.16.0)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch Unreleased (1.x, 11)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch Unreleased (1.x, 11)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.8.0)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Unreleased OpenSearch) (1.x, 11)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.16.0)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.2.1)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (1.2.4)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (1.2.4)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Unreleased OpenSearch) (1.x, 11)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.2.1)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.12.0)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.12.0)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch Unreleased (2.x, 17)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch Unreleased (2.x, 17)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch Unreleased (2.x, 17)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch Unreleased (2.x, 17)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Unreleased OpenSearch) (main, 21)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Unreleased OpenSearch) (2.x, 17)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Unreleased OpenSearch) (main, 21)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Unreleased OpenSearch) (2.x, 17)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch Unreleased (main, 21)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch Unreleased (main, 21)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch Unreleased (main, 21)

The type 'DefaultOperator' already contains a definition for 'Or'

Check failure on line 264 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch Unreleased (main, 21)

The type 'DefaultOperator' already contains a definition for 'Or'
}

[Flags, StringEnum]
Expand Down Expand Up @@ -283,11 +289,20 @@ public enum HealthStatus
[EnumMember(Value = "green")]
Green,

[EnumMember(Value = "GREEN")]
Green,

Check failure on line 293 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / compile

The type 'HealthStatus' already contains a definition for 'Green'

Check failure on line 293 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / compile

The type 'HealthStatus' already contains a definition for 'Green'

Check failure on line 293 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (1.1.0)

The type 'HealthStatus' already contains a definition for 'Green'

Check failure on line 293 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.0.1)

The type 'HealthStatus' already contains a definition for 'Green'

Check failure on line 293 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (1.2.4)

The type 'HealthStatus' already contains a definition for 'Green'

Check failure on line 293 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.16.0)

The type 'HealthStatus' already contains a definition for 'Green'

Check failure on line 293 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.8.0)

The type 'HealthStatus' already contains a definition for 'Green'

Check failure on line 293 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.4.1)

The type 'HealthStatus' already contains a definition for 'Green'

Check failure on line 293 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.2.1)

The type 'HealthStatus' already contains a definition for 'Green'

Check failure on line 293 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (1.1.0)

The type 'HealthStatus' already contains a definition for 'Green'

Check failure on line 293 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Create Release Artifacts

The type 'HealthStatus' already contains a definition for 'Green'

Check failure on line 293 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (1.1.0)

The type 'HealthStatus' already contains a definition for 'Green'

Check failure on line 293 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.4.1)

The type 'HealthStatus' already contains a definition for 'Green'

Check failure on line 293 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (1.3.14)

The type 'HealthStatus' already contains a definition for 'Green'

Check failure on line 293 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (1.3.14)

The type 'HealthStatus' already contains a definition for 'Green'

Check failure on line 293 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (1.2.4)

The type 'HealthStatus' already contains a definition for 'Green'

Check failure on line 293 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.10.0)

The type 'HealthStatus' already contains a definition for 'Green'

Check failure on line 293 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.14.0)

The type 'HealthStatus' already contains a definition for 'Green'

Check failure on line 293 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.10.0)

The type 'HealthStatus' already contains a definition for 'Green'

Check failure on line 293 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Create Release Artifacts

The type 'HealthStatus' already contains a definition for 'Green'

Check failure on line 293 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Unit

The type 'HealthStatus' already contains a definition for 'Green'

Check failure on line 293 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.2.1)

The type 'HealthStatus' already contains a definition for 'Green'

Check failure on line 293 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.10.0)

The type 'HealthStatus' already contains a definition for 'Green'

Check failure on line 293 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.16.0)

The type 'HealthStatus' already contains a definition for 'Green'

Check failure on line 293 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.8.0)

The type 'HealthStatus' already contains a definition for 'Green'

Check failure on line 293 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (1.3.14)

The type 'HealthStatus' already contains a definition for 'Green'

Check failure on line 293 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (1.3.14)

The type 'HealthStatus' already contains a definition for 'Green'

Check failure on line 293 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.4.1)

The type 'HealthStatus' already contains a definition for 'Green'

Check failure on line 293 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.12.0)

The type 'HealthStatus' already contains a definition for 'Green'

Check failure on line 293 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.8.0)

The type 'HealthStatus' already contains a definition for 'Green'

Check failure on line 293 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.14.0)

The type 'HealthStatus' already contains a definition for 'Green'

Check failure on line 293 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.0.1)

The type 'HealthStatus' already contains a definition for 'Green'

Check failure on line 293 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.6.0)

The type 'HealthStatus' already contains a definition for 'Green'

Check failure on line 293 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (1.3.14)

The type 'HealthStatus' already contains a definition for 'Green'

Check failure on line 293 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.6.0)

The type 'HealthStatus' already contains a definition for 'Green'

Check failure on line 293 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.0.1)

The type 'HealthStatus' already contains a definition for 'Green'

Check failure on line 293 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (1.1.0)

The type 'HealthStatus' already contains a definition for 'Green'

Check failure on line 293 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Canary

The type 'HealthStatus' already contains a definition for 'Green'

Check failure on line 293 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.4.1)

The type 'HealthStatus' already contains a definition for 'Green'

Check failure on line 293 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch Unreleased (1.x, 11)

The type 'HealthStatus' already contains a definition for 'Green'

Check failure on line 293 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.14.0)

The type 'HealthStatus' already contains a definition for 'Green'

Check failure on line 293 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.12.0)

The type 'HealthStatus' already contains a definition for 'Green'

Check failure on line 293 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.10.0)

The type 'HealthStatus' already contains a definition for 'Green'

Check failure on line 293 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.6.0)

The type 'HealthStatus' already contains a definition for 'Green'

Check failure on line 293 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.0.1)

The type 'HealthStatus' already contains a definition for 'Green'

Check failure on line 293 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.6.0)

The type 'HealthStatus' already contains a definition for 'Green'

Check failure on line 293 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.14.0)

The type 'HealthStatus' already contains a definition for 'Green'

Check failure on line 293 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.16.0)

The type 'HealthStatus' already contains a definition for 'Green'

Check failure on line 293 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch Unreleased (1.x, 11)

The type 'HealthStatus' already contains a definition for 'Green'

Check failure on line 293 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.8.0)

The type 'HealthStatus' already contains a definition for 'Green'

Check failure on line 293 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Unreleased OpenSearch) (1.x, 11)

The type 'HealthStatus' already contains a definition for 'Green'

Check failure on line 293 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.16.0)

The type 'HealthStatus' already contains a definition for 'Green'

Check failure on line 293 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.2.1)

The type 'HealthStatus' already contains a definition for 'Green'

Check failure on line 293 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (1.2.4)

The type 'HealthStatus' already contains a definition for 'Green'

Check failure on line 293 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (1.2.4)

The type 'HealthStatus' already contains a definition for 'Green'

Check failure on line 293 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Unreleased OpenSearch) (1.x, 11)

The type 'HealthStatus' already contains a definition for 'Green'

Check failure on line 293 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.2.1)

The type 'HealthStatus' already contains a definition for 'Green'

Check failure on line 293 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.12.0)

The type 'HealthStatus' already contains a definition for 'Green'

Check failure on line 293 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.12.0)

The type 'HealthStatus' already contains a definition for 'Green'

Check failure on line 293 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch Unreleased (2.x, 17)

The type 'HealthStatus' already contains a definition for 'Green'

Check failure on line 293 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch Unreleased (2.x, 17)

The type 'HealthStatus' already contains a definition for 'Green'

Check failure on line 293 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Unreleased OpenSearch) (main, 21)

The type 'HealthStatus' already contains a definition for 'Green'

Check failure on line 293 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Unreleased OpenSearch) (2.x, 17)

The type 'HealthStatus' already contains a definition for 'Green'

Check failure on line 293 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Unreleased OpenSearch) (main, 21)

The type 'HealthStatus' already contains a definition for 'Green'

Check failure on line 293 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Unreleased OpenSearch) (2.x, 17)

The type 'HealthStatus' already contains a definition for 'Green'

Check failure on line 293 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch Unreleased (main, 21)

The type 'HealthStatus' already contains a definition for 'Green'

Check failure on line 293 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch Unreleased (main, 21)

The type 'HealthStatus' already contains a definition for 'Green'

Check failure on line 293 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch Unreleased (main, 21)

The type 'HealthStatus' already contains a definition for 'Green'

[EnumMember(Value = "red")]
Red,

[EnumMember(Value = "RED")]
Red,

Check failure on line 299 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / compile

The type 'HealthStatus' already contains a definition for 'Red'

Check failure on line 299 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / compile

The type 'HealthStatus' already contains a definition for 'Red'

Check failure on line 299 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (1.1.0)

The type 'HealthStatus' already contains a definition for 'Red'

Check failure on line 299 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.0.1)

The type 'HealthStatus' already contains a definition for 'Red'

Check failure on line 299 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (1.2.4)

The type 'HealthStatus' already contains a definition for 'Red'

Check failure on line 299 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.16.0)

The type 'HealthStatus' already contains a definition for 'Red'

Check failure on line 299 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.8.0)

The type 'HealthStatus' already contains a definition for 'Red'

Check failure on line 299 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.4.1)

The type 'HealthStatus' already contains a definition for 'Red'

Check failure on line 299 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.2.1)

The type 'HealthStatus' already contains a definition for 'Red'

Check failure on line 299 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (1.1.0)

The type 'HealthStatus' already contains a definition for 'Red'

Check failure on line 299 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Create Release Artifacts

The type 'HealthStatus' already contains a definition for 'Red'

Check failure on line 299 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (1.1.0)

The type 'HealthStatus' already contains a definition for 'Red'

Check failure on line 299 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.4.1)

The type 'HealthStatus' already contains a definition for 'Red'

Check failure on line 299 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (1.3.14)

The type 'HealthStatus' already contains a definition for 'Red'

Check failure on line 299 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (1.2.4)

The type 'HealthStatus' already contains a definition for 'Red'

Check failure on line 299 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.10.0)

The type 'HealthStatus' already contains a definition for 'Red'

Check failure on line 299 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.14.0)

The type 'HealthStatus' already contains a definition for 'Red'

Check failure on line 299 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.10.0)

The type 'HealthStatus' already contains a definition for 'Red'

Check failure on line 299 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Create Release Artifacts

The type 'HealthStatus' already contains a definition for 'Red'

Check failure on line 299 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Unit

The type 'HealthStatus' already contains a definition for 'Red'

Check failure on line 299 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.2.1)

The type 'HealthStatus' already contains a definition for 'Red'

Check failure on line 299 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.10.0)

The type 'HealthStatus' already contains a definition for 'Red'

Check failure on line 299 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.16.0)

The type 'HealthStatus' already contains a definition for 'Red'

Check failure on line 299 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.8.0)

The type 'HealthStatus' already contains a definition for 'Red'

Check failure on line 299 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (1.3.14)

The type 'HealthStatus' already contains a definition for 'Red'

Check failure on line 299 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (1.3.14)

The type 'HealthStatus' already contains a definition for 'Red'

Check failure on line 299 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.4.1)

The type 'HealthStatus' already contains a definition for 'Red'

Check failure on line 299 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.12.0)

The type 'HealthStatus' already contains a definition for 'Red'

Check failure on line 299 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.8.0)

The type 'HealthStatus' already contains a definition for 'Red'

Check failure on line 299 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.14.0)

The type 'HealthStatus' already contains a definition for 'Red'

Check failure on line 299 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.0.1)

The type 'HealthStatus' already contains a definition for 'Red'

Check failure on line 299 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.6.0)

The type 'HealthStatus' already contains a definition for 'Red'

Check failure on line 299 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (1.3.14)

The type 'HealthStatus' already contains a definition for 'Red'

Check failure on line 299 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.6.0)

The type 'HealthStatus' already contains a definition for 'Red'

Check failure on line 299 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.0.1)

The type 'HealthStatus' already contains a definition for 'Red'

Check failure on line 299 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (1.1.0)

The type 'HealthStatus' already contains a definition for 'Red'

Check failure on line 299 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Canary

The type 'HealthStatus' already contains a definition for 'Red'

Check failure on line 299 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.4.1)

The type 'HealthStatus' already contains a definition for 'Red'

Check failure on line 299 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch Unreleased (1.x, 11)

The type 'HealthStatus' already contains a definition for 'Red'

Check failure on line 299 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.14.0)

The type 'HealthStatus' already contains a definition for 'Red'

Check failure on line 299 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.12.0)

The type 'HealthStatus' already contains a definition for 'Red'

Check failure on line 299 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.10.0)

The type 'HealthStatus' already contains a definition for 'Red'

Check failure on line 299 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.6.0)

The type 'HealthStatus' already contains a definition for 'Red'

Check failure on line 299 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.0.1)

The type 'HealthStatus' already contains a definition for 'Red'

Check failure on line 299 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.6.0)

The type 'HealthStatus' already contains a definition for 'Red'

Check failure on line 299 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.14.0)

The type 'HealthStatus' already contains a definition for 'Red'

Check failure on line 299 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.16.0)

The type 'HealthStatus' already contains a definition for 'Red'

Check failure on line 299 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch Unreleased (1.x, 11)

The type 'HealthStatus' already contains a definition for 'Red'

Check failure on line 299 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.8.0)

The type 'HealthStatus' already contains a definition for 'Red'

Check failure on line 299 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Unreleased OpenSearch) (1.x, 11)

The type 'HealthStatus' already contains a definition for 'Red'

Check failure on line 299 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.16.0)

The type 'HealthStatus' already contains a definition for 'Red'

Check failure on line 299 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.2.1)

The type 'HealthStatus' already contains a definition for 'Red'

Check failure on line 299 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (1.2.4)

The type 'HealthStatus' already contains a definition for 'Red'

Check failure on line 299 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (1.2.4)

The type 'HealthStatus' already contains a definition for 'Red'

Check failure on line 299 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Unreleased OpenSearch) (1.x, 11)

The type 'HealthStatus' already contains a definition for 'Red'

Check failure on line 299 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.2.1)

The type 'HealthStatus' already contains a definition for 'Red'

Check failure on line 299 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.12.0)

The type 'HealthStatus' already contains a definition for 'Red'

Check failure on line 299 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.12.0)

The type 'HealthStatus' already contains a definition for 'Red'

Check failure on line 299 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch Unreleased (2.x, 17)

The type 'HealthStatus' already contains a definition for 'Red'

Check failure on line 299 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch Unreleased (2.x, 17)

The type 'HealthStatus' already contains a definition for 'Red'

Check failure on line 299 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Unreleased OpenSearch) (main, 21)

The type 'HealthStatus' already contains a definition for 'Red'

Check failure on line 299 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Unreleased OpenSearch) (2.x, 17)

The type 'HealthStatus' already contains a definition for 'Red'

Check failure on line 299 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Unreleased OpenSearch) (main, 21)

The type 'HealthStatus' already contains a definition for 'Red'

Check failure on line 299 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Unreleased OpenSearch) (2.x, 17)

The type 'HealthStatus' already contains a definition for 'Red'

Check failure on line 299 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch Unreleased (main, 21)

The type 'HealthStatus' already contains a definition for 'Red'

Check failure on line 299 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch Unreleased (main, 21)

The type 'HealthStatus' already contains a definition for 'Red'

[EnumMember(Value = "yellow")]
Yellow,

[EnumMember(Value = "YELLOW")]
Yellow,

Check failure on line 305 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / compile

The type 'HealthStatus' already contains a definition for 'Yellow'

Check failure on line 305 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / compile

The type 'HealthStatus' already contains a definition for 'Yellow'

Check failure on line 305 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (1.1.0)

The type 'HealthStatus' already contains a definition for 'Yellow'

Check failure on line 305 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.0.1)

The type 'HealthStatus' already contains a definition for 'Yellow'

Check failure on line 305 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (1.2.4)

The type 'HealthStatus' already contains a definition for 'Yellow'

Check failure on line 305 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.16.0)

The type 'HealthStatus' already contains a definition for 'Yellow'

Check failure on line 305 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.8.0)

The type 'HealthStatus' already contains a definition for 'Yellow'

Check failure on line 305 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.4.1)

The type 'HealthStatus' already contains a definition for 'Yellow'

Check failure on line 305 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.2.1)

The type 'HealthStatus' already contains a definition for 'Yellow'

Check failure on line 305 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (1.1.0)

The type 'HealthStatus' already contains a definition for 'Yellow'

Check failure on line 305 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Create Release Artifacts

The type 'HealthStatus' already contains a definition for 'Yellow'

Check failure on line 305 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (1.1.0)

The type 'HealthStatus' already contains a definition for 'Yellow'

Check failure on line 305 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.4.1)

The type 'HealthStatus' already contains a definition for 'Yellow'

Check failure on line 305 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (1.3.14)

The type 'HealthStatus' already contains a definition for 'Yellow'

Check failure on line 305 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (1.2.4)

The type 'HealthStatus' already contains a definition for 'Yellow'

Check failure on line 305 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.10.0)

The type 'HealthStatus' already contains a definition for 'Yellow'

Check failure on line 305 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.14.0)

The type 'HealthStatus' already contains a definition for 'Yellow'

Check failure on line 305 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.10.0)

The type 'HealthStatus' already contains a definition for 'Yellow'

Check failure on line 305 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Create Release Artifacts

The type 'HealthStatus' already contains a definition for 'Yellow'

Check failure on line 305 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Unit

The type 'HealthStatus' already contains a definition for 'Yellow'

Check failure on line 305 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.2.1)

The type 'HealthStatus' already contains a definition for 'Yellow'

Check failure on line 305 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.10.0)

The type 'HealthStatus' already contains a definition for 'Yellow'

Check failure on line 305 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.16.0)

The type 'HealthStatus' already contains a definition for 'Yellow'

Check failure on line 305 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.8.0)

The type 'HealthStatus' already contains a definition for 'Yellow'

Check failure on line 305 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (1.3.14)

The type 'HealthStatus' already contains a definition for 'Yellow'

Check failure on line 305 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (1.3.14)

The type 'HealthStatus' already contains a definition for 'Yellow'

Check failure on line 305 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.4.1)

The type 'HealthStatus' already contains a definition for 'Yellow'

Check failure on line 305 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.12.0)

The type 'HealthStatus' already contains a definition for 'Yellow'

Check failure on line 305 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.8.0)

The type 'HealthStatus' already contains a definition for 'Yellow'

Check failure on line 305 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.14.0)

The type 'HealthStatus' already contains a definition for 'Yellow'

Check failure on line 305 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.0.1)

The type 'HealthStatus' already contains a definition for 'Yellow'

Check failure on line 305 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.6.0)

The type 'HealthStatus' already contains a definition for 'Yellow'

Check failure on line 305 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (1.3.14)

The type 'HealthStatus' already contains a definition for 'Yellow'

Check failure on line 305 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.6.0)

The type 'HealthStatus' already contains a definition for 'Yellow'

Check failure on line 305 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.0.1)

The type 'HealthStatus' already contains a definition for 'Yellow'

Check failure on line 305 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (1.1.0)

The type 'HealthStatus' already contains a definition for 'Yellow'

Check failure on line 305 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Canary

The type 'HealthStatus' already contains a definition for 'Yellow'

Check failure on line 305 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.4.1)

The type 'HealthStatus' already contains a definition for 'Yellow'

Check failure on line 305 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch Unreleased (1.x, 11)

The type 'HealthStatus' already contains a definition for 'Yellow'

Check failure on line 305 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.14.0)

The type 'HealthStatus' already contains a definition for 'Yellow'

Check failure on line 305 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.12.0)

The type 'HealthStatus' already contains a definition for 'Yellow'

Check failure on line 305 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.10.0)

The type 'HealthStatus' already contains a definition for 'Yellow'

Check failure on line 305 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch (2.6.0)

The type 'HealthStatus' already contains a definition for 'Yellow'

Check failure on line 305 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.0.1)

The type 'HealthStatus' already contains a definition for 'Yellow'

Check failure on line 305 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.6.0)

The type 'HealthStatus' already contains a definition for 'Yellow'

Check failure on line 305 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.14.0)

The type 'HealthStatus' already contains a definition for 'Yellow'

Check failure on line 305 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.16.0)

The type 'HealthStatus' already contains a definition for 'Yellow'

Check failure on line 305 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch Unreleased (1.x, 11)

The type 'HealthStatus' already contains a definition for 'Yellow'

Check failure on line 305 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.8.0)

The type 'HealthStatus' already contains a definition for 'Yellow'

Check failure on line 305 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Unreleased OpenSearch) (1.x, 11)

The type 'HealthStatus' already contains a definition for 'Yellow'

Check failure on line 305 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.16.0)

The type 'HealthStatus' already contains a definition for 'Yellow'

Check failure on line 305 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.2.1)

The type 'HealthStatus' already contains a definition for 'Yellow'

Check failure on line 305 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (1.2.4)

The type 'HealthStatus' already contains a definition for 'Yellow'

Check failure on line 305 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (1.2.4)

The type 'HealthStatus' already contains a definition for 'Yellow'

Check failure on line 305 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Unreleased OpenSearch) (1.x, 11)

The type 'HealthStatus' already contains a definition for 'Yellow'

Check failure on line 305 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.2.1)

The type 'HealthStatus' already contains a definition for 'Yellow'

Check failure on line 305 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.12.0)

The type 'HealthStatus' already contains a definition for 'Yellow'

Check failure on line 305 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Released OpenSearch) (2.12.0)

The type 'HealthStatus' already contains a definition for 'Yellow'

Check failure on line 305 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch Unreleased (2.x, 17)

The type 'HealthStatus' already contains a definition for 'Yellow'

Check failure on line 305 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch Unreleased (2.x, 17)

The type 'HealthStatus' already contains a definition for 'Yellow'

Check failure on line 305 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Unreleased OpenSearch) (main, 21)

The type 'HealthStatus' already contains a definition for 'Yellow'

Check failure on line 305 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Unreleased OpenSearch) (2.x, 17)

The type 'HealthStatus' already contains a definition for 'Yellow'

Check failure on line 305 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Unreleased OpenSearch) (main, 21)

The type 'HealthStatus' already contains a definition for 'Yellow'

Check failure on line 305 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / YAML Tests (Unreleased OpenSearch) (2.x, 17)

The type 'HealthStatus' already contains a definition for 'Yellow'

Check failure on line 305 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch Unreleased (main, 21)

The type 'HealthStatus' already contains a definition for 'Yellow'

Check failure on line 305 in src/OpenSearch.Net/_Generated/Api/Enums.cs

View workflow job for this annotation

GitHub Actions / Integration OpenSearch Unreleased (main, 21)

The type 'HealthStatus' already contains a definition for 'Yellow'
}

[StringEnum]
Expand All @@ -307,7 +322,7 @@ public enum IndexApiBlock
}

[Flags, StringEnum]
public enum IndicesShardStoresStatus
public enum IndicesShardStoresShardStoreStatus
{
[EnumMember(Value = "all")]
All = 1 << 0,
Expand Down Expand Up @@ -631,11 +646,14 @@ public enum NodesStatsMetric
[Flags, StringEnum]
public enum NodesUsageMetric
{
[EnumMember(Value = "aggregations")]
Aggregations = 1 << 0,

[EnumMember(Value = "rest_actions")]
RestActions = 1 << 0,
RestActions = 1 << 1,

[EnumMember(Value = "_all")]
All = 1 << 1,
All = 1 << 2,
}

[StringEnum]
Expand Down Expand Up @@ -823,7 +841,7 @@ static partial void RegisterEnumStringResolvers()
AddEnumStringResolver<ExpandWildcards>(GetStringValue);
AddEnumStringResolver<HealthStatus>(GetStringValue);
AddEnumStringResolver<IndexApiBlock>(GetStringValue);
AddEnumStringResolver<IndicesShardStoresStatus>(GetStringValue);
AddEnumStringResolver<IndicesShardStoresShardStoreStatus>(GetStringValue);
AddEnumStringResolver<IndicesStatsMetric>(GetStringValue);
AddEnumStringResolver<KnnDefaultOperator>(GetStringValue);
AddEnumStringResolver<KnnSearchType>(GetStringValue);
Expand Down Expand Up @@ -994,7 +1012,9 @@ public static string GetStringValue(this DefaultOperator enumValue) =>
enumValue switch
{
DefaultOperator.And => "and",
DefaultOperator.And => "AND",
DefaultOperator.Or => "or",
DefaultOperator.Or => "OR",
_ => throw new ArgumentException(
$"'{enumValue.ToString()}' is not a valid value for enum 'DefaultOperator'"
),
Expand All @@ -1020,8 +1040,11 @@ public static string GetStringValue(this HealthStatus enumValue) =>
enumValue switch
{
HealthStatus.Green => "green",
HealthStatus.Green => "GREEN",
HealthStatus.Red => "red",
HealthStatus.Red => "RED",
HealthStatus.Yellow => "yellow",
HealthStatus.Yellow => "YELLOW",
_ => throw new ArgumentException(
$"'{enumValue.ToString()}' is not a valid value for enum 'HealthStatus'"
),
Expand All @@ -1039,16 +1062,16 @@ public static string GetStringValue(this IndexApiBlock enumValue) =>
),
};

public static string GetStringValue(this IndicesShardStoresStatus enumValue)
public static string GetStringValue(this IndicesShardStoresShardStoreStatus enumValue)
{
var list = new List<string>();
if ((enumValue & IndicesShardStoresStatus.All) != 0)
if ((enumValue & IndicesShardStoresShardStoreStatus.All) != 0)
list.Add("all");
if ((enumValue & IndicesShardStoresStatus.Green) != 0)
if ((enumValue & IndicesShardStoresShardStoreStatus.Green) != 0)
list.Add("green");
if ((enumValue & IndicesShardStoresStatus.Red) != 0)
if ((enumValue & IndicesShardStoresShardStoreStatus.Red) != 0)
list.Add("red");
if ((enumValue & IndicesShardStoresStatus.Yellow) != 0)
if ((enumValue & IndicesShardStoresShardStoreStatus.Yellow) != 0)
list.Add("yellow");
return string.Join(",", list);
}
Expand Down Expand Up @@ -1289,6 +1312,8 @@ public static string GetStringValue(this NodesUsageMetric enumValue)
if ((enumValue & NodesUsageMetric.All) != 0)
return "_all";
var list = new List<string>();
if ((enumValue & NodesUsageMetric.Aggregations) != 0)
list.Add("aggregations");
if ((enumValue & NodesUsageMetric.RestActions) != 0)
list.Add("rest_actions");
return string.Join(",", list);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,21 @@ public partial class SearchRequestParameters : RequestParameters<SearchRequestPa
public override HttpMethod DefaultHttpMethod => HttpMethod.POST;
public override bool SupportsBody => true;

/// <summary>The name of the index to be searched.</summary>
/// <summary>
/// The name of the index to be searched. Can be an individual name, a comma-separated list of indexes, or a wildcard expression of index
/// names.
/// </summary>
public string Index
{
get => Q<string>("index");
set => Q("index", value);
}

/// <summary>The amount of time that the result is saved in the cluster.</summary>
/// <summary>
/// The amount of time that the result is saved in the cluster. For example, `2d` means that the results are stored in the cluster for 48
/// hours. The saved search results are deleted after this period or if the search is canceled. Note that this includes the query execution
/// time. If the query overruns this time, the process cancels this query automatically.
/// </summary>
public string KeepAlive
{
get => Q<string>("keep_alive");
Expand All @@ -93,7 +100,10 @@ public bool? KeepOnCompletion
set => Q("keep_on_completion", value);
}

/// <summary>The amount of time that you plan to wait for the results.</summary>
/// <summary>
/// The amount of time that you plan to wait for the results. You can poll the remaining results based on an ID. The maximum value is `300s`.
/// Default is `1s`.
/// </summary>
public string WaitForCompletionTimeout
{
get => Q<string>("wait_for_completion_timeout");
Expand Down
Loading

0 comments on commit 4815fe8

Please sign in to comment.