Skip to content

Commit 0a4f0c2

Browse files
lcawlflobernd
andauthored
Update specification/indices/get_data_lifecycle_stats/IndicesGetDataLifecycleStatsResponse.ts
Co-authored-by: Florian Bernd <[email protected]>
1 parent fcea502 commit 0a4f0c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/indices/get_data_lifecycle_stats/IndicesGetDataLifecycleStatsResponse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export class Response {
3333
/**
3434
* The duration of the last data stream lifecycle execution.
3535
*/
36-
last_run_duration_in_millis?: long
36+
last_run_duration_in_millis?: DurationValue<UnitMillis>
3737
/**
3838
* The time that passed between the start of the last two data stream lifecycle executions.
3939
* This value should amount approximately to `data_streams.lifecycle.poll_interval`.

0 commit comments

Comments
 (0)