tencentcloud-sdk-nodejs 4.0.956 → 4.0.958

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 (120) hide show
  1. package/CHANGELOG.md +369 -0
  2. package/SERVICE_CHANGELOG.md +647 -38
  3. package/package.json +1 -1
  4. package/products.md +35 -34
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/batch/v20170312/batch_models.ts +8 -1
  7. package/src/services/bma/v20221115/bma_models.ts +8 -0
  8. package/src/services/cam/v20190116/cam_models.ts +18 -18
  9. package/src/services/ccc/v20200210/ccc_models.ts +94 -1
  10. package/src/services/cdwdoris/v20211228/cdwdoris_client.ts +1 -1
  11. package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +16 -1
  12. package/src/services/cfg/v20210820/cfg_models.ts +10 -0
  13. package/src/services/cls/v20201016/cls_client.ts +69 -17
  14. package/src/services/cls/v20201016/cls_models.ts +634 -358
  15. package/src/services/cynosdb/v20190107/cynosdb_client.ts +1 -1
  16. package/src/services/cynosdb/v20190107/cynosdb_models.ts +15 -6
  17. package/src/services/dasb/v20191018/dasb_models.ts +10 -6
  18. package/src/services/dc/v20180410/dc_client.ts +121 -107
  19. package/src/services/dc/v20180410/dc_models.ts +181 -35
  20. package/src/services/dnspod/v20210323/dnspod_models.ts +1 -3
  21. package/src/services/emr/v20190103/emr_client.ts +81 -28
  22. package/src/services/emr/v20190103/emr_models.ts +519 -153
  23. package/src/services/es/v20180416/es_client.ts +1 -0
  24. package/src/services/es/v20180416/es_models.ts +69 -1
  25. package/src/services/ess/v20201111/ess_models.ts +6 -6
  26. package/src/services/essbasic/v20210526/essbasic_models.ts +10 -5
  27. package/src/services/faceid/v20180301/faceid_models.ts +19 -0
  28. package/src/services/gwlb/index.ts +5 -0
  29. package/src/services/gwlb/v20240906/gwlb_client.ts +267 -0
  30. package/src/services/gwlb/v20240906/gwlb_models.ts +955 -0
  31. package/src/services/gwlb/v20240906/index.ts +6 -0
  32. package/src/services/hunyuan/v20230901/hunyuan_client.ts +1 -0
  33. package/src/services/hunyuan/v20230901/hunyuan_models.ts +66 -13
  34. package/src/services/index.ts +1 -0
  35. package/src/services/iss/v20230517/iss_client.ts +1 -1
  36. package/src/services/iss/v20230517/iss_models.ts +32 -12
  37. package/src/services/oceanus/v20190422/oceanus_models.ts +4 -4
  38. package/src/services/privatedns/v20201028/privatedns_client.ts +18 -6
  39. package/src/services/privatedns/v20201028/privatedns_models.ts +48 -0
  40. package/src/services/redis/v20180412/redis_client.ts +1 -1
  41. package/src/services/sms/v20210111/sms_models.ts +1 -1
  42. package/src/services/sqlserver/v20180328/sqlserver_models.ts +8 -0
  43. package/src/services/sts/v20180813/sts_models.ts +5 -5
  44. package/src/services/tcss/v20201101/tcss_models.ts +67 -18
  45. package/src/services/teo/v20220901/teo_client.ts +4 -4
  46. package/src/services/teo/v20220901/teo_models.ts +83 -77
  47. package/src/services/tke/v20180525/tke_client.ts +37 -12
  48. package/src/services/tke/v20180525/tke_models.ts +87 -2
  49. package/src/services/vclm/v20240523/vclm_models.ts +4 -0
  50. package/src/services/vpc/v20170312/vpc_client.ts +2 -2
  51. package/src/services/vpc/v20170312/vpc_models.ts +17 -16
  52. package/src/services/vtc/v20240223/vtc_models.ts +4 -0
  53. package/tencentcloud/common/sdk_version.d.ts +1 -1
  54. package/tencentcloud/common/sdk_version.js +1 -1
  55. package/tencentcloud/services/batch/v20170312/batch_models.d.ts +8 -1
  56. package/tencentcloud/services/bma/v20221115/bma_models.d.ts +8 -0
  57. package/tencentcloud/services/cam/v20190116/cam_models.d.ts +18 -18
  58. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +94 -1
  59. package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_client.d.ts +1 -1
  60. package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +16 -1
  61. package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +10 -0
  62. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +21 -4
  63. package/tencentcloud/services/cls/v20201016/cls_client.js +29 -4
  64. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +621 -356
  65. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +1 -1
  66. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +1 -1
  67. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +15 -6
  68. package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +10 -6
  69. package/tencentcloud/services/dc/v20180410/dc_client.d.ts +44 -40
  70. package/tencentcloud/services/dc/v20180410/dc_client.js +63 -57
  71. package/tencentcloud/services/dc/v20180410/dc_models.d.ts +177 -35
  72. package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +1 -3
  73. package/tencentcloud/services/emr/v20190103/emr_client.d.ts +25 -9
  74. package/tencentcloud/services/emr/v20190103/emr_client.js +35 -11
  75. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +505 -152
  76. package/tencentcloud/services/es/v20180416/es_models.d.ts +68 -1
  77. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +6 -6
  78. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +10 -5
  79. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +19 -0
  80. package/tencentcloud/services/gwlb/index.d.ts +6 -0
  81. package/tencentcloud/services/gwlb/index.js +7 -0
  82. package/tencentcloud/services/gwlb/v20240906/gwlb_client.d.ts +90 -0
  83. package/tencentcloud/services/gwlb/v20240906/gwlb_client.js +147 -0
  84. package/tencentcloud/services/gwlb/v20240906/gwlb_models.d.ts +891 -0
  85. package/tencentcloud/services/gwlb/v20240906/gwlb_models.js +18 -0
  86. package/tencentcloud/services/gwlb/v20240906/index.d.ts +6 -0
  87. package/tencentcloud/services/gwlb/v20240906/index.js +9 -0
  88. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +65 -13
  89. package/tencentcloud/services/index.d.ts +1 -0
  90. package/tencentcloud/services/index.js +2 -0
  91. package/tencentcloud/services/iss/v20230517/iss_client.d.ts +1 -1
  92. package/tencentcloud/services/iss/v20230517/iss_client.js +1 -1
  93. package/tencentcloud/services/iss/v20230517/iss_models.d.ts +32 -12
  94. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +4 -4
  95. package/tencentcloud/services/privatedns/v20201028/privatedns_client.d.ts +7 -3
  96. package/tencentcloud/services/privatedns/v20201028/privatedns_client.js +9 -3
  97. package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +46 -0
  98. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +1 -1
  99. package/tencentcloud/services/redis/v20180412/redis_client.js +1 -1
  100. package/tencentcloud/services/sms/v20210111/sms_models.d.ts +1 -1
  101. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +8 -0
  102. package/tencentcloud/services/sts/v20180813/sts_models.d.ts +5 -5
  103. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +67 -18
  104. package/tencentcloud/services/teo/v20220901/teo_client.d.ts +4 -4
  105. package/tencentcloud/services/teo/v20220901/teo_client.js +4 -4
  106. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +83 -77
  107. package/tencentcloud/services/tke/v20180525/tke_client.d.ts +13 -5
  108. package/tencentcloud/services/tke/v20180525/tke_client.js +18 -6
  109. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +82 -2
  110. package/tencentcloud/services/vclm/v20240523/vclm_models.d.ts +4 -0
  111. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +2 -2
  112. package/tencentcloud/services/vpc/v20170312/vpc_client.js +2 -2
  113. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +17 -16
  114. package/tencentcloud/services/vtc/v20240223/vtc_models.d.ts +4 -0
  115. package/test/cls.v20201016.test.js +42 -2
  116. package/test/dc.v20180410.test.js +48 -38
  117. package/test/emr.v20190103.test.js +46 -6
  118. package/test/gwlb.v20240906.test.js +201 -0
  119. package/test/privatedns.v20201028.test.js +12 -2
  120. package/test/tke.v20180525.test.js +24 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.956",
