Auto-generated code for 8.11 (#2065)
This commit is contained in:
@ -1146,6 +1146,7 @@ export interface SearchRequest extends RequestBase {
|
|||||||
_source_includes?: Fields
|
_source_includes?: Fields
|
||||||
q?: string
|
q?: string
|
||||||
aggregations?: Record<string, AggregationsAggregationContainer>
|
aggregations?: Record<string, AggregationsAggregationContainer>
|
||||||
|
/** @alias aggregations */
|
||||||
aggs?: Record<string, AggregationsAggregationContainer>
|
aggs?: Record<string, AggregationsAggregationContainer>
|
||||||
collapse?: SearchFieldCollapse
|
collapse?: SearchFieldCollapse
|
||||||
explain?: boolean
|
explain?: boolean
|
||||||
@ -6117,6 +6118,7 @@ export interface AsyncSearchSubmitRequest extends RequestBase {
|
|||||||
_source_includes?: Fields
|
_source_includes?: Fields
|
||||||
q?: string
|
q?: string
|
||||||
aggregations?: Record<string, AggregationsAggregationContainer>
|
aggregations?: Record<string, AggregationsAggregationContainer>
|
||||||
|
/** @alias aggregations */
|
||||||
aggs?: Record<string, AggregationsAggregationContainer>
|
aggs?: Record<string, AggregationsAggregationContainer>
|
||||||
collapse?: SearchFieldCollapse
|
collapse?: SearchFieldCollapse
|
||||||
explain?: boolean
|
explain?: boolean
|
||||||
@ -9198,6 +9200,7 @@ export interface FleetSearchRequest extends RequestBase {
|
|||||||
wait_for_checkpoints?: FleetCheckpoint[]
|
wait_for_checkpoints?: FleetCheckpoint[]
|
||||||
allow_partial_search_results?: boolean
|
allow_partial_search_results?: boolean
|
||||||
aggregations?: Record<string, AggregationsAggregationContainer>
|
aggregations?: Record<string, AggregationsAggregationContainer>
|
||||||
|
/** @alias aggregations */
|
||||||
aggs?: Record<string, AggregationsAggregationContainer>
|
aggs?: Record<string, AggregationsAggregationContainer>
|
||||||
collapse?: SearchFieldCollapse
|
collapse?: SearchFieldCollapse
|
||||||
explain?: boolean
|
explain?: boolean
|
||||||
@ -13844,6 +13847,7 @@ export interface MlPutDatafeedRequest extends RequestBase {
|
|||||||
delayed_data_check_config?: MlDelayedDataCheckConfig
|
delayed_data_check_config?: MlDelayedDataCheckConfig
|
||||||
frequency?: Duration
|
frequency?: Duration
|
||||||
indices?: Indices
|
indices?: Indices
|
||||||
|
/** @alias indices */
|
||||||
indexes?: Indices
|
indexes?: Indices
|
||||||
indices_options?: IndicesOptions
|
indices_options?: IndicesOptions
|
||||||
job_id?: Id
|
job_id?: Id
|
||||||
@ -14177,6 +14181,7 @@ export interface MlUpdateDatafeedRequest extends RequestBase {
|
|||||||
delayed_data_check_config?: MlDelayedDataCheckConfig
|
delayed_data_check_config?: MlDelayedDataCheckConfig
|
||||||
frequency?: Duration
|
frequency?: Duration
|
||||||
indices?: string[]
|
indices?: string[]
|
||||||
|
/** @alias indices */
|
||||||
indexes?: string[]
|
indexes?: string[]
|
||||||
indices_options?: IndicesOptions
|
indices_options?: IndicesOptions
|
||||||
job_id?: Id
|
job_id?: Id
|
||||||
@ -15446,6 +15451,7 @@ export interface RollupRollupSearchRequest extends RequestBase {
|
|||||||
rest_total_hits_as_int?: boolean
|
rest_total_hits_as_int?: boolean
|
||||||
typed_keys?: boolean
|
typed_keys?: boolean
|
||||||
aggregations?: Record<string, AggregationsAggregationContainer>
|
aggregations?: Record<string, AggregationsAggregationContainer>
|
||||||
|
/** @alias aggregations */
|
||||||
aggs?: Record<string, AggregationsAggregationContainer>
|
aggs?: Record<string, AggregationsAggregationContainer>
|
||||||
query?: QueryDslQueryContainer
|
query?: QueryDslQueryContainer
|
||||||
size?: integer
|
size?: integer
|
||||||
|
|||||||
@ -1200,6 +1200,7 @@ export interface SearchRequest extends RequestBase {
|
|||||||
/** @deprecated The use of the 'body' key has been deprecated, move the nested keys to the top level object. */
|
/** @deprecated The use of the 'body' key has been deprecated, move the nested keys to the top level object. */
|
||||||
body?: {
|
body?: {
|
||||||
aggregations?: Record<string, AggregationsAggregationContainer>
|
aggregations?: Record<string, AggregationsAggregationContainer>
|
||||||
|
/** @alias aggregations */
|
||||||
aggs?: Record<string, AggregationsAggregationContainer>
|
aggs?: Record<string, AggregationsAggregationContainer>
|
||||||
collapse?: SearchFieldCollapse
|
collapse?: SearchFieldCollapse
|
||||||
explain?: boolean
|
explain?: boolean
|
||||||
@ -6192,6 +6193,7 @@ export interface AsyncSearchSubmitRequest extends RequestBase {
|
|||||||
/** @deprecated The use of the 'body' key has been deprecated, move the nested keys to the top level object. */
|
/** @deprecated The use of the 'body' key has been deprecated, move the nested keys to the top level object. */
|
||||||
body?: {
|
body?: {
|
||||||
aggregations?: Record<string, AggregationsAggregationContainer>
|
aggregations?: Record<string, AggregationsAggregationContainer>
|
||||||
|
/** @alias aggregations */
|
||||||
aggs?: Record<string, AggregationsAggregationContainer>
|
aggs?: Record<string, AggregationsAggregationContainer>
|
||||||
collapse?: SearchFieldCollapse
|
collapse?: SearchFieldCollapse
|
||||||
explain?: boolean
|
explain?: boolean
|
||||||
@ -9308,6 +9310,7 @@ export interface FleetSearchRequest extends RequestBase {
|
|||||||
/** @deprecated The use of the 'body' key has been deprecated, move the nested keys to the top level object. */
|
/** @deprecated The use of the 'body' key has been deprecated, move the nested keys to the top level object. */
|
||||||
body?: {
|
body?: {
|
||||||
aggregations?: Record<string, AggregationsAggregationContainer>
|
aggregations?: Record<string, AggregationsAggregationContainer>
|
||||||
|
/** @alias aggregations */
|
||||||
aggs?: Record<string, AggregationsAggregationContainer>
|
aggs?: Record<string, AggregationsAggregationContainer>
|
||||||
collapse?: SearchFieldCollapse
|
collapse?: SearchFieldCollapse
|
||||||
explain?: boolean
|
explain?: boolean
|
||||||
@ -14091,6 +14094,7 @@ export interface MlPutDatafeedRequest extends RequestBase {
|
|||||||
delayed_data_check_config?: MlDelayedDataCheckConfig
|
delayed_data_check_config?: MlDelayedDataCheckConfig
|
||||||
frequency?: Duration
|
frequency?: Duration
|
||||||
indices?: Indices
|
indices?: Indices
|
||||||
|
/** @alias indices */
|
||||||
indexes?: Indices
|
indexes?: Indices
|
||||||
indices_options?: IndicesOptions
|
indices_options?: IndicesOptions
|
||||||
job_id?: Id
|
job_id?: Id
|
||||||
@ -14454,6 +14458,7 @@ export interface MlUpdateDatafeedRequest extends RequestBase {
|
|||||||
delayed_data_check_config?: MlDelayedDataCheckConfig
|
delayed_data_check_config?: MlDelayedDataCheckConfig
|
||||||
frequency?: Duration
|
frequency?: Duration
|
||||||
indices?: string[]
|
indices?: string[]
|
||||||
|
/** @alias indices */
|
||||||
indexes?: string[]
|
indexes?: string[]
|
||||||
indices_options?: IndicesOptions
|
indices_options?: IndicesOptions
|
||||||
job_id?: Id
|
job_id?: Id
|
||||||
@ -15749,6 +15754,7 @@ export interface RollupRollupSearchRequest extends RequestBase {
|
|||||||
/** @deprecated The use of the 'body' key has been deprecated, move the nested keys to the top level object. */
|
/** @deprecated The use of the 'body' key has been deprecated, move the nested keys to the top level object. */
|
||||||
body?: {
|
body?: {
|
||||||
aggregations?: Record<string, AggregationsAggregationContainer>
|
aggregations?: Record<string, AggregationsAggregationContainer>
|
||||||
|
/** @alias aggregations */
|
||||||
aggs?: Record<string, AggregationsAggregationContainer>
|
aggs?: Record<string, AggregationsAggregationContainer>
|
||||||
query?: QueryDslQueryContainer
|
query?: QueryDslQueryContainer
|
||||||
size?: integer
|
size?: integer
|
||||||
|
|||||||
Reference in New Issue
Block a user