@@ -14404,6 +14404,7 @@ export interface MlPutTrainedModelPreprocessor {
1440414404export interface MlPutTrainedModelRequest extends RequestBase {
1440514405 model_id: Id
1440614406 defer_definition_decompression?: boolean
14407+ wait_for_completion?: boolean
1440714408 /** @deprecated The use of the 'body' key has been deprecated, move the nested keys to the top level object. */
1440814409 body?: {
1440914410 compressed_definition?: string
@@ -16910,31 +16911,31 @@ export interface SecurityPutUserResponse {
1691016911 created: boolean
1691116912}
1691216913
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
1691416915
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 >
1691816919 meta?: Metadata
1691916920 cardinality?: AggregationsCardinalityAggregation
1692016921 composite?: AggregationsCompositeAggregation
1692116922 date_range?: AggregationsDateRangeAggregation
16922- filter?: SecurityQueryApiKeysAPIKeyQueryContainer
16923- filters?: SecurityQueryApiKeysAPIKeyFiltersAggregation
16923+ filter?: SecurityQueryApiKeysApiKeyQueryContainer
16924+ filters?: SecurityQueryApiKeysApiKeyFiltersAggregation
1692416925 missing?: AggregationsMissingAggregation
1692516926 range?: AggregationsRangeAggregation
1692616927 terms?: AggregationsTermsAggregation
1692716928 value_count?: AggregationsValueCountAggregation
1692816929}
1692916930
16930- export interface SecurityQueryApiKeysAPIKeyFiltersAggregation extends AggregationsBucketAggregationBase {
16931- filters?: AggregationsBuckets<SecurityQueryApiKeysAPIKeyQueryContainer >
16931+ export interface SecurityQueryApiKeysApiKeyFiltersAggregation extends AggregationsBucketAggregationBase {
16932+ filters?: AggregationsBuckets<SecurityQueryApiKeysApiKeyQueryContainer >
1693216933 other_bucket?: boolean
1693316934 other_bucket_key?: string
1693416935 keyed?: boolean
1693516936}
1693616937
16937- export interface SecurityQueryApiKeysAPIKeyQueryContainer {
16938+ export interface SecurityQueryApiKeysApiKeyQueryContainer {
1693816939 bool?: QueryDslBoolQuery
1693916940 exists?: QueryDslExistsQuery
1694016941 ids?: QueryDslIdsQuery
@@ -16952,10 +16953,10 @@ export interface SecurityQueryApiKeysRequest extends RequestBase {
1695216953 with_limited_by?: boolean
1695316954 /** @deprecated The use of the 'body' key has been deprecated, move the nested keys to the top level object. */
1695416955 body?: {
16955- aggregations?: Record<string, SecurityQueryApiKeysAPIKeyAggregationContainer >
16956+ aggregations?: Record<string, SecurityQueryApiKeysApiKeyAggregationContainer >
1695616957 /** @alias aggregations */
16957- aggs?: Record<string, SecurityQueryApiKeysAPIKeyAggregationContainer >
16958- query?: SecurityQueryApiKeysAPIKeyQueryContainer
16958+ aggs?: Record<string, SecurityQueryApiKeysApiKeyAggregationContainer >
16959+ query?: SecurityQueryApiKeysApiKeyQueryContainer
1695916960 from?: integer
1696016961 sort?: Sort
1696116962 size?: integer
@@ -16967,7 +16968,7 @@ export interface SecurityQueryApiKeysResponse {
1696716968 total: integer
1696816969 count: integer
1696916970 api_keys: SecurityApiKey[]
16970- aggregations?: Record<AggregateName, SecurityQueryApiKeysAPIKeyAggregate >
16971+ aggregations?: Record<AggregateName, SecurityQueryApiKeysApiKeyAggregate >
1697116972}
1697216973
1697316974export interface SecuritySamlAuthenticateRequest extends RequestBase {
0 commit comments