@@ -14404,6 +14404,7 @@ export interface MlPutTrainedModelPreprocessor {
14404
14404
export interface MlPutTrainedModelRequest extends RequestBase {
14405
14405
model_id: Id
14406
14406
defer_definition_decompression?: boolean
14407
+ wait_for_completion?: boolean
14407
14408
/** @deprecated The use of the 'body' key has been deprecated, move the nested keys to the top level object. */
14408
14409
body?: {
14409
14410
compressed_definition?: string
@@ -16910,31 +16911,31 @@ export interface SecurityPutUserResponse {
16910
16911
created: boolean
16911
16912
}
16912
16913
16913
- export type SecurityQueryApiKeysAPIKeyAggregate = AggregationsCardinalityAggregate | AggregationsValueCountAggregate | AggregationsStringTermsAggregate | AggregationsLongTermsAggregate | AggregationsDoubleTermsAggregate | AggregationsUnmappedTermsAggregate | AggregationsMultiTermsAggregate | AggregationsMissingAggregate | AggregationsFilterAggregate | AggregationsFiltersAggregate | AggregationsRangeAggregate | AggregationsDateRangeAggregate | AggregationsCompositeAggregate
16914
+ export type SecurityQueryApiKeysApiKeyAggregate = AggregationsCardinalityAggregate | AggregationsValueCountAggregate | AggregationsStringTermsAggregate | AggregationsLongTermsAggregate | AggregationsDoubleTermsAggregate | AggregationsUnmappedTermsAggregate | AggregationsMultiTermsAggregate | AggregationsMissingAggregate | AggregationsFilterAggregate | AggregationsFiltersAggregate | AggregationsRangeAggregate | AggregationsDateRangeAggregate | AggregationsCompositeAggregate
16914
16915
16915
- export interface SecurityQueryApiKeysAPIKeyAggregationContainer {
16916
- aggregations?: Record<string, SecurityQueryApiKeysAPIKeyAggregationContainer >
16917
- aggs?: Record<string, SecurityQueryApiKeysAPIKeyAggregationContainer >
16916
+ export interface SecurityQueryApiKeysApiKeyAggregationContainer {
16917
+ aggregations?: Record<string, SecurityQueryApiKeysApiKeyAggregationContainer >
16918
+ aggs?: Record<string, SecurityQueryApiKeysApiKeyAggregationContainer >
16918
16919
meta?: Metadata
16919
16920
cardinality?: AggregationsCardinalityAggregation
16920
16921
composite?: AggregationsCompositeAggregation
16921
16922
date_range?: AggregationsDateRangeAggregation
16922
- filter?: SecurityQueryApiKeysAPIKeyQueryContainer
16923
- filters?: SecurityQueryApiKeysAPIKeyFiltersAggregation
16923
+ filter?: SecurityQueryApiKeysApiKeyQueryContainer
16924
+ filters?: SecurityQueryApiKeysApiKeyFiltersAggregation
16924
16925
missing?: AggregationsMissingAggregation
16925
16926
range?: AggregationsRangeAggregation
16926
16927
terms?: AggregationsTermsAggregation
16927
16928
value_count?: AggregationsValueCountAggregation
16928
16929
}
16929
16930
16930
- export interface SecurityQueryApiKeysAPIKeyFiltersAggregation extends AggregationsBucketAggregationBase {
16931
- filters?: AggregationsBuckets<SecurityQueryApiKeysAPIKeyQueryContainer >
16931
+ export interface SecurityQueryApiKeysApiKeyFiltersAggregation extends AggregationsBucketAggregationBase {
16932
+ filters?: AggregationsBuckets<SecurityQueryApiKeysApiKeyQueryContainer >
16932
16933
other_bucket?: boolean
16933
16934
other_bucket_key?: string
16934
16935
keyed?: boolean
16935
16936
}
16936
16937
16937
- export interface SecurityQueryApiKeysAPIKeyQueryContainer {
16938
+ export interface SecurityQueryApiKeysApiKeyQueryContainer {
16938
16939
bool?: QueryDslBoolQuery
16939
16940
exists?: QueryDslExistsQuery
16940
16941
ids?: QueryDslIdsQuery
@@ -16952,10 +16953,10 @@ export interface SecurityQueryApiKeysRequest extends RequestBase {
16952
16953
with_limited_by?: boolean
16953
16954
/** @deprecated The use of the 'body' key has been deprecated, move the nested keys to the top level object. */
16954
16955
body?: {
16955
- aggregations?: Record<string, SecurityQueryApiKeysAPIKeyAggregationContainer >
16956
+ aggregations?: Record<string, SecurityQueryApiKeysApiKeyAggregationContainer >
16956
16957
/** @alias aggregations */
16957
- aggs?: Record<string, SecurityQueryApiKeysAPIKeyAggregationContainer >
16958
- query?: SecurityQueryApiKeysAPIKeyQueryContainer
16958
+ aggs?: Record<string, SecurityQueryApiKeysApiKeyAggregationContainer >
16959
+ query?: SecurityQueryApiKeysApiKeyQueryContainer
16959
16960
from?: integer
16960
16961
sort?: Sort
16961
16962
size?: integer
@@ -16967,7 +16968,7 @@ export interface SecurityQueryApiKeysResponse {
16967
16968
total: integer
16968
16969
count: integer
16969
16970
api_keys: SecurityApiKey[]
16970
- aggregations?: Record<AggregateName, SecurityQueryApiKeysAPIKeyAggregate >
16971
+ aggregations?: Record<AggregateName, SecurityQueryApiKeysApiKeyAggregate >
16971
16972
}
16972
16973
16973
16974
export interface SecuritySamlAuthenticateRequest extends RequestBase {
0 commit comments