@@ -7923,11 +7923,11 @@ export interface GraphExploreResponse {
7923
7923
vertices : GraphVertex [ ]
7924
7924
}
7925
7925
7926
- export interface IlmLifecycleAction {
7926
+ export interface IlmAction {
7927
7927
}
7928
7928
7929
7929
export interface IlmPhase {
7930
- actions : Record < string , IlmLifecycleAction > | string [ ]
7930
+ actions : Record < string , IlmAction > | string [ ]
7931
7931
min_age ?: Time
7932
7932
}
7933
7933
@@ -7940,7 +7940,7 @@ export interface IlmPhases {
7940
7940
7941
7941
export interface IlmPolicy {
7942
7942
phases : IlmPhases
7943
- name ?: string
7943
+ name ?: Name
7944
7944
}
7945
7945
7946
7946
export interface IlmDeleteLifecycleRequest extends RequestBase {
@@ -7995,7 +7995,7 @@ export interface IlmExplainLifecycleResponse {
7995
7995
indices : Record < IndexName , IlmExplainLifecycleLifecycleExplain > | IlmExplainLifecycleLifecycleExplainProject
7996
7996
}
7997
7997
7998
- export interface IlmGetLifecycleLifecyclePolicy {
7998
+ export interface IlmGetLifecycleLifecycle {
7999
7999
modified_date : DateString
8000
8000
policy : IlmPolicy
8001
8001
version : VersionNumber
@@ -8006,7 +8006,7 @@ export interface IlmGetLifecycleRequest extends RequestBase {
8006
8006
policy_id ?: Id
8007
8007
}
8008
8008
8009
- export interface IlmGetLifecycleResponse extends DictionaryResponseBase < string , IlmGetLifecycleLifecyclePolicy > {
8009
+ export interface IlmGetLifecycleResponse extends DictionaryResponseBase < string , IlmGetLifecycleLifecycle > {
8010
8010
}
8011
8011
8012
8012
export interface IlmGetStatusRequest extends RequestBase {
@@ -8049,7 +8049,7 @@ export interface IlmRemovePolicyRequest extends RequestBase {
8049
8049
}
8050
8050
8051
8051
export interface IlmRemovePolicyResponse {
8052
- failed_indexes : string [ ]
8052
+ failed_indexes : IndexName [ ]
8053
8053
has_failures : boolean
8054
8054
}
8055
8055
0 commit comments