tencentcloud-sdk-nodejs 4.0.797 → 4.0.799

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 (68) hide show
  1. package/CHANGELOG.md +291 -0
  2. package/SERVICE_CHANGELOG.md +350 -33
  3. package/package.json +1 -1
  4. package/products.md +24 -24
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/apm/v20210622/apm_models.ts +2 -2
  7. package/src/services/asr/v20190614/asr_models.ts +3 -1
  8. package/src/services/cvm/v20170312/cvm_client.ts +43 -6
  9. package/src/services/cvm/v20170312/cvm_models.ts +146 -28
  10. package/src/services/cynosdb/v20190107/cynosdb_client.ts +12 -0
  11. package/src/services/cynosdb/v20190107/cynosdb_models.ts +28 -0
  12. package/src/services/dlc/v20210125/dlc_models.ts +4 -0
  13. package/src/services/dts/v20211206/dts_client.ts +8 -2
  14. package/src/services/dts/v20211206/dts_models.ts +211 -50
  15. package/src/services/ecm/v20190719/ecm_models.ts +1 -1
  16. package/src/services/ess/v20201111/ess_models.ts +4 -6
  17. package/src/services/essbasic/v20210526/essbasic_models.ts +3 -5
  18. package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +12 -0
  19. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +28 -0
  20. package/src/services/iss/v20230517/iss_models.ts +55 -4
  21. package/src/services/lcic/v20220817/lcic_models.ts +15 -15
  22. package/src/services/lighthouse/v20200324/lighthouse_models.ts +3 -3
  23. package/src/services/live/v20180801/live_models.ts +8 -8
  24. package/src/services/memcached/v20190318/memcached_models.ts +2 -0
  25. package/src/services/mna/v20210119/mna_models.ts +10 -0
  26. package/src/services/monitor/v20180724/monitor_models.ts +9 -0
  27. package/src/services/soe/v20180724/soe_models.ts +3 -3
  28. package/src/services/tcaplusdb/v20190823/tcaplusdb_client.ts +1 -1
  29. package/src/services/tcaplusdb/v20190823/tcaplusdb_models.ts +1 -1
  30. package/src/services/trtc/v20190722/trtc_models.ts +1 -1
  31. package/src/services/wedata/v20210820/wedata_client.ts +6 -3
  32. package/src/services/wedata/v20210820/wedata_models.ts +270 -142
  33. package/tencentcloud/common/sdk_version.d.ts +1 -1
  34. package/tencentcloud/common/sdk_version.js +1 -1
  35. package/tencentcloud/services/apm/v20210622/apm_models.d.ts +2 -2
  36. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +3 -1
  37. package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +17 -4
  38. package/tencentcloud/services/cvm/v20170312/cvm_client.js +22 -3
  39. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +140 -28
  40. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +5 -1
  41. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +6 -0
  42. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +26 -0
  43. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +4 -0
  44. package/tencentcloud/services/dts/v20211206/dts_client.d.ts +1 -1
  45. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +205 -50
  46. package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +1 -1
  47. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +3 -5
  48. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +3 -5
  49. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +5 -1
  50. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +6 -0
  51. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +26 -0
  52. package/tencentcloud/services/iss/v20230517/iss_models.d.ts +55 -4
  53. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +15 -15
  54. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +3 -3
  55. package/tencentcloud/services/live/v20180801/live_models.d.ts +8 -8
  56. package/tencentcloud/services/memcached/v20190318/memcached_models.d.ts +2 -0
  57. package/tencentcloud/services/mna/v20210119/mna_models.d.ts +10 -0
  58. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +9 -0
  59. package/tencentcloud/services/soe/v20180724/soe_models.d.ts +3 -3
  60. package/tencentcloud/services/tcaplusdb/v20190823/tcaplusdb_client.d.ts +1 -1
  61. package/tencentcloud/services/tcaplusdb/v20190823/tcaplusdb_client.js +1 -1
  62. package/tencentcloud/services/tcaplusdb/v20190823/tcaplusdb_models.d.ts +1 -1
  63. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +1 -1
  64. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +1 -1
  65. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +267 -142
  66. package/test/cvm.v20170312.test.js +30 -0
  67. package/test/cynosdb.v20190107.test.js +10 -0
  68. package/test/iotexplorer.v20190423.test.js +10 -0
package/products.md CHANGED
@@ -15,9 +15,9 @@
15
15
  | ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-04-04 06:05:40 |
16
16
  | api | [云 API](https://cloud.tencent.com/document/product/1278) | 2023-01-05 01:02:52 |
17
17
  | apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2024-01-31 01:06:22 |
18
- | apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2023-12-15 18:59:23 |
18
+ | apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2024-02-27 01:07:46 |
19
19
  | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2024-02-22 01:07:53 |
20
- | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2024-02-02 01:05:31 |
20
+ | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2024-02-23 01:07:51 |
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) | 2023-10-13 01:07:08 |
23
23
  | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2024-01-01 00:02:00 |