3
+ "version": "4.0.958",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -20,13 +20,13 @@
20
20
  | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2024-09-23 01:07:54 |
21
21
  | asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2023-05-18 01:04:02 |
22
22
  | ba | [ICP备案](https://cloud.tencent.com/document/product/243) | 2024-04-22 01:08:02 |
23
- | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2024-10-14 01:08:09 |
23
+ | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2024-10-16 01:03:33 |
24
24
  | bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2024-03-20 01:08:23 |
25
25
  | bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2024-09-05 01:05:48 |
26
26
  | billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2024-09-11 01:11:08 |
27
27
  | bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
28
28
  | bm | [黑石物理服务器CPM](https://cloud.tencent.com/document/product/386) | 2024-03-20 01:08:40 |
29
- | bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2024-04-24 01:05:22 |
29
+ | bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2024-10-18 01:04:14 |
30
30
  | bmeip | [黑石弹性公网IP](https://cloud.tencent.com/document/product/1028) | 2024-03-20 01:08:53 |
31
31
  | bmlb | [黑石负载均衡](https://cloud.tencent.com/document/product/1027) | 2024-03-20 01:08:56 |
32
32
  | bmvpc | [黑石私有网络](https://cloud.tencent.com/document/product/1024) | 2024-03-20 01:09:02 |
@@ -35,21 +35,21 @@
35
35
  | bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2024-04-16 01:05:23 |
36
36
  | btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2024-03-20 01:09:12 |
37
37
  | ca | [腾讯云CA](https://cloud.tencent.com/document/product/1691) | 2024-09-30 01:09:31 |
38
- | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2024-09-13 01:08:46 |
38
+ | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2024-10-18 01:04:41 |
39
39
  | captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2024-07-26 01:14:48 |
40
40
  | car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2024-06-19 01:14:59 |
41
41
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2024-07-26 01:15:04 |
42
42
  | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2024-10-14 01:09:40 |
43
- | ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2024-09-30 01:10:03 |
43
+ | ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2024-10-16 01:05:10 |
44
44
  | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2024-09-19 01:11:20 |
45
45
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2024-08-28 01:14:49 |
46
46
  | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2024-10-14 01:10:31 |
47
47
  | cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2024-06-18 01:18:51 |
48
48
  | cdwch | [腾讯云数据仓库TCHouse-C](https://cloud.tencent.com/document/product/1299) | 2024-10-14 01:10:53 |
49
- | cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2024-10-09 01:10:49 |
49
+ | cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2024-10-18 01:06:21 |
50
50
  | cdwpg | [云数据仓库 PostgreSQL](https://cloud.tencent.com/document/product/878) | 2024-03-28 01:10:53 |
51
51
  | cdz | [专属可用区](https://cloud.tencent.com/document/product/1629) | 2024-08-28 01:17:24 |
52
- | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2024-09-20 12:56:59 |
52
+ | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2024-10-18 01:06:35 |
53
53
  | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2024-08-28 01:17:42 |
54
54
  | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2024-09-19 01:15:41 |
55
55
  | chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2024-03-20 01:10:55 |
@@ -63,7 +63,7 @@
63
63
  | cloudaudit | [操作审计](https://cloud.tencent.com/document/product/629) | 2024-01-15 01:09:37 |
64
64
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2024-03-20 01:11:31 |
65
65
  | cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2024-08-23 01:19:08 |
66
- | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2024-10-15 01:07:42 |
66
+ | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2024-10-18 01:07:51 |
67
67
  | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2024-09-25 01:13:30 |
68
68
  | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2024-08-28 01:24:04 |
69
69
  | cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2024-06-20 01:24:47 |
@@ -76,16 +76,16 @@
76
76
  | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-10-11 01:13:23 |
77
77
  | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-09-26 01:14:22 |
78
78
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
79
- | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-10-14 01:14:55 |
80
- | dasb | [运维安全中心(堡垒机)](https://cloud.tencent.com/document/product/1025) | 2024-09-26 01:16:16 |
79
+ | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-10-18 01:10:15 |
80
+ | dasb | [运维安全中心(堡垒机)](https://cloud.tencent.com/document/product/1025) | 2024-10-18 01:10:42 |
81
81
  | dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
82
82
  | dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:20:11 |
83
83
  | dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2024-09-03 01:38:02 |
84
84
  | dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2024-07-08 01:12:54 |
85
- | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2024-09-10 01:27:21 |
85
+ | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2024-10-15 16:53:15 |
86
86
  | dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2024-09-11 01:32:35 |
87
- | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2024-10-15 01:11:21 |
88
- | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2024-09-11 01:34:34 |
87
+ | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2024-10-17 01:16:17 |
88
+ | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2024-10-18 01:12:15 |
89
89
  | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2024-07-31 01:30:16 |
90
90
  | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2024-07-12 01:14:44 |
91
91
  | ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2024-03-20 01:15:13 |
@@ -98,12 +98,12 @@
98
98
  | ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2024-08-20 01:35:54 |
99
99
  | eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2024-06-25 01:14:34 |
100
100
  | eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
101
- | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-10-15 01:13:47 |
102
- | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-09-10 15:12:32 |
103
- | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-10-15 01:14:14 |
104
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-10-14 01:19:22 |
101
+ | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-10-18 01:14:01 |
102
+ | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-10-18 01:14:20 |
103
+ | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-10-18 01:14:33 |
104
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-10-18 01:14:55 |
105
105
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2024-09-11 01:42:57 |
106
- | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-10-15 01:14:56 |
106
+ | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-10-17 01:19:42 |
107
107
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2024-07-05 01:10:44 |
108
108
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2024-03-20 01:17:13 |
109
109
  | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2024-09-12 01:43:09 |
@@ -112,11 +112,12 @@
112
112
  | gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-07-11 06:12:36 |
113
113
  | gs | [云游戏](https://cloud.tencent.com/document/product/1162) | 2024-05-28 01:43:15 |
114
114
  | gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2022-07-11 06:12:44 |
115
+ | gwlb | [网关负载均衡](https://cloud.tencent.com/document/product/1782) | 2024-10-17 01:20:20 |
115
116
  | habo | [](https://cloud.tencent.com/document/product) | 2019-05-09 19:37:22 |
116
117
  | hai | [高性能应用服务](https://cloud.tencent.com/document/product/1721) | 2024-05-29 01:43:09 |
117
118
  | hasim | [高可用物联网卡](https://cloud.tencent.com/document/product/1482) | 2023-05-18 01:29:47 |
118
119
  | hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2024-05-09 01:16:27 |
119
- | hunyuan | [腾讯混元大模型](https://cloud.tencent.com/document/product/1729) | 2024-09-23 10:42:09 |
120
+ | hunyuan | [腾讯混元大模型](https://cloud.tencent.com/document/product/1729) | 2024-10-17 01:20:28 |
120
121
  | iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2024-03-20 01:17:43 |
121
122
  | ic | [图片瘦身](https://cloud.tencent.com/document/product/636) | 2023-03-02 01:23:21 |
122
123
  | icr | [对话机器人](https://cloud.tencent.com/document/product/1268) | 2024-04-22 01:17:48 |
@@ -131,8 +132,8 @@
131
132
  | iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2023-05-18 01:33:02 |
132
133
  | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2024-07-08 01:16:48 |
133
134
  | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2024-03-20 01:18:54 |
134
- | irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2024-09-16 01:58:03 |
135
- | iss | [智能视图计算平台](https://cloud.tencent.com/document/product/1344) | 2024-10-11 18:07:24 |
135
+ | irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2024-10-17 01:22:29 |
136
+ | iss | [智能视图计算平台](https://cloud.tencent.com/document/product/1344) | 2024-10-17 01:22:31 |
136
137
  | ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2024-07-09 14:27:21 |
137
138
  | keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2024-03-20 01:19:20 |
138
139
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2024-09-16 01:59:35 |
@@ -151,7 +152,7 @@
151
152
  | mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2024-08-23 01:55:12 |
152
153
  | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2024-10-14 01:24:42 |
153
154
  | monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-09-25 01:26:32 |
154
- | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-10-12 14:57:22 |
155
+ | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-10-17 01:25:25 |
155
156
  | mqtt | [消息队列 MQTT 版](https://cloud.tencent.com/document/product/1778) | 2024-09-30 01:26:55 |
156
157
  | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2024-10-09 01:25:21 |
157
158
  | ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2024-08-16 02:04:04 |
@@ -159,17 +160,17 @@
159
160
  | mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
160
161
  | nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2024-09-27 01:23:18 |
161
162
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
162
- | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2024-10-14 01:26:06 |
163
+ | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2024-10-16 01:21:18 |
163
164
  | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-10-14 01:26:17 |
164
165
  | omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2024-09-26 01:28:34 |
165
166
  | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2024-09-23 12:16:37 |
166
167
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2024-06-26 01:21:35 |
167
168
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-05-18 01:44:14 |
168
169
  | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2024-09-25 01:28:57 |
169
- | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2024-08-28 02:14:34 |
170
+ | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2024-10-16 01:22:48 |
170
171
  | pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2024-08-09 02:01:53 |
171
172
  | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2024-09-25 01:29:30 |
172
- | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2024-10-14 01:27:42 |
173
+ | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2024-10-18 01:23:16 |
173
174
  | region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2024-09-13 02:02:09 |
174
175
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-12-25 00:16:39 |
175
176
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
@@ -179,15 +180,15 @@
179
180
  | smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2024-08-12 02:09:46 |
180
181
  | smop | [腾讯安心用户运营平台](https://cloud.tencent.com/document/product/1310) | 2024-04-11 01:20:38 |
181
182
  | smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2024-07-09 01:21:06 |
182
- | sms | [短信](https://cloud.tencent.com/document/product/382) | 2024-09-23 16:57:26 |
183
+ | sms | [短信](https://cloud.tencent.com/document/product/382) | 2024-10-18 10:27:12 |
183
184
  | soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2024-04-11 01:20:45 |
184
185
  | solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
185
- | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2024-10-10 01:28:10 |
186
+ | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2024-10-17 01:29:06 |
186
187
  | ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-11-15 02:18:28 |
187
188
  | ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2024-10-01 01:24:04 |
188
189
  | sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2024-03-20 01:24:03 |
189
- | ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2024-05-21 02:06:48 |
190
- | sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2024-08-28 02:21:40 |
190
+ | ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2024-10-16 01:24:51 |
191
+ | sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2024-10-18 01:24:58 |
191
192
  | svp | [节省计划](https://cloud.tencent.com/document/product/1761) | 2024-05-23 17:09:13 |
192
193
  | taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2024-06-12 02:24:32 |
193
194
  | tag | [标签](https://cloud.tencent.com/document/product/651) | 2024-08-23 02:09:59 |
@@ -205,13 +206,13 @@
205
206
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
206
207
  | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2024-06-18 02:13:19 |
207
208
  | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2024-09-05 02:07:24 |
208
- | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2024-10-14 01:30:34 |
209
+ | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2024-10-18 01:26:11 |
209
210
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2024-07-10 01:25:35 |
210
211
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2024-06-04 02:17:43 |
211
212
  | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-09-26 01:34:12 |
212
213
  | tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2024-08-07 02:22:38 |
213
214
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2024-07-24 02:14:59 |
214
- | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-09-29 11:32:31 |
215
+ | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-10-18 01:27:56 |
215
216
  | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2024-09-05 02:14:49 |
216
217
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
217
218
  | tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-08-17 05:26:08 |
@@ -238,14 +239,14 @@
238
239
  | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2024-09-26 01:38:14 |
239
240
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2024-03-20 01:30:08 |
240
241
  | vcg | [视频生成](https://cloud.tencent.com/document/product/1770) | 2024-06-06 02:47:17 |
241
- | vclm | [大模型视频创作引擎](https://cloud.tencent.com/document/product/1616) | 2024-10-10 01:34:51 |
242
- | vdb | [向量数据库](https://cloud.tencent.com/document/product/1709) | 2024-10-15 01:30:28 |
242
+ | vclm | [大模型视频创作引擎](https://cloud.tencent.com/document/product/1616) | 2024-10-16 01:30:50 |
243
+ | vdb | [向量数据库](https://cloud.tencent.com/document/product/1709) | 2024-10-16 01:30:53 |
243
244
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2024-07-26 02:26:34 |
244
245
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2024-03-20 01:30:13 |
245
246
  | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2024-09-11 19:07:13 |
246
- | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-10-15 01:31:18 |
247
+ | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-10-18 01:31:52 |
247
248
  | vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2024-09-06 02:27:27 |
248
- | vtc | [视频转译](https://cloud.tencent.com/document/product/1769) | 2024-09-10 02:27:11 |
249
+ | vtc | [视频转译](https://cloud.tencent.com/document/product/1769) | 2024-10-16 01:32:39 |
249
250
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-10-14 01:37:11 |
250
251
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2024-03-20 01:32:09 |
251
252
  | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-09-25 01:40:14 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.956"
1
+ export const sdkVersion = "4.0.958"
@@ -323,7 +323,7 @@ export interface Task {
323
323
  */
324
324
  TaskName?: string
325
325
  /**
326
- * 任务实例运行个数
326
+ * 任务实例运行个数,默认为1
327
327
  */
328
328
  TaskInstanceNum?: number
329
329
  /**
@@ -384,6 +384,13 @@ export interface Task {
384
384
  RestartComputeNode?: boolean
385
385
  /**
386
386
  * 启动任务过程中,创建计算资源如CVM失败后的最大重试次数,默认为0。最大值100。
387
+ 计算资源创建重试的等待时间间隔策略设置如下:
388
+ [1, 3]: 等待600 s发起重试;
389
+ [4, 10]: 等待900 s发起重试;
390
+ [11, 50]: 等待1800 s发起重试;
391
+ [51, 100]: 等待3600 s发起重试;
392
+ [a, b]表示重试次数区间,每次重试的等待时间随着重试次数的增加而递增。
393
+ 例如,计算资源创建重试8次的耗时为:3*600 + 5*900 = 6300 s
387
394
  */
388
395
  ResourceMaxRetryCount?: number
389
396
  }
@@ -19,6 +19,10 @@
19
19
  * CreateBPFakeAPP返回参数结构体
20
20
  */
21
21
  export interface CreateBPFakeAPPResponse {
22
+ /**
23
+ * FakeAPPId
24
+ */
25
+ FakeAPPId?: number
22
26
  /**
23
27
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
24
28
  */
@@ -751,6 +755,10 @@ export interface CreateBPBrandResponse {
751
755
  * CreateBPFakeURL返回参数结构体
752
756
  */
753
757
  export interface CreateBPFakeURLResponse {
758
+ /**
759
+ * FakeURLId
760
+ */
761
+ FakeURLId?: number
754
762
  /**
755
763
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
756
764
  */
@@ -1371,13 +1371,13 @@ export interface CreateUserOIDCConfigResponse {
1371
1371
  */
1372
1372
  export interface ListAttachedUserAllPoliciesResponse {
1373
1373
  /**
1374
- * 策略列表数据
1374
+ * 策略列表数据。
1375
1375
  */
1376
- PolicyList: Array<AttachedUserPolicy>
1376
+ PolicyList?: Array<AttachedUserPolicy>
1377
1377
  /**
1378
- * 策略总数
1378
+ * 策略总数。
1379
1379
  */
1380
- TotalNum: number
1380
+ TotalNum?: number
1381
1381
  /**
1382
1382
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1383
1383
  */
@@ -2872,23 +2872,23 @@ export interface CreatePolicyRequest {
2872
2872
  */
2873
2873
  export interface ListAttachedUserAllPoliciesRequest {
2874
2874
  /**
2875
- * 目标用户ID
2875
+ * 目标用户Uin
2876
2876
  */
2877
2877
  TargetUin: number
2878
2878
  /**
2879
- * 每页数量,必须大于 0 且小于或等于 200
2879
+ * 每页数量,必须大于 0 且小于等于 200
2880
2880
  */
2881
2881
  Rp: number
2882
2882
  /**
2883
- * 页码,从 1开始,不能大于 200
2883
+ * 页码,从 1开始,不能大于 200
2884
2884
  */
2885
2885
  Page: number
2886
2886
  /**
2887
- * 0:返回直接关联和随组关联策略,1:只返回直接关联策略,2:只返回随组关联策略
2887
+ * 关联类型。0:返回直接关联和随组关联策略,1:只返回直接关联策略,2:只返回随组关联策略。
2888
2888
  */
2889
2889
  AttachType: number
2890
2890
  /**
2891
- * 策略类型
2891
+ * 策略类型。1表示自定义策略,2表示预设策略。
2892
2892
  */
2893
2893
  StrategyType?: number
2894
2894
  /**
@@ -3102,7 +3102,7 @@ export interface ListPolicyVersionsResponse {
3102
3102
  */
3103
3103
  export interface GetPolicyRequest {
3104
3104
  /**
3105
- * 策略Id
3105
+ * 策略Id
3106
3106
  */
3107
3107
  PolicyId: number
3108
3108
  }
@@ -3474,42 +3474,42 @@ export interface ListUsersForGroupResponse {
3474
3474
  */
3475
3475
  export interface GetPolicyResponse {
3476
3476
  /**
3477
- * 策略名
3477
+ * 策略名。
3478
3478
  注意:此字段可能返回 null,表示取不到有效值。
3479
3479
  */
3480
3480
  PolicyName?: string
3481
3481
  /**
3482
- * 策略描述
3482
+ * 策略描述。
3483
3483
  注意:此字段可能返回 null,表示取不到有效值。
3484
3484
  */
3485
3485
  Description?: string
3486
3486
  /**
3487
- * 1 表示自定义策略,2 表示预设策略
3487
+ * 1 表示自定义策略,2 表示预设策略。
3488
3488
  注意:此字段可能返回 null,表示取不到有效值。
3489
3489
  */
3490
3490
  Type?: number
3491
3491
  /**
3492
- * 创建时间
3492
+ * 策略创建时间。
3493
3493
  注意:此字段可能返回 null,表示取不到有效值。
3494
3494
  */
3495
3495
  AddTime?: string
3496
3496
  /**
3497
- * 最近更新时间
3497
+ * 策略最近更新时间。
3498
3498
  注意:此字段可能返回 null,表示取不到有效值。
3499
3499
  */
3500
3500
  UpdateTime?: string
3501
3501
  /**
3502
- * 策略文档
3502
+ * 策略文档。
3503
3503
  注意:此字段可能返回 null,表示取不到有效值。
3504
3504
  */
3505
3505
  PolicyDocument?: string
3506
3506
  /**
3507
- * 备注
3507
+ * 备注。
3508
3508
  注意:此字段可能返回 null,表示取不到有效值。
3509
3509
  */
3510
3510
  PresetAlias?: string
3511
3511
  /**
3512
- * 是否服务相关策略
3512
+ * 是否是服务相关策略,0代表不是服务相关策略,1代表是服务相关策略。
3513
3513
  注意:此字段可能返回 null,表示取不到有效值。
3514
3514
  */
3515
3515
  IsServiceLinkedRolePolicy?: number
@@ -2154,7 +2154,7 @@ HoaiMy
2154
2154
 
2155
2155
 
2156
2156
  */
2157
- VoiceType: string
2157
+ VoiceType?: string
2158
2158
  /**
2159
2159
  * 主叫号码列表
2160
2160
  */
@@ -2215,6 +2215,99 @@ HoaiMy
2215
2215
  * EndFunctionEnable为true时生效;call_end function calling的desc,默认为 "End the call when user has to leave (like says bye) or you are instructed to do so."
2216
2216
  */
2217
2217
  EndFunctionDesc?: string
2218
+ /**
2219
+ * 用户多久没说话提示时长,最小10秒,默认10秒
2220
+ */
2221
+ NotifyDuration?: number
2222
+ /**
2223
+ * 用户NotifyDuration没说话,ai提示的语句,默认是"抱歉,我没听清。您可以重复下吗?"
2224
+ */
2225
+ NotifyMessage?: string
2226
+ /**
2227
+ * 和voiceType字段需要选填一个,这里是使用自己自定义的TTS,voiceType是系统内置的一些音色
2228
+
2229
+ tencent TTS:
2230
+ {
2231
+ "TTSType": "tencent", // String TTS类型, 目前支持"tencent" 和 “minixmax”, 其他的厂商支持中
2232
+   "AppId": "您的应用ID", // String 必填
2233
+   "SecretId": "您的密钥ID", // String 必填
2234
+   "SecretKey": "您的密钥Key", // String 必填
2235
+   "VoiceType": 101001, // Integer 必填,音色 ID,包括标准音色与精品音色,精品音色拟真度更高,价格不同于标准音色,请参见语音合成计费概述。完整的音色 ID 列表请参见语音合成音色列表。
2236
+   "Speed": 1.25, // Integer 非必填,语速,范围:[-2,6],分别对应不同语速: -2: 代表0.6倍 -1: 代表0.8倍 0: 代表1.0倍(默认) 1: 代表1.2倍 2: 代表1.5倍 6: 代表2.5倍 如果需要更细化的语速,可以保留小数点后 2 位,例如0.5/1.25/2.81等。 参数值与实际语速转换,可参考 语速转换
2237
+   "Volume": 5, // Integer 非必填,音量大小,范围:[0,10],分别对应11个等级的音量,默认值为0,代表正常音量。
2238
+   "PrimaryLanguage": 1, // Integer 可选 主要语言 1-中文(默认) 2-英文 3-日文
2239
+ "FastVoiceType": "xxxx" // 可选参数, 快速声音复刻的参数
2240
+  }
2241
+
2242
+ 参考:https://cloud.tencent.com/document/product/1073/92668#55924b56-1a73-4663-a7a1-a8dd82d6e823
2243
+
2244
+ minimax TTS
2245
+ {
2246
+ "TTSType": "minimax", // String TTS类型,
2247
+ "Model": "speech-01-turbo",
2248
+ "APIUrl": "https://api.minimax.chat/v1/t2a_v2",
2249
+ "APIKey": "eyxxxx",
2250
+ "GroupId": "181000000000000",
2251
+ "VoiceType":"female-tianmei-jingpin",
2252
+ "Speed": 1.2
2253
+ }
2254
+
2255
+ 参考:https://platform.minimaxi.com/document/T2A%20V2?key=66719005a427f0c8a5701643
2256
+ 限频参考:https://platform.minimaxi.com/document/Rate%20limits?key=66b19417290299a26b234572 可能会导致回答卡顿
2257
+
2258
+
2259
+
2260
+ volcengine TTS
2261
+ {
2262
+ "TTSType": "volcengine", // 必填:String TTS类型
2263
+ "AppId" : "xxxxxxxx", // 必填:String 火山引擎分配的Appid
2264
+ "Token" : "TY9d4sQXHxxxxxxx", // 必填: String类型 火山引擎的访问token
2265
+ "Speed" : 1.0, // 可选参数 语速,默认为1.0
2266
+ "Volume": 1.0, // 可选参数, 音量大小, 默认为1.0
2267
+ "Cluster" : "volcano_tts", // 可选参数,业务集群, 默认是 volcano_tts
2268
+ "VoiceType" : "zh_male_aojiaobazong_moon_bigtts" // 音色类型, 默认为大模型语音合成的音色。 如果使用普通语音合成,则需要填写对应的音色类型。 音色类型填写错误会导致没有声音。
2269
+ }
2270
+
2271
+
2272
+
2273
+ 火山引擎音色类型参考:
2274
+ https://www.volcengine.com/docs/6561/162929
2275
+ 语音合成音色列表--语音技术-火山引擎
2276
+ 大模型语音合成音色列表--语音技术-火山引擎
2277
+
2278
+
2279
+ Azure TTS
2280
+ {
2281
+ "TTSType": "azure", // 必填:String TTS类型
2282
+ "SubscriptionKey": "xxxxxxxx", // 必填:String 订阅的Key
2283
+ "Region": "chinanorth3", // 必填:String 订阅的地区
2284
+ "VoiceName": "zh-CN-XiaoxiaoNeural", // 必填:String 音色名必填
2285
+ "Language": "zh-CN", // 必填:String 合成的语言
2286
+ "Rate": 1 // 选填:float 语速 0.5~2 默认为 1
2287
+ }
2288
+
2289
+ 参考:
2290
+ https://docs.azure.cn/zh-cn/ai-services/speech-service/speech-synthesis-markup-voice
2291
+
2292
+
2293
+ 自定义 TTS
2294
+ {
2295
+ "TTSType": "custom", // String 必填
2296
+ "APIKey": "ApiKey", // String 必填 用来鉴权
2297
+ "APIUrl": "http://0.0.0.0:8080/stream-audio" // String,必填,TTS API URL
2298
+ "AudioFormat": "wav", // String, 非必填,期望输出的音频格式,如mp3, ogg_opus,pcm,wav,默认为 wav,目前只支持pcm和wav,
2299
+ "SampleRate": 16000, // Integer,非必填,音频采样率,默认为16000(16k),推荐值为16000
2300
+ "AudioChannel": 1, // Integer,非必填,音频通道数,取值:1 或 2 默认为1
2301
+ }
2302
+
2303
+
2304
+ 具体协议规范:
2305
+ https://doc.weixin.qq.com/doc/w3_ANQAiAbdAFwHILbJBmtSqSbV1WZ3L?scode=AJEAIQdfAAo5a1xajYANQAiAbdAFw
2306
+
2307
+
2308
+
2309
+ */
2310
+ CustomTTSConfig?: string
2218
2311
  }
2219
2312
 
2220
2313
  /**
@@ -215,7 +215,7 @@ export class Client extends AbstractClient {
215
215
  * 获取备份、迁移的调度任务信息
216
216
  */
217
217
  async DescribeBackUpSchedules(
218
- req?: DescribeBackUpSchedulesRequest,
218
+ req: DescribeBackUpSchedulesRequest,
219
219
  cb?: (error: string, rep: DescribeBackUpSchedulesResponse) => void
220
220
  ): Promise<DescribeBackUpSchedulesResponse> {
221
221
  return this.request("DescribeBackUpSchedules", req, cb)
@@ -2638,7 +2638,15 @@ export interface DescribeInstancesRequest {
2638
2638
  /**
2639
2639
  * DescribeBackUpSchedules请求参数结构体
2640
2640
  */
2641
- export type DescribeBackUpSchedulesRequest = null
2641
+ export interface DescribeBackUpSchedulesRequest {
2642
+ /**
2643
+ * 任务类型
2644
+ 0-不限制,或使用TypeFilters过滤;
2645
+ 1-备份恢复(包括周期备份和一次性备份);
2646
+ 2-数据迁移(包括跨集群迁移和cos迁移)
2647
+ */
2648
+ ApplicationType?: number
2649
+ }
2642
2650
 
2643
2651
  /**
2644
2652
  * DescribeClusterConfigs请求参数结构体
@@ -4035,6 +4043,13 @@ export interface DescribeBackUpJobRequest {
4035
4043
  * 集群id
4036
4044
  */
4037
4045
  InstanceId: string
4046
+ /**
4047
+ * 任务类型:
4048
+ 0-不限制,或使用TypeFilters过滤;
4049
+ 1-备份恢复(包括周期备份和一次性备份);
4050
+ 2-数据迁移(包括跨集群迁移和cos迁移)
4051
+ */
4052
+ ApplicationType?: number
4038
4053
  /**
4039
4054
  * 分页大小
4040
4055
  */
@@ -1321,6 +1321,11 @@ export interface TaskReportInfo {
1321
1321
  * 归档时间
1322
1322
  */
1323
1323
  ArchiveTime?: string
1324
+ /**
1325
+ * 归档ID
1326
+ 注意:此字段可能返回 null,表示取不到有效值。
1327
+ */
1328
+ ArchiveUuid?: string
1324
1329
  }
1325
1330
 
1326
1331
  /**
@@ -1854,6 +1859,11 @@ export interface ActionLibraryListResult {
1854
1859
  注意:此字段可能返回 null,表示取不到有效值。
1855
1860
  */
1856
1861
  IsNewAction?: boolean
1862
+ /**
1863
+ * 对象类型ID
1864
+ 注意:此字段可能返回 null,表示取不到有效值。
1865
+ */
1866
+ ObjectTypeId?: number
1857
1867
  }
1858
1868
 
1859
1869
  /**