tencentcloud-sdk-nodejs 4.0.837 → 4.0.839
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +431 -0
- package/SERVICE_CHANGELOG.md +600 -11
- package/package.json +1 -1
- package/products.md +58 -58
- package/src/common/sdk_version.ts +1 -1
- package/src/services/aiart/v20221229/aiart_client.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_models.ts +9 -0
- package/src/services/cdb/v20170320/cdb_client.ts +1 -1
- package/src/services/cdb/v20170320/cdb_models.ts +2 -0
- package/src/services/cfw/v20190904/cfw_client.ts +1 -0
- package/src/services/cfw/v20190904/cfw_models.ts +92 -0
- package/src/services/cls/v20201016/cls_models.ts +53 -31
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +1 -0
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +39 -0
- package/src/services/es/v20180416/es_client.ts +25 -9
- package/src/services/es/v20180416/es_models.ts +261 -37
- package/src/services/essbasic/v20210526/essbasic_models.ts +4 -0
- package/src/services/faceid/v20180301/faceid_models.ts +25 -3
- package/src/services/live/v20180801/live_models.ts +17 -0
- package/src/services/monitor/v20180724/monitor_models.ts +9 -3
- package/src/services/mps/v20190612/mps_models.ts +96 -42
- package/src/services/oceanus/v20190422/oceanus_models.ts +1 -1
- package/src/services/omics/v20221128/omics_models.ts +10 -2
- package/src/services/organization/v20210331/organization_client.ts +35 -7
- package/src/services/organization/v20210331/organization_models.ts +221 -76
- package/src/services/pts/v20210728/pts_client.ts +1 -1
- package/src/services/pts/v20210728/pts_models.ts +8 -3
- package/src/services/redis/v20180412/redis_models.ts +7 -0
- package/src/services/ssl/v20191205/ssl_client.ts +20 -7
- package/src/services/ssl/v20191205/ssl_models.ts +64 -6
- package/src/services/ssm/v20190923/ssm_models.ts +1 -1
- package/src/services/tdmq/v20200217/tdmq_models.ts +1 -0
- package/src/services/trocket/v20230308/trocket_client.ts +6 -4
- package/src/services/trocket/v20230308/trocket_models.ts +63 -0
- package/src/services/vod/v20180717/vod_models.ts +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/aiart/v20221229/aiart_client.d.ts +1 -1
- package/tencentcloud/services/aiart/v20221229/aiart_client.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +9 -0
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +2 -0
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +91 -0
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +53 -31
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +38 -0
- package/tencentcloud/services/es/v20180416/es_client.d.ts +5 -1
- package/tencentcloud/services/es/v20180416/es_client.js +6 -0
- package/tencentcloud/services/es/v20180416/es_models.d.ts +255 -37
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +4 -0
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +25 -3
- package/tencentcloud/services/live/v20180801/live_models.d.ts +17 -0
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +9 -3
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +96 -42
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +1 -1
- package/tencentcloud/services/omics/v20221128/omics_models.d.ts +10 -2
- package/tencentcloud/services/organization/v20210331/organization_client.d.ts +10 -2
- package/tencentcloud/services/organization/v20210331/organization_client.js +13 -1
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +212 -75
- package/tencentcloud/services/pts/v20210728/pts_client.d.ts +1 -1
- package/tencentcloud/services/pts/v20210728/pts_models.d.ts +8 -3
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +7 -0
- package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +7 -3
- package/tencentcloud/services/ssl/v20191205/ssl_client.js +9 -3
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +61 -6
- package/tencentcloud/services/ssm/v20190923/ssm_models.d.ts +1 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +1 -0
- package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +4 -4
- package/tencentcloud/services/trocket/v20230308/trocket_client.js +4 -4
- package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +61 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +1 -1
- package/test/es.v20180416.test.js +10 -0
- package/test/organization.v20210331.test.js +20 -0
- package/test/ssl.v20191205.test.js +12 -2
|
@@ -2576,7 +2576,7 @@ export interface DescribeMachineGroupConfigsResponse {
|
|
|
2576
2576
|
*/
|
|
2577
2577
|
export interface CheckRechargeKafkaServerRequest {
|
|
2578
2578
|
/**
|
|
2579
|
-
* 导入Kafka类型,0: 腾讯云CKafka
|
|
2579
|
+
* 导入Kafka类型,0: 腾讯云CKafka;1: 用户自建Kafka。
|
|
2580
2580
|
*/
|
|
2581
2581
|
KafkaType: number
|
|
2582
2582
|
/**
|
|
@@ -2590,11 +2590,11 @@ KafkaType为1时,ServerAddr必填
|
|
|
2590
2590
|
*/
|
|
2591
2591
|
ServerAddr?: string
|
|
2592
2592
|
/**
|
|
2593
|
-
* ServerAddr
|
|
2593
|
+
* ServerAddr是否为加密连接,默认值false。当KafkaType为1用户自建kafka时生效。
|
|
2594
2594
|
*/
|
|
2595
2595
|
IsEncryptionAddr?: boolean
|
|
2596
2596
|
/**
|
|
2597
|
-
* 加密访问协议。IsEncryptionAddr参数为true
|
|
2597
|
+
* 加密访问协议。KafkaType参数为1并且IsEncryptionAddr参数为true时必填。
|
|
2598
2598
|
*/
|
|
2599
2599
|
Protocol?: KafkaProtocolInfo
|
|
2600
2600
|
}
|
|
@@ -3903,11 +3903,13 @@ export interface CreateShipperRequest {
|
|
|
3903
3903
|
*/
|
|
3904
3904
|
TopicId: string
|
|
3905
3905
|
/**
|
|
3906
|
-
*
|
|
3906
|
+
* COS存储桶,详见产品支持的[存储桶命名规范](https://cloud.tencent.com/document/product/436/13312)。
|
|
3907
3907
|
*/
|
|
3908
3908
|
Bucket: string
|
|
3909
3909
|
/**
|
|
3910
|
-
*
|
|
3910
|
+
* 投递规则投递的新的目录前缀。
|
|
3911
|
+
- 仅支持0-9A-Za-z-_/
|
|
3912
|
+
- 最大支持256个字符
|
|
3911
3913
|
*/
|
|
3912
3914
|
Prefix: string
|
|
3913
3915
|
/**
|
|
@@ -3943,15 +3945,25 @@ export interface CreateShipperRequest {
|
|
|
3943
3945
|
*/
|
|
3944
3946
|
FilenameMode?: number
|
|
3945
3947
|
/**
|
|
3946
|
-
*
|
|
3948
|
+
* 投递数据范围的开始时间点(秒级时间戳),不能超出日志主题的生命周期起点。
|
|
3949
|
+
如果用户不填写,默认为用户新建投递任务的时间。
|
|
3947
3950
|
*/
|
|
3948
3951
|
StartTime?: number
|
|
3949
3952
|
/**
|
|
3950
|
-
*
|
|
3953
|
+
* 投递数据范围的结束时间点(秒级时间戳),不能填写未来时间。
|
|
3954
|
+
如果用户不填写,默认为持续投递,即无限。
|
|
3951
3955
|
*/
|
|
3952
3956
|
EndTime?: number
|
|
3953
3957
|
/**
|
|
3954
|
-
* cos
|
|
3958
|
+
* cos桶存储类型。支持:STANDARD_IA、ARCHIVE、DEEP_ARCHIVE、STANDARD、MAZ_STANDARD、MAZ_STANDARD_IA、INTELLIGENT_TIERING。
|
|
3959
|
+
|
|
3960
|
+
1. STANDARD_IA:低频存储;
|
|
3961
|
+
2. ARCHIVE:归档存储;
|
|
3962
|
+
3. DEEP_ARCHIVE:深度归档存储;
|
|
3963
|
+
4. STANDARD:标准存储;
|
|
3964
|
+
5. MAZ_STANDARD:标准存储(多 AZ);
|
|
3965
|
+
6. MAZ_STANDARD_IA:低频存储(多 AZ);
|
|
3966
|
+
7. INTELLIGENT_TIERING:智能分层存储。
|
|
3955
3967
|
*/
|
|
3956
3968
|
StorageType?: string
|
|
3957
3969
|
}
|
|
@@ -4648,29 +4660,29 @@ export interface DeleteExportRequest {
|
|
|
4648
4660
|
*/
|
|
4649
4661
|
export interface PreviewKafkaRechargeRequest {
|
|
4650
4662
|
/**
|
|
4651
|
-
* 预览类型,1
|
|
4663
|
+
* 预览类型,1:源数据预览;2:导出结果预览。
|
|
4652
4664
|
*/
|
|
4653
4665
|
PreviewType: number
|
|
4654
4666
|
/**
|
|
4655
|
-
* 导入Kafka类型,0
|
|
4667
|
+
* 导入Kafka类型,0:腾讯云CKafka;1:用户自建Kafka。
|
|
4656
4668
|
*/
|
|
4657
4669
|
KafkaType: number
|
|
4658
4670
|
/**
|
|
4659
|
-
* 用户需要导入的Kafka相关topic列表,多个topic
|
|
4671
|
+
* 用户需要导入的Kafka相关topic列表,多个topic之间使用半角逗号隔开。
|
|
4672
|
+
最多支持100个。
|
|
4660
4673
|
*/
|
|
4661
4674
|
UserKafkaTopics: string
|
|
4662
4675
|
/**
|
|
4663
|
-
* 导入数据位置,-2
|
|
4676
|
+
* 导入数据位置,-2:最早;-1:最晚。
|
|
4664
4677
|
*/
|
|
4665
4678
|
Offset: number
|
|
4666
4679
|
/**
|
|
4667
|
-
* 腾讯云CKafka实例ID
|
|
4668
|
-
KafkaType为0时KafkaInstance必填
|
|
4680
|
+
* 腾讯云CKafka实例ID,当KafkaType为0时参数KafkaInstance有效且必填。
|
|
4669
4681
|
*/
|
|
4670
4682
|
KafkaInstance?: string
|
|
4671
4683
|
/**
|
|
4672
4684
|
* 服务地址。
|
|
4673
|
-
KafkaType为1时ServerAddr
|
|
4685
|
+
KafkaType为1时ServerAddr必填。
|
|
4674
4686
|
*/
|
|
4675
4687
|
ServerAddr?: string
|
|
4676
4688
|
/**
|
|
@@ -4680,7 +4692,7 @@ KafkaType为1时有效。
|
|
|
4680
4692
|
IsEncryptionAddr?: boolean
|
|
4681
4693
|
/**
|
|
4682
4694
|
* 加密访问协议。
|
|
4683
|
-
KafkaType为1并且IsEncryptionAddr为true时Protocol
|
|
4695
|
+
KafkaType为1并且IsEncryptionAddr为true时Protocol必填。
|
|
4684
4696
|
*/
|
|
4685
4697
|
Protocol?: KafkaProtocolInfo
|
|
4686
4698
|
/**
|
|
@@ -4780,15 +4792,17 @@ export interface ModifyShipperRequest {
|
|
|
4780
4792
|
*/
|
|
4781
4793
|
ShipperId: string
|
|
4782
4794
|
/**
|
|
4783
|
-
*
|
|
4795
|
+
* COS存储桶,详见产品支持的[存储桶命名规范](https://cloud.tencent.com/document/product/436/13312)。
|
|
4784
4796
|
*/
|
|
4785
4797
|
Bucket?: string
|
|
4786
4798
|
/**
|
|
4787
|
-
*
|
|
4799
|
+
* 投递规则投递的新的目录前缀。
|
|
4800
|
+
- 仅支持0-9A-Za-z-_/
|
|
4801
|
+
- 最大支持256个字符
|
|
4788
4802
|
*/
|
|
4789
4803
|
Prefix?: string
|
|
4790
4804
|
/**
|
|
4791
|
-
*
|
|
4805
|
+
* 投递规则的开关状态。true:开启投递任务;false:关闭投递任务。
|
|
4792
4806
|
*/
|
|
4793
4807
|
Status?: boolean
|
|
4794
4808
|
/**
|
|
@@ -4820,11 +4834,19 @@ export interface ModifyShipperRequest {
|
|
|
4820
4834
|
*/
|
|
4821
4835
|
Content?: ContentInfo
|
|
4822
4836
|
/**
|
|
4823
|
-
* 投递文件命名配置,0:随机数命名,1
|
|
4837
|
+
* 投递文件命名配置,0:随机数命名,1:投递时间命名。
|
|
4824
4838
|
*/
|
|
4825
4839
|
FilenameMode?: number
|
|
4826
4840
|
/**
|
|
4827
|
-
* cos
|
|
4841
|
+
* cos桶存储类型。支持:STANDARD_IA、ARCHIVE、DEEP_ARCHIVE、STANDARD、MAZ_STANDARD、MAZ_STANDARD_IA、INTELLIGENT_TIERING。
|
|
4842
|
+
|
|
4843
|
+
1. STANDARD_IA:低频存储;
|
|
4844
|
+
2. ARCHIVE:归档存储;
|
|
4845
|
+
3. DEEP_ARCHIVE:深度归档存储;
|
|
4846
|
+
4. STANDARD:标准存储;
|
|
4847
|
+
5. MAZ_STANDARD:标准存储(多 AZ);
|
|
4848
|
+
6. MAZ_STANDARD_IA:低频存储(多 AZ);
|
|
4849
|
+
7. INTELLIGENT_TIERING:智能分层存储。
|
|
4828
4850
|
*/
|
|
4829
4851
|
StorageType?: string
|
|
4830
4852
|
}
|
|
@@ -4858,20 +4880,20 @@ export interface CreateKafkaRechargeRequest {
|
|
|
4858
4880
|
*/
|
|
4859
4881
|
LogRechargeRule: LogRechargeRuleInfo
|
|
4860
4882
|
/**
|
|
4861
|
-
* 腾讯云CKafka实例ID,KafkaType为0
|
|
4883
|
+
* 腾讯云CKafka实例ID,KafkaType为0时必填。
|
|
4862
4884
|
*/
|
|
4863
4885
|
KafkaInstance?: string
|
|
4864
4886
|
/**
|
|
4865
|
-
* 服务地址,KafkaType为1
|
|
4887
|
+
* 服务地址,KafkaType为1时必填。
|
|
4866
4888
|
*/
|
|
4867
4889
|
ServerAddr?: string
|
|
4868
4890
|
/**
|
|
4869
|
-
* ServerAddr是否为加密连接,KafkaType为1
|
|
4891
|
+
* ServerAddr是否为加密连接,KafkaType为1时必填。
|
|
4870
4892
|
*/
|
|
4871
4893
|
IsEncryptionAddr?: boolean
|
|
4872
4894
|
/**
|
|
4873
4895
|
* 加密访问协议。
|
|
4874
|
-
KafkaType为1并且IsEncryptionAddr为true时Protocol
|
|
4896
|
+
KafkaType为1并且IsEncryptionAddr为true时Protocol必填。
|
|
4875
4897
|
*/
|
|
4876
4898
|
Protocol?: KafkaProtocolInfo
|
|
4877
4899
|
/**
|
|
@@ -6599,23 +6621,23 @@ export interface ModifyKafkaRechargeRequest {
|
|
|
6599
6621
|
*/
|
|
6600
6622
|
Name?: string
|
|
6601
6623
|
/**
|
|
6602
|
-
* 导入Kafka类型,0
|
|
6624
|
+
* 导入Kafka类型,0:腾讯云CKafka:1:用户自建Kafka。
|
|
6603
6625
|
*/
|
|
6604
6626
|
KafkaType?: number
|
|
6605
6627
|
/**
|
|
6606
|
-
* 腾讯云CKafka实例ID,KafkaType为0
|
|
6628
|
+
* 腾讯云CKafka实例ID,KafkaType为0时必填。
|
|
6607
6629
|
*/
|
|
6608
6630
|
KafkaInstance?: string
|
|
6609
6631
|
/**
|
|
6610
|
-
*
|
|
6632
|
+
* 服务地址,KafkaType为1时必填。
|
|
6611
6633
|
*/
|
|
6612
6634
|
ServerAddr?: string
|
|
6613
6635
|
/**
|
|
6614
|
-
* ServerAddr
|
|
6636
|
+
* ServerAddr是否为加密连接,KafkaType为1时必填。
|
|
6615
6637
|
*/
|
|
6616
6638
|
IsEncryptionAddr?: boolean
|
|
6617
6639
|
/**
|
|
6618
|
-
* 加密访问协议,IsEncryptionAddr参数为true
|
|
6640
|
+
* 加密访问协议,KafkaType参数为1并且IsEncryptionAddr参数为true时必填。
|
|
6619
6641
|
*/
|
|
6620
6642
|
Protocol?: KafkaProtocolInfo
|
|
6621
6643
|
/**
|
|
@@ -6631,7 +6653,7 @@ export interface ModifyKafkaRechargeRequest {
|
|
|
6631
6653
|
*/
|
|
6632
6654
|
LogRechargeRule?: LogRechargeRuleInfo
|
|
6633
6655
|
/**
|
|
6634
|
-
* 导入控制,1
|
|
6656
|
+
* 导入控制,1:暂停;2:继续。
|
|
6635
6657
|
*/
|
|
6636
6658
|
StatusControl?: number
|
|
6637
6659
|
}
|
|
@@ -3906,6 +3906,22 @@ export interface SwitchProxyVpcResponse {
|
|
|
3906
3906
|
RequestId?: string
|
|
3907
3907
|
}
|
|
3908
3908
|
|
|
3909
|
+
/**
|
|
3910
|
+
* 可用区属性项
|
|
3911
|
+
*/
|
|
3912
|
+
export interface SlaveZoneAttrItem {
|
|
3913
|
+
/**
|
|
3914
|
+
* 可用区
|
|
3915
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3916
|
+
*/
|
|
3917
|
+
Zone?: string
|
|
3918
|
+
/**
|
|
3919
|
+
* binlog同步方式
|
|
3920
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3921
|
+
*/
|
|
3922
|
+
BinlogSyncWay?: string
|
|
3923
|
+
}
|
|
3924
|
+
|
|
3909
3925
|
/**
|
|
3910
3926
|
* SwitchProxyVpc请求参数结构体
|
|
3911
3927
|
*/
|
|
@@ -7000,6 +7016,10 @@ export interface ModifyClusterSlaveZoneRequest {
|
|
|
7000
7016
|
* 新从可用区
|
|
7001
7017
|
*/
|
|
7002
7018
|
NewSlaveZone: string
|
|
7019
|
+
/**
|
|
7020
|
+
* binlog同步方式。默认值:async。可选值:sync、semisync、async
|
|
7021
|
+
*/
|
|
7022
|
+
BinlogSyncWay?: string
|
|
7003
7023
|
}
|
|
7004
7024
|
|
|
7005
7025
|
/**
|
|
@@ -7281,6 +7301,11 @@ pausing
|
|
|
7281
7301
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
7282
7302
|
*/
|
|
7283
7303
|
NetworkType?: string
|
|
7304
|
+
/**
|
|
7305
|
+
* 备可用区属性
|
|
7306
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7307
|
+
*/
|
|
7308
|
+
SlaveZoneAttr?: Array<SlaveZoneAttrItem>
|
|
7284
7309
|
}
|
|
7285
7310
|
|
|
7286
7311
|
/**
|
|
@@ -7701,6 +7726,16 @@ export interface ClusterSlaveData {
|
|
|
7701
7726
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
7702
7727
|
*/
|
|
7703
7728
|
NewSlaveZone?: Array<string>
|
|
7729
|
+
/**
|
|
7730
|
+
* 新从可用区属性
|
|
7731
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7732
|
+
*/
|
|
7733
|
+
NewSlaveZoneAttr?: Array<SlaveZoneAttrItem>
|
|
7734
|
+
/**
|
|
7735
|
+
* 旧可用区属性
|
|
7736
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7737
|
+
*/
|
|
7738
|
+
OldSlaveZoneAttr?: Array<SlaveZoneAttrItem>
|
|
7704
7739
|
}
|
|
7705
7740
|
|
|
7706
7741
|
/**
|
|
@@ -7876,6 +7911,10 @@ export interface AddClusterSlaveZoneRequest {
|
|
|
7876
7911
|
* 从可用区
|
|
7877
7912
|
*/
|
|
7878
7913
|
SlaveZone: string
|
|
7914
|
+
/**
|
|
7915
|
+
* binlog同步方式。默认值:async。可选值:sync、semisync、async
|
|
7916
|
+
*/
|
|
7917
|
+
BinlogSyncWay?: string
|
|
7879
7918
|
}
|
|
7880
7919
|
|
|
7881
7920
|
/**
|
|
@@ -35,6 +35,7 @@ import {
|
|
|
35
35
|
DeleteLogstashPipelinesResponse,
|
|
36
36
|
TagInfo,
|
|
37
37
|
KeyValue,
|
|
38
|
+
UpdateDiagnoseSettingsResponse,
|
|
38
39
|
UpdateLogstashPipelineDescResponse,
|
|
39
40
|
DescribeInstancesResponse,
|
|
40
41
|
DescribeInstanceLogsResponse,
|
|
@@ -66,7 +67,7 @@ import {
|
|
|
66
67
|
DescribeServerlessSpaceUserResponse,
|
|
67
68
|
LogDetail,
|
|
68
69
|
DescribeLogstashInstanceLogsRequest,
|
|
69
|
-
|
|
70
|
+
DescribeIndexMetaResponse,
|
|
70
71
|
DiagnoseJobMeta,
|
|
71
72
|
StartLogstashPipelinesRequest,
|
|
72
73
|
GetDiagnoseSettingsResponse,
|
|
@@ -75,6 +76,7 @@ import {
|
|
|
75
76
|
DeleteServerlessSpaceUserResponse,
|
|
76
77
|
DiData,
|
|
77
78
|
UpgradeLicenseResponse,
|
|
79
|
+
ServerlessIndexSettingsField,
|
|
78
80
|
LogstashExtendedFile,
|
|
79
81
|
UpdateLogstashInstanceRequest,
|
|
80
82
|
UpdateRequestTargetNodeTypesRequest,
|
|
@@ -96,7 +98,7 @@ import {
|
|
|
96
98
|
DeleteIndexRequest,
|
|
97
99
|
DescribeViewsRequest,
|
|
98
100
|
DescribeIndexListResponse,
|
|
99
|
-
|
|
101
|
+
DescribeUserCosSnapshotListRequest,
|
|
100
102
|
DescribeLogstashInstanceOperationsRequest,
|
|
101
103
|
DescribeInstancePluginInfo,
|
|
102
104
|
CreateLogstashInstanceResponse,
|
|
@@ -110,6 +112,7 @@ import {
|
|
|
110
112
|
DiagnoseResult,
|
|
111
113
|
RestartKibanaRequest,
|
|
112
114
|
SaveAndDeployLogstashPipelineResponse,
|
|
115
|
+
ServerlessIndexOptionsField,
|
|
113
116
|
UpdateDictionariesRequest,
|
|
114
117
|
OperationDuration,
|
|
115
118
|
UpgradeLicenseRequest,
|
|
@@ -120,18 +123,21 @@ import {
|
|
|
120
123
|
OperationDurationUpdated,
|
|
121
124
|
CreateInstanceRequest,
|
|
122
125
|
CreateLogstashInstanceRequest,
|
|
126
|
+
UpdateServerlessInstanceResponse,
|
|
123
127
|
UpdateDictionariesResponse,
|
|
124
128
|
InstanceInfo,
|
|
125
129
|
DiDataSourceCvmInstance,
|
|
126
130
|
DeleteIndexResponse,
|
|
127
131
|
DeleteServerlessSpaceUserRequest,
|
|
132
|
+
RestartNodesResponse,
|
|
128
133
|
DescribeInstancesRequest,
|
|
129
134
|
CheckMigrateIndexMetaDataRequest,
|
|
130
135
|
EsDictionaryInfo,
|
|
131
136
|
DescribeLogstashPipelinesRequest,
|
|
132
137
|
OutboundPublicAcl,
|
|
133
138
|
DataStreamInfo,
|
|
134
|
-
|
|
139
|
+
ServerlessIndexMetaField,
|
|
140
|
+
GetRequestTargetNodeTypesRequest,
|
|
135
141
|
ModifyEsVipSecurityGroupRequest,
|
|
136
142
|
ProcessDetail,
|
|
137
143
|
DiSourceTke,
|
|
@@ -142,14 +148,14 @@ import {
|
|
|
142
148
|
DescribeIndexMetaRequest,
|
|
143
149
|
UpdateJdkResponse,
|
|
144
150
|
RestartKibanaResponse,
|
|
145
|
-
|
|
151
|
+
DescribeUserCosSnapshotListResponse,
|
|
146
152
|
UpdateIndexRequest,
|
|
147
|
-
|
|
153
|
+
ServerlessIndexNetworkField,
|
|
148
154
|
WebNodeTypeInfo,
|
|
149
155
|
LocalDiskInfo,
|
|
150
156
|
IndexPolicyField,
|
|
151
157
|
UpdatePluginsResponse,
|
|
152
|
-
|
|
158
|
+
UpdateIndexResponse,
|
|
153
159
|
UpdateJdkRequest,
|
|
154
160
|
UpdateLogstashInstanceResponse,
|
|
155
161
|
StopLogstashPipelinesRequest,
|
|
@@ -175,14 +181,14 @@ import {
|
|
|
175
181
|
ZoneDetail,
|
|
176
182
|
ServerlessDi,
|
|
177
183
|
StopLogstashPipelinesResponse,
|
|
178
|
-
|
|
184
|
+
DescribeServerlessInstancesRequest,
|
|
179
185
|
KibanaNodeInfo,
|
|
180
|
-
|
|
186
|
+
StartLogstashPipelinesResponse,
|
|
181
187
|
GetDiagnoseSettingsRequest,
|
|
182
188
|
EsAcl,
|
|
183
189
|
DescribeInstancePluginListRequest,
|
|
184
190
|
RestartNodesRequest,
|
|
185
|
-
|
|
191
|
+
DescribeServerlessInstancesResponse,
|
|
186
192
|
DeleteLogstashInstanceRequest,
|
|
187
193
|
UpgradeInstanceRequest,
|
|
188
194
|
DescribeViewsResponse,
|
|
@@ -712,6 +718,16 @@ export class Client extends AbstractClient {
|
|
|
712
718
|
return this.request("DescribeInstancePluginList", req, cb)
|
|
713
719
|
}
|
|
714
720
|
|
|
721
|
+
/**
|
|
722
|
+
* Serverless获取索引列表
|
|
723
|
+
*/
|
|
724
|
+
async DescribeServerlessInstances(
|
|
725
|
+
req: DescribeServerlessInstancesRequest,
|
|
726
|
+
cb?: (error: string, rep: DescribeServerlessInstancesResponse) => void
|
|
727
|
+
): Promise<DescribeServerlessInstancesResponse> {
|
|
728
|
+
return this.request("DescribeServerlessInstances", req, cb)
|
|
729
|
+
}
|
|
730
|
+
|
|
715
731
|
/**
|
|
716
732
|
* 获取索引元数据
|
|
717
733
|
*/
|