tencentcloud-sdk-nodejs 4.1.233 → 4.1.235

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.
Files changed (55) hide show
  1. package/es/common/sdk_version.js +1 -1
  2. package/es/services/dataagent/v20250513/dataagent_client.js +32 -29
  3. package/es/services/ioa/v20220601/ioa_client.js +9 -0
  4. package/es/services/lkeap/v20240522/lkeap_client.js +14 -62
  5. package/es/services/monitor/v20180724/monitor_client.js +0 -6
  6. package/es/services/tione/v20211111/tione_client.js +5 -2
  7. package/es/services/waf/v20180125/waf_client.js +6 -0
  8. package/package.json +1 -1
  9. package/tencentcloud/common/sdk_version.d.ts +1 -1
  10. package/tencentcloud/common/sdk_version.js +1 -1
  11. package/tencentcloud/services/batch/v20170312/batch_models.d.ts +5 -5
  12. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +36 -39
  13. package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +21 -17
  14. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +3 -9
  15. package/tencentcloud/services/config/v20220802/config_models.d.ts +52 -52
  16. package/tencentcloud/services/csip/v20221121/csip_models.d.ts +18 -28
  17. package/tencentcloud/services/ctem/v20231128/ctem_models.d.ts +26 -22
  18. package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +8 -8
  19. package/tencentcloud/services/cvm/v20170312/cvm_client.js +8 -8
  20. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +5 -5
  21. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +8 -10
  22. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +13 -14
  23. package/tencentcloud/services/dataagent/v20250513/dataagent_client.d.ts +39 -35
  24. package/tencentcloud/services/dataagent/v20250513/dataagent_client.js +57 -51
  25. package/tencentcloud/services/dataagent/v20250513/dataagent_models.d.ts +13 -0
  26. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +4 -0
  27. package/tencentcloud/services/ga2/v20250115/ga2_models.d.ts +19 -19
  28. package/tencentcloud/services/ioa/v20220601/ioa_client.d.ts +13 -1
  29. package/tencentcloud/services/ioa/v20220601/ioa_client.js +18 -0
  30. package/tencentcloud/services/ioa/v20220601/ioa_models.d.ts +270 -42
  31. package/tencentcloud/services/lkeap/v20240522/lkeap_client.d.ts +22 -87
  32. package/tencentcloud/services/lkeap/v20240522/lkeap_client.js +29 -126
  33. package/tencentcloud/services/lkeap/v20240522/lkeap_models.d.ts +125 -866
  34. package/tencentcloud/services/mna/v20210119/mna_models.d.ts +24 -24
  35. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +16 -14
  36. package/tencentcloud/services/monitor/v20180724/monitor_client.js +15 -17
  37. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +15 -89
  38. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +5 -1
  39. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +58 -14
  40. package/tencentcloud/services/rce/v20250425/rce_models.d.ts +1 -1
  41. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +12 -8
  42. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +79 -65
  43. package/tencentcloud/services/tdmysql/v20211122/tdmysql_models.d.ts +26 -14
  44. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +2 -2
  45. package/tencentcloud/services/tione/v20211111/tione_client.d.ts +7 -3
  46. package/tencentcloud/services/tione/v20211111/tione_client.js +9 -3
  47. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +22 -0
  48. package/tencentcloud/services/trro/v20220325/trro_models.d.ts +50 -38
  49. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +2 -1
  50. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +1 -1
  51. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +9 -1
  52. package/tencentcloud/services/waf/v20180125/waf_client.js +12 -0
  53. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +246 -40
  54. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +204 -203
  55. package/tencentcloud/services/wedata/v20250806/wedata_models.d.ts +52 -37
