Skip to content

Commit

Permalink
Auto-generated code for main (#2033)
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticmachine authored Oct 18, 2023
1 parent 186692c commit f7f1d7c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/api/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2286,6 +2286,8 @@ export type Level = 'cluster' | 'indices' | 'shards'

export type LifecycleOperationMode = 'RUNNING' | 'STOPPING' | 'STOPPED'

export type ManagedBy = 'Index Lifecycle Management' | 'Data Stream Lifecycle' | 'Unmanaged'

export type MapboxVectorTiles = ArrayBuffer

export interface MergesStats {
Expand Down Expand Up @@ -9523,6 +9525,8 @@ export interface IndicesDataStream {
generation: integer
hidden: boolean
ilm_policy?: Name
next_generation_managed_by: ManagedBy
prefer_ilm: boolean
indices: IndicesDataStreamIndex[]
lifecycle?: IndicesDataStreamLifecycleWithRollover
name: DataStreamName
Expand All @@ -9536,6 +9540,9 @@ export interface IndicesDataStream {
export interface IndicesDataStreamIndex {
index_name: IndexName
index_uuid: Uuid
ilm_policy?: Name
managed_by: ManagedBy
prefer_ilm: boolean
}

export interface IndicesDataStreamLifecycle {
Expand Down
7 changes: 7 additions & 0 deletions src/api/typesWithBodyKey.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2359,6 +2359,8 @@ export type Level = 'cluster' | 'indices' | 'shards'

export type LifecycleOperationMode = 'RUNNING' | 'STOPPING' | 'STOPPED'

export type ManagedBy = 'Index Lifecycle Management' | 'Data Stream Lifecycle' | 'Unmanaged'

export type MapboxVectorTiles = ArrayBuffer

export interface MergesStats {
Expand Down Expand Up @@ -9646,6 +9648,8 @@ export interface IndicesDataStream {
generation: integer
hidden: boolean
ilm_policy?: Name
next_generation_managed_by: ManagedBy
prefer_ilm: boolean
indices: IndicesDataStreamIndex[]
lifecycle?: IndicesDataStreamLifecycleWithRollover
name: DataStreamName
Expand All @@ -9659,6 +9663,9 @@ export interface IndicesDataStream {
export interface IndicesDataStreamIndex {
index_name: IndexName
index_uuid: Uuid
ilm_policy?: Name
managed_by: ManagedBy
prefer_ilm: boolean
}

export interface IndicesDataStreamLifecycle {
Expand Down

0 comments on commit f7f1d7c

Please sign in to comment.