@@ -67,12 +67,12 @@
67
67
  | config | [配置审计](https://cloud.tencent.com/document/product/1579) | 2023-11-27 00:06:03 |
68
68
  | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-09-21 02:09:54 |
69
69
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
70
- | csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2024-02-02 01:09:24 |
70
+ | csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2024-02-27 01:11:36 |
71
71
  | csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2023-05-19 11:26:14 |
72
- | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-02-04 11:05:24 |
72
+ | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-02-27 01:11:44 |
73
73
  | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-02-02 01:09:36 |
74
74
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
75
- | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-02-21 01:12:48 |
75
+ | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-02-26 01:12:56 |
76
76
  | dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2024-01-24 01:26:26 |
77
77
  | dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
78
78
  | dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:20:11 |
@@ -80,24 +80,24 @@
80
80
  | dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2023-08-22 01:11:33 |
81
81
  | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2024-01-11 01:12:33 |
82
82
  | dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-10-30 00:33:47 |
83
- | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2024-02-21 01:13:43 |
83
+ | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2024-02-23 01:13:43 |
84
84
  | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2024-02-21 01:14:01 |
85
85
  | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2024-02-22 01:14:15 |
86
86
  | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2023-11-10 01:14:28 |
87
87
  | ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2023-08-17 02:59:40 |
88
88
  | dsgc | [数据安全治理中心](https://cloud.tencent.com/document/product/1087) | 2023-11-29 01:53:04 |
89
89
  | dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
90
- | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2024-02-22 01:14:47 |
90
+ | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2024-02-23 01:14:38 |
91
91
  | eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2024-01-17 01:14:14 |
92
92
  | ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2023-09-13 01:42:58 |
93
93
  | ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2023-08-17 03:03:04 |
94
- | ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2024-02-21 01:14:56 |
94
+ | ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2024-02-27 01:15:03 |
95
95
  | eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2023-05-18 01:25:40 |
96
96
  | eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
97
97
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-02-21 01:15:23 |
98
98
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-01-25 01:13:20 |
99
- | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-02-22 01:15:43 |
100
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-02-21 01:15:57 |
99
+ | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-02-27 01:15:41 |
100
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-02-26 15:57:46 |
101
101
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-12-15 19:41:44 |
102
102
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-02-22 01:16:11 |
103
103
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-12-25 00:11:01 |
@@ -123,29 +123,29 @@
123
123
  | ioa | [iOA 零信任安全管理系统](https://cloud.tencent.com/document/product/1092) | 2024-01-26 01:14:52 |
124
124
  | iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2023-07-17 01:22:28 |
125
125
  | iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2024-01-31 01:16:26 |
126
- | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2024-02-02 01:15:04 |
126
+ | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2024-02-26 01:17:19 |
127
127
  | iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2023-05-18 01:33:02 |
128
128
  | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2024-02-22 01:17:49 |
129
129
  | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2023-08-17 03:44:44 |
130
130
  | irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2023-09-22 02:00:51 |
131
- | iss | [智能视图计算平台](https://cloud.tencent.com/document/product/1344) | 2024-02-02 01:16:04 |
131
+ | iss | [智能视图计算平台](https://cloud.tencent.com/document/product/1344) | 2024-02-23 01:18:04 |
132
132
  | ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2023-12-28 01:18:25 |
133
133
  | keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-11-30 04:52:16 |
134
134
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2024-01-25 01:16:59 |
135
- | lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2024-01-31 01:17:54 |
136
- | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2024-01-03 01:18:19 |
137
- | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2024-01-22 01:16:38 |
135
+ | lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2024-02-27 01:18:37 |
136
+ | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2024-02-26 01:18:47 |
137
+ | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2024-02-27 01:19:09 |
138
138
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
139
139
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
140
140
  | mall | [商场客留大数据](https://cloud.tencent.com/document/product/1707) | 2023-07-17 10:16:02 |
141
141
  | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2023-10-30 00:58:10 |
142
142
  | market | [云市场](https://cloud.tencent.com/document/product/306) | 2023-09-21 04:45:17 |
143
- | memcached | [云数据库Memcached](https://cloud.tencent.com/document/product/241) | 2023-10-20 01:19:21 |
143
+ | memcached | [云数据库Memcached](https://cloud.tencent.com/document/product/241) | 2024-02-27 01:19:38 |
144
144
  | mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
145
145
  | mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2023-05-18 01:39:20 |
146
- | mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2024-01-30 01:18:35 |
146
+ | mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2024-02-26 01:19:32 |
147
147
  | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2024-02-05 01:18:33 |
148
- | monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-01-29 01:17:14 |
148
+ | monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-02-26 01:19:42 |
149
149
  | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-01-26 01:17:35 |
150
150
  | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2024-01-08 00:14:42 |
151
151
  | ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-12-05 02:07:42 |
@@ -174,7 +174,7 @@
174
174
  | smop | [腾讯安心用户运营平台](https://cloud.tencent.com/document/product/1310) | 2023-05-18 01:47:59 |
175
175
  | smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2023-08-17 04:38:34 |
176
176
  | sms | [短信](https://cloud.tencent.com/document/product/382) | 2023-11-28 01:23:01 |
177
- | soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2024-02-22 01:22:13 |
177
+ | soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2024-02-23 01:22:07 |
178
178
  | solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
179
179
  | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2024-01-17 01:21:16 |
180
180
  | ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-11-15 02:18:28 |
@@ -191,7 +191,7 @@
191
191
  | tbaas | [腾讯云区块链服务平台 TBaaS](https://cloud.tencent.com/document/product/663) | 2023-11-23 01:26:18 |
192
192
  | tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
193
193
  | tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2023-08-17 04:48:55 |
194
- | tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2023-09-25 01:25:42 |
194
+ | tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2024-02-23 01:22:58 |
195
195
  | tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2024-02-02 01:21:06 |
196
196
  | tcbr | [云托管 CloudBase Run](https://cloud.tencent.com/document/product/1243) | 2023-05-18 01:51:15 |
197
197
  | tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-07-21 06:17:29 |
@@ -221,12 +221,12 @@
221
221
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2024-02-22 01:26:17 |
222
222
  | tourism | [文旅客情大数据](https://cloud.tencent.com/document/product/1684) | 2023-08-10 01:43:37 |
223
223
  | trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-05-18 02:01:19 |
224
- | trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-01-23 01:30:19 |
224
+ | trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-02-23 01:25:53 |
225
225
  | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-12-29 01:27:21 |
226
226
  | trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2024-01-31 01:25:41 |
227
- | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-01-24 17:17:12 |
227
+ | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-02-23 01:26:10 |
228
228
  | tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-02-02 01:24:40 |
229
- | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2024-01-15 01:25:03 |
229
+ | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2024-02-23 01:26:28 |
230
230
  | tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2023-05-18 02:04:00 |
231
231
  | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-11-27 00:22:20 |
232
232
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2024-01-23 01:31:22 |
@@ -237,7 +237,7 @@
237
237
  | vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-11-27 00:23:42 |
238
238
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-01-26 01:25:28 |
239
239
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-11-15 02:42:49 |
240
- | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-01-30 01:28:12 |
240
+ | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-02-23 01:28:34 |
241
241
  | weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2024-01-31 01:28:56 |
242
242
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
243
243
  | yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-12-26 02:06:57 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.797"
1
+ export const sdkVersion = "4.0.799"
@@ -275,7 +275,7 @@ export interface CreateApmInstanceRequest {
275
275
  */
276
276
  Description?: string
277
277
  /**
278
- * Trace数据保存时长
278
+ * Trace数据保存时长,单位为天默认存储为3天
279
279
  */
280
280
  TraceDuration?: number
281
281
  /**
@@ -283,7 +283,7 @@ export interface CreateApmInstanceRequest {
283
283
  */
284
284
  Tags?: Array<ApmTag>
285
285
  /**
286
- * 实例上报额度值
286
+ * 实例上报额度值,默认赋值为0表示不限制上报额度
287
287
  */
288
288
  SpanDailyCounters?: number
289
289
  /**
@@ -36,7 +36,7 @@ export interface CreateCustomizationResponse {
36
36
  /**
37
37
  * 模型ID
38
38
  */
39
- ModelId: string
39
+ ModelId?: string
40
40
  /**
41
41
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
42
42
  */
@@ -484,6 +484,7 @@ export interface CreateCustomizationRequest {
484
484
  ModelType: string
485
485
  /**
486
486
  * 标签信息
487
+ * @deprecated
487
488
  */
488
489
  TagInfos?: Array<string>
489
490
  }
@@ -1057,6 +1058,7 @@ export interface DeleteAsrVocabRequest {
1057
1058
  export interface GetCustomizationListRequest {
1058
1059
  /**
1059
1060
  * 标签信息,格式为“$TagKey : $TagValue ”,中间分隔符为“空格”+“:”+“空格”
1061
+ * @deprecated
1060
1062
  */
1061
1063
  TagInfos?: Array<string>
1062
1064
  /**
@@ -62,6 +62,7 @@ import {
62
62
  InstanceTypeConfigStatus,
63
63
  HostPriceInfo,
64
64
  ResetInstancesTypeResponse,
65
+ DeleteInstancesActionTimerRequest,
65
66
  AssociateInstancesKeyPairsRequest,
66
67
  DeleteLaunchTemplateResponse,
67
68
  DescribeChcDeniedActionsResponse,
@@ -70,7 +71,7 @@ import {
70
71
  ModifyHpcClusterAttributeResponse,
71
72
  LaunchTemplateVersionInfo,
72
73
  InquiryPriceModifyInstancesChargeTypeResponse,
73
- ImportKeyPairResponse,
74
+ ImportInstancesActionTimerResponse,
74
75
  DescribeKeyPairsResponse,
75
76
  ResetInstancesPasswordRequest,
76
77
  RemoveChcAssistVpcResponse,
@@ -79,7 +80,7 @@ import {
79
80
  ModifyInstancesVpcAttributeResponse,
80
81
  DescribeLaunchTemplatesResponse,
81
82
  DeleteHpcClustersResponse,
82
- ModifyLaunchTemplateDefaultVersionResponse,
83
+ DescribeInstancesActionTimerResponse,
83
84
  DescribeInstancesOperationLimitRequest,
84
85
  ResetInstancesPasswordResponse,
85
86
  ModifyImageAttributeRequest,
@@ -119,7 +120,9 @@ import {
119
120
  ResetInstancesInternetMaxBandwidthResponse,
120
121
  ConfigureChcDeployVpcRequest,
121
122
  DescribeInstanceFamilyConfigsResponse,
123
+ ImportKeyPairResponse,
122
124
  CreateImageResponse,
125
+ DeleteInstancesActionTimerResponse,
123
126
  DescribeInstancesModificationRequest,
124
127
  InstanceMarketOptionsRequest,
125
128
  DescribeImageSharePermissionResponse,
@@ -130,6 +133,7 @@ import {
130
133
  ChcDeployExtraConfig,
131
134
  DescribeDisasterRecoverGroupQuotaResponse,
132
135
  DescribeRegionsRequest,
136
+ ImportInstancesActionTimerRequest,
133
137
  CreateDisasterRecoverGroupRequest,
134
138
  DescribeChcDeniedActionsRequest,
135
139
  DescribeReservedInstancesResponse,
@@ -192,6 +196,7 @@ import {
192
196
  ModifyInstancesVpcAttributeRequest,
193
197
  ChargePrepaid,
194
198
  ModifyInstancesChargeTypeRequest,
199
+ ResizeInstanceDisksRequest,
195
200
  DescribeInternetChargeTypeConfigsResponse,
196
201
  AccountQuotaOverview,
197
202
  RunAutomationServiceEnabled,
@@ -210,6 +215,7 @@ import {
210
215
  DescribeAccountQuotaRequest,
211
216
  DescribeReservedInstancesRequest,
212
217
  ModifyInstancesRenewFlagResponse,
218
+ ModifyLaunchTemplateDefaultVersionResponse,
213
219
  DescribeInstancesStatusRequest,
214
220
  InquiryPriceResizeInstanceDisksResponse,
215
221
  TerminateInstancesRequest,
@@ -263,7 +269,7 @@ import {
263
269
  InternetBandwidthConfig,
264
270
  ModifyDisasterRecoverGroupAttributeResponse,
265
271
  DescribeInstanceTypeConfigsResponse,
266
- ResizeInstanceDisksRequest,
272
+ DescribeInstancesActionTimerRequest,
267
273
  LaunchTemplateInfo,
268
274
  DescribeInstanceFamilyConfigsRequest,
269
275
  DescribeInstanceInternetBandwidthConfigsRequest,
@@ -617,6 +623,16 @@ export class Client extends AbstractClient {
617
623
  return this.request("DisassociateInstancesKeyPairs", req, cb)
618
624
  }
619
625
 
626
+ /**
627
+ * 本接口 (DeleteInstancesActionTimer) 用于删除定时任务。
628
+ */
629
+ async DeleteInstancesActionTimer(
630
+ req: DeleteInstancesActionTimerRequest,
631
+ cb?: (error: string, rep: DeleteInstancesActionTimerResponse) => void
632
+ ): Promise<DeleteInstancesActionTimerResponse> {
633
+ return this.request("DeleteInstancesActionTimer", req, cb)
634
+ }
635
+
620
636
  /**
621
637
  * 本接口(CreateLaunchTemplate)用于创建实例启动模板。
622
638
 
@@ -794,6 +810,16 @@ export class Client extends AbstractClient {
794
810
  return this.request("ModifyImageSharePermission", req, cb)
795
811
  }
796
812
 
813
+ /**
814
+ * 导入定时任务
815
+ */
816
+ async ImportInstancesActionTimer(
817
+ req: ImportInstancesActionTimerRequest,
818
+ cb?: (error: string, rep: ImportInstancesActionTimerResponse) => void
819
+ ): Promise<ImportInstancesActionTimerResponse> {
820
+ return this.request("ImportInstancesActionTimer", req, cb)
821
+ }
822
+
797
823
  /**
798
824
  * 本接口(DeleteLaunchTemplate)用于删除一个实例启动模板。
799
825
  */
@@ -819,6 +845,16 @@ export class Client extends AbstractClient {
819
845
  return this.request("CreateKeyPair", req, cb)
820
846
  }
821
847
 
848
+ /**
849
+ * 本接口 (DescribeInstancesActionTimer) 用于查询定时任务信息。
850
+ */
851
+ async DescribeInstancesActionTimer(
852
+ req: DescribeInstancesActionTimerRequest,
853
+ cb?: (error: string, rep: DescribeInstancesActionTimerResponse) => void
854
+ ): Promise<DescribeInstancesActionTimerResponse> {
855
+ return this.request("DescribeInstancesActionTimer", req, cb)
856
+ }
857
+
822
858
  /**
823
859
  * 本接口 (InquiryPriceResizeInstanceDisks) 用于扩容实例的数据盘询价。
824
860
 
@@ -1255,11 +1291,12 @@ https://img.qcloud.com/qcloud/app/active_vnc/index.html?InstanceVncUrl=wss%3A%2F
1255
1291
  }
1256
1292
 
1257
1293
  /**
1258
- * 本接口 (ResizeInstanceDisks) 用于扩容实例的数据盘。
1294
+ * 本接口 (ResizeInstanceDisks) 用于扩容实例的磁盘。
1259
1295
 
1260
- * 目前只支持扩容非弹性盘([`DescribeDisks`](https://cloud.tencent.com/document/api/362/16315)接口返回值中的`Portable`为`false`表示非弹性)。
1261
- * 对于包年包月实例,使用该接口会涉及扣费,请确保账户余额充足。可通过[`DescribeAccountBalance`](https://cloud.tencent.com/document/product/555/20253)接口查询账户余额。
1296
+ * 目前只支持扩容非弹性盘([ DescribeDisks ](https://cloud.tencent.com/document/api/362/16315)接口返回值中的`Portable`为`false`表示非弹性)。
1297
+ * 对于包年包月实例,使用该接口会涉及扣费,请确保账户余额充足。可通过[ DescribeAccountBalance ](https://cloud.tencent.com/document/product/555/20253)接口查询账户余额。
1262
1298
  * 目前只支持扩容一块数据盘。
1299
+ * 默认扩容方式为关机后扩容。
1263
1300
  * 实例操作结果可以通过调用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728#.E7.A4.BA.E4.BE.8B3-.E6.9F.A5.E8.AF.A2.E5.AE.9E.E4.BE.8B.E7.9A.84.E6.9C.80.E6.96.B0.E6.93.8D.E4.BD.9C.E6.83.85.E5.86.B5) 接口查询,如果实例的最新操作状态(LatestOperationState)为“SUCCESS”,则代表操作成功。
1264
1301
  * 如果是系统盘,目前只支持扩容,不支持缩容。
1265
1302
  */
@@ -99,6 +99,14 @@ export interface DescribeHpcClustersRequest {
99
99
  * 本次请求量, 默认值20。
100
100
  */
101
101
  Limit?: number
102
+ /**
103
+ * 高性能计算集群类型。
104
+ */
105
+ HpcClusterType?: string
106
+ /**
107
+ * 高性能计算集群对应的业务场景标识,当前只支持CDC。
108
+ */
109
+ HpcClusterBusinessId?: string
102
110
  }
103
111
 
104
112
  /**
@@ -1060,6 +1068,16 @@ export interface ResetInstancesTypeResponse {
1060
1068
  RequestId?: string
1061
1069
  }
1062
1070
 
1071
+ /**
1072
+ * DeleteInstancesActionTimer请求参数结构体
1073
+ */
1074
+ export interface DeleteInstancesActionTimerRequest {
1075
+ /**
1076
+ * 定时任务ID列表,可以通过DescribeInstancesActionTimer接口查询。只能删除未执行的定时任务。
1077
+ */
1078
+ ActionTimerIds: Array<string>
1079
+ }
1080
+
1063
1081
  /**
1064
1082
  * AssociateInstancesKeyPairs请求参数结构体
1065
1083
  */
@@ -1261,13 +1279,13 @@ export interface InquiryPriceModifyInstancesChargeTypeResponse {
1261
1279
  }
1262
1280
 
1263
1281
  /**
1264
- * ImportKeyPair返回参数结构体
1282
+ * ImportInstancesActionTimer返回参数结构体
1265
1283
  */
1266
- export interface ImportKeyPairResponse {
1284
+ export interface ImportInstancesActionTimerResponse {
1267
1285
  /**
1268
- * 密钥对ID。
1286
+ * 定时器id列表
1269
1287
  */
1270
- KeyId?: string
1288
+ ActionTimerIds: Array<string>
1271
1289
  /**
1272
1290
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1273
1291
  */
@@ -1399,9 +1417,13 @@ export interface DeleteHpcClustersResponse {
1399
1417
  }
1400
1418
 
1401
1419
  /**
1402
- * ModifyLaunchTemplateDefaultVersion返回参数结构体
1420
+ * DescribeInstancesActionTimer返回参数结构体
1403
1421
  */
1404
- export interface ModifyLaunchTemplateDefaultVersionResponse {
1422
+ export interface DescribeInstancesActionTimerResponse {
1423
+ /**
1424
+ * 定时任务信息列表。
1425
+ */
1426
+ ActionTimers: Array<ActionTimer>
1405
1427
  /**
1406
1428
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1407
1429
  */
@@ -2074,6 +2096,20 @@ export interface DescribeInstanceFamilyConfigsResponse {
2074
2096
  RequestId?: string
2075
2097
  }
2076
2098
 
2099
+ /**
2100
+ * ImportKeyPair返回参数结构体
2101
+ */
2102
+ export interface ImportKeyPairResponse {
2103
+ /**
2104
+ * 密钥对ID。
2105
+ */
2106
+ KeyId?: string
2107
+ /**
2108
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2109
+ */
2110
+ RequestId?: string
2111
+ }
2112
+
2077
2113
  /**
2078
2114
  * CreateImage返回参数结构体
2079
2115
  */
@@ -2089,6 +2125,16 @@ export interface CreateImageResponse {
2089
2125
  RequestId?: string
2090
2126
  }
2091
2127
 
2128
+ /**
2129
+ * DeleteInstancesActionTimer返回参数结构体
2130
+ */
2131
+ export interface DeleteInstancesActionTimerResponse {
2132
+ /**
2133
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2134
+ */
2135
+ RequestId?: string
2136
+ }
2137
+
2092
2138
  /**
2093
2139
  * DescribeInstancesModification请求参数结构体
2094
2140
  */
@@ -2452,6 +2498,20 @@ export interface DescribeDisasterRecoverGroupQuotaResponse {
2452
2498
  */
2453
2499
  export type DescribeRegionsRequest = null
2454
2500
 
2501
+ /**
2502
+ * ImportInstancesActionTimer请求参数结构体
2503
+ */
2504
+ export interface ImportInstancesActionTimerRequest {
2505
+ /**
2506
+ * 实例id列表,可以通过DescribeInstances接口查询到。
2507
+ */
2508
+ InstanceIds: Array<string>
2509
+ /**
2510
+ * 定时器任务信息,目前仅支持定时销毁。
2511
+ */
2512
+ ActionTimer: ActionTimer
2513
+ }
2514
+
2455
2515
  /**
2456
2516
  * CreateDisasterRecoverGroup请求参数结构体
2457
2517
  */
@@ -4226,6 +4286,14 @@ export interface CreateHpcClusterRequest {
4226
4286
  * 高性能计算集群备注。
4227
4287
  */
4228
4288
  Remark?: string
4289
+ /**
4290
+ * 高性能计算集群类型。
4291
+ */
4292
+ HpcClusterType?: string
4293
+ /**
4294
+ * 高性能计算集群对应的业务场景标识,当前只支持CDC。
4295
+ */
4296
+ HpcClusterBusinessId?: string
4229
4297
  }
4230
4298
 
4231
4299
  /**
@@ -4370,6 +4438,34 @@ export interface ModifyInstancesChargeTypeRequest {
4370
4438
  ModifyPortableDataDisk?: boolean
4371
4439
  }
4372
4440
 
4441
+ /**
4442
+ * ResizeInstanceDisks请求参数结构体
4443
+ */
4444
+ export interface ResizeInstanceDisksRequest {
4445
+ /**
4446
+ * 待操作的实例ID。可通过[`DescribeInstances`](https://cloud.tencent.com/document/api/213/15728)接口返回值中的`InstanceId`获取。
4447
+ */
4448
+ InstanceId: string
4449
+ /**
4450
+ * 待扩容的数据盘配置信息。只支持扩容非弹性数据盘([`DescribeDisks`](https://cloud.tencent.com/document/api/362/16315)接口返回值中的`Portable`为`false`表示非弹性)。数据盘容量单位:GB。最小扩容步长:10G。关于数据盘类型的选择请参考[硬盘产品简介](https://cloud.tencent.com/document/product/362/2353)。可选数据盘类型受到实例类型`InstanceType`限制。另外允许扩容的最大容量也因数据盘类型的不同而有所差异。
4451
+ <dx-alert infotype="explain" title="">您必须指定参数DataDisks与SystemDisk的其中一个,但不能同时指定。</dx-alert>
4452
+ */
4453
+ DataDisks?: Array<DataDisk>
4454
+ /**
4455
+ * 是否对运行中的实例选择强制关机。建议对运行中的实例先手动关机,然后再重置用户密码。取值范围:<br><li>true:表示在正常关机失败后进行强制关机</li><br><li>false:表示在正常关机失败后不进行强制关机</li><br><br>默认取值:false。<br><br>强制关机的效果等同于关闭物理计算机的电源开关。强制关机可能会导致数据丢失或文件系统损坏,请仅在服务器不能正常关机时使用。
4456
+ */
4457
+ ForceStop?: boolean
4458
+ /**
4459
+ * 待扩容的系统盘配置信息。只支持扩容云盘。
4460
+ <dx-alert infotype="explain" title="">您必须指定参数DataDisks与SystemDisk的其中一个,但不能同时指定。</dx-alert>
4461
+ */
4462
+ SystemDisk?: SystemDisk
4463
+ /**
4464
+ * 扩容云盘的方式是否为在线扩容。
4465
+ */
4466
+ ResizeOnline?: boolean
4467
+ }
4468
+
4373
4469
  /**
4374
4470
  * DescribeInternetChargeTypeConfigs返回参数结构体
4375
4471
  */
@@ -4893,6 +4989,16 @@ export interface ModifyInstancesRenewFlagResponse {
4893
4989
  RequestId?: string
4894
4990
  }
4895
4991
 
4992
+ /**
4993
+ * ModifyLaunchTemplateDefaultVersion返回参数结构体
4994
+ */
4995
+ export interface ModifyLaunchTemplateDefaultVersionResponse {
4996
+ /**
4997
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4998
+ */
4999
+ RequestId?: string
5000
+ }
5001
+
4896
5002
  /**
4897
5003
  * DescribeInstancesStatus请求参数结构体
4898
5004
  */
@@ -5904,31 +6010,33 @@ export interface DescribeInstanceTypeConfigsResponse {
5904
6010
  }
5905
6011
 
5906
6012
  /**
5907
- * ResizeInstanceDisks请求参数结构体
6013
+ * DescribeInstancesActionTimer请求参数结构体
5908
6014
  */
5909
- export interface ResizeInstanceDisksRequest {
6015
+ export interface DescribeInstancesActionTimerRequest {
5910
6016
  /**
5911
- * 待操作的实例ID。可通过[`DescribeInstances`](https://cloud.tencent.com/document/api/213/15728)接口返回值中的`InstanceId`获取。
6017
+ * 定时任务ID列表。
5912
6018
  */
5913
- InstanceId: string
6019
+ ActionTimerIds?: Array<string>
5914
6020
  /**
5915
- * 待扩容的数据盘配置信息。只支持扩容非弹性数据盘([`DescribeDisks`](https://cloud.tencent.com/document/api/362/16315)接口返回值中的`Portable`为`false`表示非弹性)。数据盘容量单位:GB。最小扩容步长:10G。关于数据盘类型的选择请参考[硬盘产品简介](https://cloud.tencent.com/document/product/362/2353)。可选数据盘类型受到实例类型`InstanceType`限制。另外允许扩容的最大容量也因数据盘类型的不同而有所差异。
5916
- <dx-alert infotype="explain" title="">您必须指定参数DataDisks与SystemDisk的其中一个,但不能同时指定。</dx-alert>
6021
+ * 按照一个或者多个实例ID查询。
5917
6022
  */
5918
- DataDisks?: Array<DataDisk>
6023
+ InstanceIds?: Array<string>
5919
6024
  /**
5920
- * 是否对运行中的实例选择强制关机。建议对运行中的实例先手动关机,然后再重置用户密码。取值范围:<br><li>true:表示在正常关机失败后进行强制关机</li><br><li>false:表示在正常关机失败后不进行强制关机</li><br><br>默认取值:false。<br><br>强制关机的效果等同于关闭物理计算机的电源开关。强制关机可能会导致数据丢失或文件系统损坏,请仅在服务器不能正常关机时使用。
6025
+ * 定时任务执行时间,格式如:2018-05-01 19:00:00,必须大于当前时间5分钟。
5921
6026
  */
5922
- ForceStop?: boolean
6027
+ TimerAction?: string
5923
6028
  /**
5924
- * 待扩容的系统盘配置信息。只支持扩容云盘。
5925
- <dx-alert infotype="explain" title="">您必须指定参数DataDisks与SystemDisk的其中一个,但不能同时指定。</dx-alert>
6029
+ * 执行时间的结束范围,用于条件筛选,格式如2018-05-01 19:00:00。
5926
6030
  */
5927
- SystemDisk?: SystemDisk
6031
+ EndActionTime?: string
5928
6032
  /**
5929
- * 扩容云盘的方式是否为在线扩容。
6033
+ * 执行时间的开始范围,用于条件筛选,格式如2018-05-01 19:00:00。
5930
6034
  */
5931
- ResizeOnline?: boolean
6035
+ StartActionTime?: string
6036
+ /**
6037
+ * 定时任务状态列表。<br><li>UNDO:未执行<br><li>DOING:正在执行<br><li>DONE:执行完成。
6038
+ */
6039
+ StatusList?: Array<string>
5932
6040
  }
5933
6041
 
5934
6042
  /**
@@ -5994,39 +6102,49 @@ export interface HpcClusterInfo {
5994
6102
  /**
5995
6103
  * 高性能计算集群ID
5996
6104
  */
5997
- HpcClusterId: string
6105
+ HpcClusterId?: string
5998
6106
  /**
5999
6107
  * 高性能计算集群名
6000
6108
  注意:此字段可能返回 null,表示取不到有效值。
6001
6109
  */
6002
- Name: string
6110
+ Name?: string
6003
6111
  /**
6004
6112
  * 高性能计算集群备注
6005
6113
  注意:此字段可能返回 null,表示取不到有效值。
6006
6114
  */
6007
- Remark: string
6115
+ Remark?: string
6008
6116
  /**
6009
6117
  * 集群下设备容量
6010
6118
  */
6011
- CvmQuotaTotal: number
6119
+ CvmQuotaTotal?: number
6012
6120
  /**
6013
6121
  * 集群所在可用区
6014
6122
  */
6015
- Zone: string
6123
+ Zone?: string
6016
6124
  /**
6017
6125
  * 集群当前已有设备量
6018
6126
  */
6019
- CurrentNum: number
6127
+ CurrentNum?: number
6020
6128
  /**
6021
6129
  * 集群创建时间
6022
6130
  注意:此字段可能返回 null,表示取不到有效值。
6023
6131
  */
6024
- CreateTime: string
6132
+ CreateTime?: string
6025
6133
  /**
6026
6134
  * 集群内实例ID列表
6027
6135
  注意:此字段可能返回 null,表示取不到有效值。
6028
6136
  */
6029
- InstanceIds: Array<string>
6137
+ InstanceIds?: Array<string>
6138
+ /**
6139
+ * 高性能计算集群类型。
6140
+ 注意:此字段可能返回 null,表示取不到有效值。
6141
+ */
6142
+ HpcClusterType?: string
6143
+ /**
6144
+ * 高性能计算集群对应的业务场景标识,当前只支持CDC。
6145
+ 注意:此字段可能返回 null,表示取不到有效值。
6146
+ */
6147
+ HpcClusterBusinessId?: string
6030
6148
  }
6031
6149
 
6032
6150
  /**
@@ -150,6 +150,7 @@ import {
150
150
  DescribeBackupDownloadUrlRequest,
151
151
  InstanceAuditStatus,
152
152
  CopyClusterPasswordComplexityRequest,
153
+ DescribeClusterInstanceGroupsResponse,
153
154
  CreateProxyEndPointResponse,
154
155
  NetAddr,
155
156
  OpenWanRequest,
@@ -321,6 +322,7 @@ import {
321
322
  ParamDetail,
322
323
  OfflineClusterRequest,
323
324
  ResetAccountPasswordResponse,
325
+ DescribeClusterInstanceGroupsRequest,
324
326
  OpenAuditServiceRequest,
325
327
  ModifyResourcePackageNameResponse,
326
328
  DescribeBackupListRequest,
@@ -1639,6 +1641,16 @@ export class Client extends AbstractClient {
1639
1641
  return this.request("DescribeBinlogs", req, cb)
1640
1642
  }
1641
1643
 
1644
+ /**
1645
+ * 本接口(DescribeClusterInstanceGrps)用于查询实例组信息。
1646
+ */
1647
+ async DescribeClusterInstanceGroups(
1648
+ req: DescribeClusterInstanceGroupsRequest,
1649
+ cb?: (error: string, rep: DescribeClusterInstanceGroupsResponse) => void
1650
+ ): Promise<DescribeClusterInstanceGroupsResponse> {
1651
+ return this.request("DescribeClusterInstanceGroups", req, cb)
1652
+ }
1653
+
1642
1654
  /**
1643
1655
  * 指定时间和集群查询是否可回滚
1644
1656
  */