@@ -1 +1 @@
1
- export const sdkVersion = "4.1.233";
1
+ export const sdkVersion = "4.1.235";
@@ -6,17 +6,26 @@ export class Client extends AbstractClient {
6
6
  async UploadAndCommitFile(req, cb) {
7
7
  return this.request("UploadAndCommitFile", req, cb);
8
8
  }
9
- async ModifyChunk(req, cb) {
10
- return this.request("ModifyChunk", req, cb);
9
+ async GetKnowledgeBaseList(req, cb) {
10
+ return this.request("GetKnowledgeBaseList", req, cb);
11
11
  }
12
- async DeleteChunk(req, cb) {
13
- return this.request("DeleteChunk", req, cb);
12
+ async ModifyKnowledgeBase(req, cb) {
13
+ return this.request("ModifyKnowledgeBase", req, cb);
14
+ }
15
+ async GetKnowledgeBaseFileList(req, cb) {
16
+ return this.request("GetKnowledgeBaseFileList", req, cb);
17
+ }
18
+ async GetSessionDetails(req, cb) {
19
+ return this.request("GetSessionDetails", req, cb);
20
+ }
21
+ async GetUserInstanceList(req, cb) {
22
+ return this.request("GetUserInstanceList", req, cb);
14
23
  }
15
24
  async GetUploadJobDetails(req, cb) {
16
25
  return this.request("GetUploadJobDetails", req, cb);
17
26
  }
18
- async GetKnowledgeBaseList(req, cb) {
19
- return this.request("GetKnowledgeBaseList", req, cb);
27
+ async QueryUserAuthority(req, cb) {
28
+ return this.request("QueryUserAuthority", req, cb);
20
29
  }
21
30
  async AddChunk(req, cb) {
22
31
  return this.request("AddChunk", req, cb);
@@ -27,43 +36,37 @@ export class Client extends AbstractClient {
27
36
  async CreateDataAgentSession(req, cb) {
28
37
  return this.request("CreateDataAgentSession", req, cb);
29
38
  }
39
+ async UpdateScene(req, cb) {
40
+ return this.request("UpdateScene", req, cb);
41
+ }
30
42
  async QuerySceneList(req, cb) {
31
43
  return this.request("QuerySceneList", req, cb);
32
44
  }
33
- async ModifyKnowledgeBase(req, cb) {
34
- return this.request("ModifyKnowledgeBase", req, cb);
45
+ async AddScene(req, cb) {
46
+ return this.request("AddScene", req, cb);
47
+ }
48
+ async QueryChunkList(req, cb) {
49
+ return this.request("QueryChunkList", req, cb);
35
50
  }
36
51
  async ModifyUserAuthority(req, cb) {
37
52
  return this.request("ModifyUserAuthority", req, cb);
38
53
  }
54
+ async StopChatAI(req, cb) {
55
+ return this.request("StopChatAI", req, cb);
56
+ }
57
+ async ModifyChunk(req, cb) {
58
+ return this.request("ModifyChunk", req, cb);
59
+ }
60
+ async DeleteChunk(req, cb) {
61
+ return this.request("DeleteChunk", req, cb);
62
+ }
39
63
  async DeleteScene(req, cb) {
40
64
  return this.request("DeleteScene", req, cb);
41
65
  }
42
66
  async DeleteDataAgentSession(req, cb) {
43
67
  return this.request("DeleteDataAgentSession", req, cb);
44
68
  }
45
- async AddScene(req, cb) {
46
- return this.request("AddScene", req, cb);
47
- }
48
- async QueryUserAuthority(req, cb) {
49
- return this.request("QueryUserAuthority", req, cb);
50
- }
51
- async QueryChunkList(req, cb) {
52
- return this.request("QueryChunkList", req, cb);
53
- }
54
- async GetKnowledgeBaseFileList(req, cb) {
55
- return this.request("GetKnowledgeBaseFileList", req, cb);
56
- }
57
- async GetSessionDetails(req, cb) {
58
- return this.request("GetSessionDetails", req, cb);
59
- }
60
- async UpdateScene(req, cb) {
61
- return this.request("UpdateScene", req, cb);
62
- }
63
69
  async GetJobsByKnowledgeBaseId(req, cb) {
64
70
  return this.request("GetJobsByKnowledgeBaseId", req, cb);
65
71
  }
66
- async StopChatAI(req, cb) {
67
- return this.request("StopChatAI", req, cb);
68
- }
69
72
  }
@@ -6,6 +6,9 @@ export class Client extends AbstractClient {
6
6
  async DescribeAggrSoftDeviceList(req, cb) {
7
7
  return this.request("DescribeAggrSoftDeviceList", req, cb);
8
8
  }
9
+ async DescribeCompanyDirectoryConfig(req, cb) {
10
+ return this.request("DescribeCompanyDirectoryConfig", req, cb);
11
+ }
9
12
  async GrantResourcesByAccounts(req, cb) {
10
13
  return this.request("GrantResourcesByAccounts", req, cb);
11
14
  }
@@ -24,6 +27,12 @@ export class Client extends AbstractClient {
24
27
  async CreateDLPFileDetectTask(req, cb) {
25
28
  return this.request("CreateDLPFileDetectTask", req, cb);
26
29
  }
30
+ async ModifyCompanyDirectoryConfig(req, cb) {
31
+ return this.request("ModifyCompanyDirectoryConfig", req, cb);
32
+ }
33
+ async CreateCompanyDirectoryConfig(req, cb) {
34
+ return this.request("CreateCompanyDirectoryConfig", req, cb);
35
+ }
27
36
  async CreateDeviceVirtualGroup(req, cb) {
28
37
  return this.request("CreateDeviceVirtualGroup", req, cb);
29
38
  }
@@ -3,85 +3,37 @@ export class Client extends AbstractClient {
3
3
  constructor(clientConfig) {
4
4
  super("lkeap.tencentcloudapi.com", "2024-05-22", clientConfig);
5
5
  }
6
- async RetrieveKnowledge(req, cb) {
7
- return this.request("RetrieveKnowledge", req, cb);
6
+ async QueryRewrite(req, cb) {
7
+ return this.request("QueryRewrite", req, cb);
8
8
  }
9
- async ModifyQA(req, cb) {
10
- return this.request("ModifyQA", req, cb);
9
+ async CreateReconstructDocumentFlow(req, cb) {
10
+ return this.request("CreateReconstructDocumentFlow", req, cb);
11
11
  }
12
- async GetReconstructDocumentResult(req, cb) {
13
- return this.request("GetReconstructDocumentResult", req, cb);
12
+ async GetCharacterUsage(req, cb) {
13
+ return this.request("GetCharacterUsage", req, cb);
14
14
  }
15
15
  async GetSplitDocumentResult(req, cb) {
16
16
  return this.request("GetSplitDocumentResult", req, cb);
17
17
  }
18
- async DescribeDoc(req, cb) {
19
- return this.request("DescribeDoc", req, cb);
18
+ async CreateSplitDocumentFlow(req, cb) {
19
+ return this.request("CreateSplitDocumentFlow", req, cb);
20
20
  }
21
21
  async ReconstructDocumentSSE(req, cb) {
22
22
  return this.request("ReconstructDocumentSSE", req, cb);
23
23
  }
24
- async DeleteDocs(req, cb) {
25
- return this.request("DeleteDocs", req, cb);
26
- }
27
- async DeleteQAs(req, cb) {
28
- return this.request("DeleteQAs", req, cb);
29
- }
30
- async QueryRewrite(req, cb) {
31
- return this.request("QueryRewrite", req, cb);
32
- }
33
- async GetEmbedding(req, cb) {
34
- return this.request("GetEmbedding", req, cb);
35
- }
36
- async ModifyAttributeLabel(req, cb) {
37
- return this.request("ModifyAttributeLabel", req, cb);
38
- }
39
24
  async RunRerank(req, cb) {
40
25
  return this.request("RunRerank", req, cb);
41
26
  }
27
+ async GetReconstructDocumentResult(req, cb) {
28
+ return this.request("GetReconstructDocumentResult", req, cb);
29
+ }
42
30
  async CancelTask(req, cb) {
43
31
  return this.request("CancelTask", req, cb);
44
32
  }
45
- async ListQAs(req, cb) {
46
- return this.request("ListQAs", req, cb);
47
- }
48
- async DeleteAttributeLabels(req, cb) {
49
- return this.request("DeleteAttributeLabels", req, cb);
50
- }
51
- async CreateAttributeLabel(req, cb) {
52
- return this.request("CreateAttributeLabel", req, cb);
53
- }
54
- async CreateReconstructDocumentFlow(req, cb) {
55
- return this.request("CreateReconstructDocumentFlow", req, cb);
56
- }
57
- async ListAttributeLabels(req, cb) {
58
- return this.request("ListAttributeLabels", req, cb);
59
- }
60
- async ListDocs(req, cb) {
61
- return this.request("ListDocs", req, cb);
62
- }
63
- async CreateKnowledgeBase(req, cb) {
64
- return this.request("CreateKnowledgeBase", req, cb);
65
- }
66
- async ImportQAs(req, cb) {
67
- return this.request("ImportQAs", req, cb);
68
- }
69
- async CreateQA(req, cb) {
70
- return this.request("CreateQA", req, cb);
71
- }
72
- async DeleteKnowledgeBase(req, cb) {
73
- return this.request("DeleteKnowledgeBase", req, cb);
74
- }
75
- async CreateSplitDocumentFlow(req, cb) {
76
- return this.request("CreateSplitDocumentFlow", req, cb);
77
- }
78
- async GetCharacterUsage(req, cb) {
79
- return this.request("GetCharacterUsage", req, cb);
80
- }
81
- async UploadDoc(req, cb) {
82
- return this.request("UploadDoc", req, cb);
83
- }
84
33
  async ChatCompletions(req, cb) {
85
34
  return this.request("ChatCompletions", req, cb);
86
35
  }
36
+ async GetEmbedding(req, cb) {
37
+ return this.request("GetEmbedding", req, cb);
38
+ }
87
39
  }
@@ -438,9 +438,6 @@ export class Client extends AbstractClient {
438
438
  async UpdateDNSConfig(req, cb) {
439
439
  return this.request("UpdateDNSConfig", req, cb);
440
440
  }
441
- async DescribeServiceDiscovery(req, cb) {
442
- return this.request("DescribeServiceDiscovery", req, cb);
443
- }
444
441
  async DescribeGrafanaIntegrations(req, cb) {
445
442
  return this.request("DescribeGrafanaIntegrations", req, cb);
446
443
  }
@@ -459,9 +456,6 @@ export class Client extends AbstractClient {
459
456
  async DescribeAllNamespaces(req, cb) {
460
457
  return this.request("DescribeAllNamespaces", req, cb);
461
458
  }
462
- async CreateServiceDiscovery(req, cb) {
463
- return this.request("CreateServiceDiscovery", req, cb);
464
- }
465
459
  async CreatePrometheusRecordRuleYaml(req, cb) {
466
460
  return this.request("CreatePrometheusRecordRuleYaml", req, cb);
467
461
  }
@@ -6,6 +6,9 @@ export class Client extends AbstractClient {
6
6
  async DescribeTrainingModelVersion(req, cb) {
7
7
  return this.request("DescribeTrainingModelVersion", req, cb);
8
8
  }
9
+ async ModifyModelServiceAuthToken(req, cb) {
10
+ return this.request("ModifyModelServiceAuthToken", req, cb);
11
+ }
9
12
  async DescribeModelService(req, cb) {
10
13
  return this.request("DescribeModelService", req, cb);
11
14
  }
@@ -126,8 +129,8 @@ export class Client extends AbstractClient {
126
129
  async DescribeSubAccountLinuxUserInfos(req, cb) {
127
130
  return this.request("DescribeSubAccountLinuxUserInfos", req, cb);
128
131
  }
129
- async ModifyModelServiceAuthToken(req, cb) {
130
- return this.request("ModifyModelServiceAuthToken", req, cb);
132
+ async DescribeTrainingTaskPodUrl(req, cb) {
133
+ return this.request("DescribeTrainingTaskPodUrl", req, cb);
131
134
  }
132
135
  async CreateModelService(req, cb) {
133
136
  return this.request("CreateModelService", req, cb);
@@ -84,6 +84,9 @@ export class Client extends AbstractClient {
84
84
  async DescribeApiAggregateTopN(req, cb) {
85
85
  return this.request("DescribeApiAggregateTopN", req, cb);
86
86
  }
87
+ async UploadSkillSecScan(req, cb) {
88
+ return this.request("UploadSkillSecScan", req, cb);
89
+ }
87
90
  async DeleteOwaspRuleStatus(req, cb) {
88
91
  return this.request("DeleteOwaspRuleStatus", req, cb);
89
92
  }
@@ -462,6 +465,9 @@ export class Client extends AbstractClient {
462
465
  async DescribeWafAutoDenyRules(req, cb) {
463
466
  return this.request("DescribeWafAutoDenyRules", req, cb);
464
467
  }
468
+ async DescribeSkillSecScanResult(req, cb) {
469
+ return this.request("DescribeSkillSecScanResult", req, cb);
470
+ }
465
471
  async DescribeOwaspRules(req, cb) {
466
472
  return this.request("DescribeOwaspRules", req, cb);
467
473
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.1.233",
3
+ "version": "4.1.235",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1 +1 @@
1
- export declare const sdkVersion = "4.1.233";
1
+ export declare const sdkVersion = "4.1.235";
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.sdkVersion = void 0;
4
- exports.sdkVersion = "4.1.233";
4
+ exports.sdkVersion = "4.1.235";
@@ -2662,23 +2662,23 @@ export interface TerminateComputeNodeResponse {
2662
2662
  */
2663
2663
  export interface VirtualPrivateCloud {
2664
2664
  /**
2665
- * 私有网络ID,形如`vpc-xxx`。有效的VpcId可通过登录[控制台](https://console.cloud.tencent.com/vpc/vpc?rid=1)查询;也可以调用接口 [DescribeVpcs](https://cloud.tencent.com/document/product/215/15778) ,从接口返回中的`VpcId `字段获取。若在创建子机时VpcId与SubnetId同时传入`DEFAULT`,则强制使用默认vpc网络。
2665
+ * <p>私有网络ID,形如<code>vpc-xxx</code>。有效的VpcId可通过登录<a href="https://console.cloud.tencent.com/vpc/vpc?rid=1">控制台</a>查询;也可以调用接口 <a href="https://cloud.tencent.com/document/product/215/15778">DescribeVpcs</a> ,从接口返回中的<code>VpcId</code>字段获取。若在创建子机时VpcId与SubnetId同时传入<code>DEFAULT</code>,则强制使用默认vpc网络。</p>
2666
2666
  */
2667
2667
  VpcId: string;
2668
2668
  /**
2669
- * 私有网络子网ID,形如`subnet-xxx`。有效的私有网络子网ID可通过登录[控制台](https://console.cloud.tencent.com/vpc/subnet?rid=1)查询;也可以调用接口 [DescribeSubnets](https://cloud.tencent.com/document/product/215/15784) ,从接口返回中的`SubnetId `字段获取。若在创建子机时SubnetId与VpcId同时传入`DEFAULT`,则强制使用默认vpc网络。
2669
+ * <p>私有网络子网ID,形如<code>subnet-xxx</code>。有效的私有网络子网ID可通过登录<a href="https://console.cloud.tencent.com/vpc/subnet?rid=1">控制台</a>查询;也可以调用接口 <a href="https://cloud.tencent.com/document/product/215/15784">DescribeSubnets</a> ,从接口返回中的<code>SubnetId</code>字段获取。若在创建子机时SubnetId与VpcId同时传入<code>DEFAULT</code>,则强制使用默认vpc网络。</p>
2670
2670
  */
2671
2671
  SubnetId: string;
2672
2672
  /**
2673
- * 是否用作公网网关。公网网关只有在实例拥有公网IP以及处于私有网络下时才能正常使用。取值范围:<li>true:表示用作公网网关</li><li>false:表示不作为公网网关</li>默认取值:false
2673
+ * <p>是否用作公网网关。公网网关只有在实例拥有公网IP以及处于私有网络下时才能正常使用。取值范围:<li>true:表示用作公网网关</li><li>false:表示不作为公网网关</li>默认取值:false。</p>
2674
2674
  */
2675
2675
  AsVpcGateway?: boolean;
2676
2676
  /**
2677
- * 私有网络子网 IP 数组,在创建实例、修改实例vpc属性操作中可使用此参数。当前仅批量创建多台实例时支持传入相同子网的多个 IP
2677
+ * <p>私有网络子网 IP 数组,在创建实例、修改实例vpc属性操作中可使用此参数。当前仅批量创建多台实例时支持传入相同子网的多个 IP。</p>
2678
2678
  */
2679
2679
  PrivateIpAddresses?: Array<string>;
2680
2680
  /**
2681
- * 为弹性网卡指定随机生成的 IPv6 地址数量。
2681
+ * <p>为弹性网卡指定随机生成的 IPv6 地址数量。</p>
2682
2682
  */
2683
2683
  Ipv6AddressCount?: number;
2684
2684
  }
@@ -5523,15 +5523,15 @@ export interface DescribeClusterInfoRequest {
5523
5523
  */
5524
5524
  export interface DescribeDBPriceResponse {
5525
5525
  /**
5526
- * 实例价格,单位:分。
5526
+ * <p>实例价格,单位:分。</p>
5527
5527
  */
5528
5528
  Price?: number;
5529
5529
  /**
5530
- * 实例原价,单位:分。
5530
+ * <p>实例原价,单位:分。</p>
5531
5531
  */
5532
5532
  OriginalPrice?: number;
5533
5533
  /**
5534
- * 货币单位。CNY-人民币,USD-美元。
5534
+ * <p>货币单位。CNY-人民币,USD-美元。</p>
5535
5535
  */
5536
5536
  Currency?: string;
5537
5537
  /**
@@ -7165,72 +7165,69 @@ export interface DescribeInstancePasswordComplexityResponse {
7165
7165
  */
7166
7166
  export interface AdjustCdbProxyAddressRequest {
7167
7167
  /**
7168
- * 代理组 ID。可通过 [DescribeCdbProxyInfo](https://cloud.tencent.com/document/api/236/90585) 接口获取。
7168
+ * <p>代理组 ID。可通过 <a href="https://cloud.tencent.com/document/api/236/90585">DescribeCdbProxyInfo</a> 接口获取。</p>
7169
7169
  */
7170
7170
  ProxyGroupId: string;
7171
7171
  /**
7172
- * 权重分配模式,
7173
- 系统自动分配:"system", 自定义:"custom"
7172
+ * <p>权重分配模式,<br>系统自动分配:&quot;system&quot;, 自定义:&quot;custom&quot;</p>
7174
7173
  */
7175
7174
  WeightMode: string;
7176
7175
  /**
7177
- * 是否开启延迟剔除,取值:"true" | "false"
7176
+ * <p>是否开启延迟剔除,取值:&quot;true&quot; | &quot;false&quot;</p>
7178
7177
  */
7179
7178
  IsKickOut: boolean;
7180
7179
  /**
7181
- * 最小保留数量,最小取值:0
7182
- 说明:当 IsKickOut 为 true 时才有效。
7180
+ * <p>最小保留数量,最小取值:0。<br>说明:当 IsKickOut 为 true 时才有效。</p>
7183
7181
  */
7184
7182
  MinCount: number;
7185
7183
  /**
7186
- * 延迟剔除阈值,最小取值:1,取值范围:[1,10000],整数。
7184
+ * <p>延迟剔除阈值,最小取值:1,取值范围:[1,10000],整数。</p>
7187
7185
  */
7188
7186
  MaxDelay: number;
7189
7187
  /**
7190
- * 是否开启故障转移,取值:"true" | "false"
7188
+ * <p>是否开启故障转移,取值:&quot;true&quot; | &quot;false&quot;</p>
7191
7189
  */
7192
7190
  FailOver: boolean;
7193
7191
  /**
7194
- * 是否自动添加RO,取值:"true" | "false"
7192
+ * <p>是否自动添加RO,取值:&quot;true&quot; | &quot;false&quot;</p>
7195
7193
  */
7196
7194
  AutoAddRo: boolean;
7197
7195
  /**
7198
- * 是否是只读,取值:"true" | "false"
7196
+ * <p>是否是只读,取值:&quot;true&quot; | &quot;false&quot;</p>
7199
7197
  */
7200
7198
  ReadOnly: boolean;
7201
7199
  /**
7202
- * 代理组地址 ID。可通过 [DescribeCdbProxyInfo](https://cloud.tencent.com/document/api/236/90585) 接口获取。
7200
+ * <p>代理组地址 ID。可通过 <a href="https://cloud.tencent.com/document/api/236/90585">DescribeCdbProxyInfo</a> 接口获取。</p>
7203
7201
  */
7204
7202
  ProxyAddressId: string;
7205
7203
  /**
7206
- * 是否开启事务分离,取值:"true" | "false",默认值 false
7204
+ * <p>是否开启事务分离,取值:&quot;true&quot; | &quot;false&quot;,默认值 false。</p>
7207
7205
  */
7208
7206
  TransSplit?: boolean;
7209
7207
  /**
7210
- * 是否开启连接池。默认关闭。
7211
- 注意:如需使用数据库代理连接池能力,MySQL 8.0 主实例的内核小版本要大于等于 MySQL 8.0 20230630。
7208
+ * <p>是否开启连接池。默认关闭。<br>注意:如需使用数据库代理连接池能力,MySQL 8.0 主实例的内核小版本要大于等于 MySQL 8.0 20230630。</p>
7212
7209
  */
7213
7210
  ConnectionPool?: boolean;
7214
7211
  /**
7215
- * 读写权重分配。如果 WeightMode 传的是 system ,则传入的权重不生效,由系统分配默认权重。
7212
+ * <p>读写权重分配。如果 WeightMode 传的是 system ,则传入的权重不生效,由系统分配默认权重。</p>
7216
7213
  */
7217
7214
  ProxyAllocation?: Array<ProxyAllocation>;
7218
7215
  /**
7219
- * 是否开启自适应负载均衡。默认关闭。
7216
+ * <p>是否开启自适应负载均衡。默认关闭。</p>
7220
7217
  */
7221
7218
  AutoLoadBalance?: boolean;
7222
7219
  /**
7223
- * 访问模式:nearby - 就近访问,balance - 均衡分配,默认就近访问。
7220
+ * <p>访问模式:nearby - 就近访问,balance - 均衡分配,默认就近访问。</p>
7224
7221
  */
7225
7222
  AccessMode?: string;
7226
7223
  /**
7227
- * 是否将libra节点当作普通RO节点
7224
+ * <p>是否将libra节点当作普通RO节点</p>
7228
7225
  */
7229
- ApNodeAsRoNode?: string;
7226
+ ApNodeAsRoNode?: boolean;
7230
7227
  /**
7231
- * libra节点故障,是否转发给其他节点
7228
+ * <p>libra节点故障,是否转发给其他节点</p>
7232
7229
  */
7233
- ApQueryToOtherNode?: string;
7230
+ ApQueryToOtherNode?: boolean;
7234
7231
  }
7235
7232
  /**
7236
7233
  * DescribeDatabases返回参数结构体
@@ -7600,7 +7597,7 @@ export interface UpgradeAnalysisInstanceVersionInfo {
7600
7597
  */
7601
7598
  export interface AdjustCdbProxyAddressResponse {
7602
7599
  /**
7603
- * 异步任务ID
7600
+ * <p>异步任务ID</p>
7604
7601
  */
7605
7602
  AsyncRequestId?: string;
7606
7603
  /**
@@ -9876,59 +9873,59 @@ export interface DescribeUploadedFilesResponse {
9876
9873
  */
9877
9874
  export interface DescribeDBPriceRequest {
9878
9875
  /**
9879
- * 实例时长,单位:月,最小值 1,最大值为 36;查询按量计费价格时,该字段无效。
9876
+ * <p>实例时长,单位:月,最小值 1,最大值为 36;查询按量计费价格时,该字段无效。</p>
9880
9877
  */
9881
9878
  Period: number;
9882
9879
  /**
9883
- * 可用区信息,格式如 "ap-guangzhou-2"。具体能设置的值请通过 <a href="https://cloud.tencent.com/document/api/236/17229">DescribeDBZoneConfig</a> 接口查询。InstanceId为空时该参数为必填项。
9880
+ * <p>可用区信息,格式如 &quot;ap-guangzhou-2&quot;。具体能设置的值请通过 <a href="https://cloud.tencent.com/document/api/236/17229">DescribeDBZoneConfig</a> 接口查询。InstanceId为空时该参数为必填项。</p>
9884
9881
  */
9885
9882
  Zone?: string;
9886
9883
  /**
9887
- * 实例数量,默认值为 1,最小值 1,最大值为 100。InstanceId为空时该参数为必填项。
9884
+ * <p>实例数量,默认值为 1,最小值 1,最大值为 100。InstanceId为空时该参数为必填项。</p>
9888
9885
  */
9889
9886
  GoodsNum?: number;
9890
9887
  /**
9891
- * 实例内存大小,单位:MB。InstanceId 为空时该参数为必填项。为保证传入值有效,请使用 [获取云数据库可售卖规格](https://cloud.tencent.com/document/product/236/17229) 接口获取可售卖的实例内存大小范围。
9888
+ * <p>实例内存大小,单位:MB。InstanceId 为空时该参数为必填项。为保证传入值有效,请使用 <a href="https://cloud.tencent.com/document/product/236/17229">获取云数据库可售卖规格</a> 接口获取可售卖的实例内存大小范围。</p>
9892
9889
  */
9893
9890
  Memory?: number;
9894
9891
  /**
9895
- * 实例硬盘大小,单位:GB。InstanceId 为空时该参数为必填项。为保证传入值有效,请使用 [获取云数据库可售卖规格](https://cloud.tencent.com/document/product/236/17229) 接口获取可售卖的硬盘大小范围。
9892
+ * <p>实例硬盘大小,单位:GB。InstanceId 为空时该参数为必填项。为保证传入值有效,请使用 <a href="https://cloud.tencent.com/document/product/236/17229">获取云数据库可售卖规格</a> 接口获取可售卖的硬盘大小范围。</p>
9896
9893
  */
9897
9894
  Volume?: number;
9898
9895
  /**
9899
- * 实例类型,默认为 master,支持值包括:master - 表示主实例,ro - 表示只读实例,dr - 表示灾备实例。InstanceId为空时该参数为必填项。
9896
+ * <p>实例类型,默认为 master,支持值包括:master - 表示主实例,ro - 表示只读实例,dr - 表示灾备实例。InstanceId为空时该参数为必填项。</p>
9900
9897
  */
9901
9898
  InstanceRole?: string;
9902
9899
  /**
9903
- * 付费类型,支持值包括:PRE_PAID - 包年包月,HOUR_PAID - 按量计费。InstanceId为空时该参数为必填项。
9900
+ * <p>付费类型,支持值包括:PRE_PAID - 包年包月,HOUR_PAID - 按量计费。InstanceId为空时该参数为必填项。</p>
9904
9901
  */
9905
9902
  PayType?: string;
9906
9903
  /**
9907
- * 数据复制方式,默认为 0,支持值包括:0 - 表示异步复制,1 - 表示半同步复制,2 - 表示强同步复制。
9904
+ * <p>数据复制方式,默认为 0,支持值包括:0 - 表示异步复制,1 - 表示半同步复制,2 - 表示强同步复制。</p>
9908
9905
  */
9909
9906
  ProtectMode?: number;
9910
9907
  /**
9911
- * 实例隔离类型。支持值包括: "UNIVERSAL" - 通用型实例, "EXCLUSIVE" - 独享型实例, "BASIC_V2" - 单节点云盘版实例。 "CLOUD_NATIVE_CLUSTER" - 集群版标准型, "CLOUD_NATIVE_CLUSTER_EXCLUSIVE" - 集群版加强型。 不指定则默认为通用型实例。
9908
+ * <p>实例隔离类型。</p><p>枚举值:</p><ul><li>UNIVERSAL 通用型实例</li><li>EXCLUSIVE 独享型实例</li><li>CLOUD_NATIVE_CLUSTER: 云盘版标准型</li><li>CLOUD_NATIVE_CLUSTER_EXCLUSIVE: 云盘版加强型</li><li>CLOUD_NATIVE_CLUSTER_ULTRA: 云盘版旗舰型</li></ul><p>默认值:UNIVERSAL</p><p>如需查询单节点云盘版实例的价格,请设置此参数为 CLOUD_NATIVE_CLUSTER,并且指定参数 InstanceNodes 为1。</p>
9912
9909
  */
9913
9910
  DeviceType?: string;
9914
9911
  /**
9915
- * 实例节点数。对于 RO 基础版实例, 该值默认为1 如果需要询价三节点实例, 请将该值设置为3。其余主实例该值默认为2。
9912
+ * <p>实例节点数。<br>1.查询 RO 实例或者单节点实例价格时,此字段值为1。<br>2.查询双节点实例价格时,此字段值为2。<br>3.查询三节点实例价格时,此字段值为3。<br>4.查询云盘版实例价格时,此字段值范围可输入2 - 6,取值为2表示云盘版实例下对应有1个读写节点 + 1个只读节点;取值为6表示云盘版实例下对应有1个读写节点 + 5个只读节点;其余取值(3 - 5)按1个读写节点 +(取值数 - 1)个只读节点规则类推。</p>
9916
9913
  */
9917
9914
  InstanceNodes?: number;
9918
9915
  /**
9919
- * 询价实例的CPU核心数目,单位:核,为保证传入 CPU 值有效,请使用 [获取云数据库可售卖规格](https://cloud.tencent.com/document/product/236/17229) 接口获取可售卖的核心数目,当未指定该值时,将按照 Memory 大小补全一个默认值。
9916
+ * <p>询价实例的CPU核心数目,单位:核,为保证传入 CPU 值有效,请使用 <a href="https://cloud.tencent.com/document/product/236/17229">获取云数据库可售卖规格</a> 接口获取可售卖的核心数目,当未指定该值时,将按照 Memory 大小补全一个默认值。</p>
9920
9917
  */
9921
9918
  Cpu?: number;
9922
9919
  /**
9923
- * 询价续费实例ID。如需查询实例续费价格,填写InstanceId和Period即可。
9920
+ * <p>询价续费实例ID。如需查询实例续费价格,填写InstanceId和Period即可。</p>
9924
9921
  */
9925
9922
  InstanceId?: string;
9926
9923
  /**
9927
- * 按量计费阶梯。仅PayType=HOUR_PAID有效,支持值包括:1,2,3。阶梯时长见https://cloud.tencent.com/document/product/236/18335
9924
+ * <p>按量计费阶梯。仅PayType=HOUR_PAID有效,支持值包括:1,2,3。阶梯时长见https://cloud.tencent.com/document/product/236/18335。</p>
9928
9925
  */
9929
9926
  Ladder?: number;
9930
9927
  /**
9931
- * 磁盘类型,查询集群版、单节点云盘版实例价格可以指定该参数。支持值包括: "CLOUD_SSD" - SSD云硬盘, "CLOUD_HSSD" - 增强型SSD云硬盘。 默认为 SSD云硬盘。
9928
+ * <p>磁盘类型,查询云盘版、单节点云盘版实例价格可以指定该参数。默认值为 SSD 云硬盘。<br>支持值包括:<br>&quot;CLOUD_SSD&quot; - SSD 云硬盘。<br>&quot;CLOUD_HSSD&quot; - 增强型 SSD 云硬盘。<br>&quot;CLOUD_PREMIUM&quot; - 高性能云硬盘。</p>
9932
9929
  */
9933
9930
  DiskType?: string;
9934
9931
  }
@@ -1485,73 +1485,77 @@ export interface ObjectTypeJsonParse {
1485
1485
  */
1486
1486
  export interface TaskListItem {
1487
1487
  /**
1488
- * 任务ID
1488
+ * <p>任务ID</p>
1489
1489
  */
1490
1490
  TaskId?: number;
1491
1491
  /**
1492
- * 任务标题
1492
+ * <p>任务标题</p>
1493
1493
  */
1494
1494
  TaskTitle?: string;
1495
1495
  /**
1496
- * 任务描述
1496
+ * <p>任务描述</p>
1497
1497
  */
1498
1498
  TaskDescription?: string;
1499
1499
  /**
1500
- * 任务标签
1500
+ * <p>任务标签</p>
1501
1501
  */
1502
1502
  TaskTag?: string;
1503
1503
  /**
1504
- * 任务状态(1001 -- 未开始 1002 -- 进行中 1003 -- 暂停中 1004 -- 任务结束)
1504
+ * <p>任务状态(1001 -- 未开始 1002 -- 进行中 1003 -- 暂停中 1004 -- 任务结束)</p>
1505
1505
  */
1506
1506
  TaskStatus?: number;
1507
1507
  /**
1508
- * 任务创建时间
1508
+ * <p>任务创建时间</p>
1509
1509
  */
1510
1510
  TaskCreateTime?: string;
1511
1511
  /**
1512
- * 任务更新时间
1512
+ * <p>任务更新时间</p>
1513
1513
  */
1514
1514
  TaskUpdateTime?: string;
1515
1515
  /**
1516
- * 0--未开始,1--进行中,2--已完成
1516
+ * <p>0--未开始,1--进行中,2--已完成</p>
1517
1517
  */
1518
1518
  TaskPreCheckStatus?: number;
1519
1519
  /**
1520
- * 环境检查是否通过
1520
+ * <p>环境检查是否通过</p>
1521
1521
  */
1522
1522
  TaskPreCheckSuccess?: boolean;
1523
1523
  /**
1524
- * 演练是否符合预期 1-符合预期 2-不符合预期
1524
+ * <p>演练是否符合预期 1-符合预期 2-不符合预期</p>
1525
1525
  */
1526
1526
  TaskExpect?: number;
1527
1527
  /**
1528
- * 关联应用ID
1528
+ * <p>关联应用ID</p>
1529
1529
  */
1530
1530
  ApplicationId?: string;
1531
1531
  /**
1532
- * 关联应用名称
1532
+ * <p>关联应用名称</p>
1533
1533
  */
1534
1534
  ApplicationName?: string;
1535
1535
  /**
1536
- * 验证项ID
1536
+ * <p>验证项ID</p>
1537
1537
  */
1538
1538
  VerifyId?: number;
1539
1539
  /**
1540
- * 状态类型: 0 -- 无状态,1 -- 成功,2-- 失败,3--终止
1540
+ * <p>状态类型: 0 -- 无状态,1 -- 成功,2-- 失败,3--终止</p>
1541
1541
  */
1542
1542
  TaskStatusType?: number;
1543
1543
  /**
1544
- * 架构ID
1544
+ * <p>架构ID</p>
1545
1545
  */
1546
1546
  ArchId?: string;
1547
1547
  /**
1548
- * 架构名称
1548
+ * <p>架构名称</p>
1549
1549
  */
1550
1550
  ArchName?: string;
1551
1551
  /**
1552
- * 来源
1552
+ * <p>来源</p>
1553
1553
  */
1554
1554
  TaskSource?: number;
1555
+ /**
1556
+ * <p>云资源标签列表</p>
1557
+ */
1558
+ Tags?: Array<TagWithDescribe>;
1555
1559
  }
1556
1560
  /**
1557
1561
  * ExecuteTaskInstance返回参数结构体