tencentcloud-sdk-nodejs 4.0.350 → 4.0.353

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 (110) hide show
  1. package/CHANGELOG.md +560 -0
  2. package/SERVICE_CHANGELOG.md +795 -13
  3. package/package.json +1 -1
  4. package/products.md +30 -29
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/as/v20180419/as_client.ts +2 -0
  7. package/src/services/cbs/v20170312/cbs_models.ts +48 -20
  8. package/src/services/ccc/v20200210/ccc_models.ts +2 -2
  9. package/src/services/cdb/v20170320/cdb_client.ts +1 -0
  10. package/src/services/cdb/v20170320/cdb_models.ts +20 -0
  11. package/src/services/cfw/v20190904/cfw_models.ts +5 -5
  12. package/src/services/ckafka/v20190819/ckafka_models.ts +1 -1
  13. package/src/services/cvm/v20170312/cvm_models.ts +10 -0
  14. package/src/services/cwp/v20180228/cwp_models.ts +17 -2
  15. package/src/services/dasb/v20191018/dasb_client.ts +202 -34
  16. package/src/services/dasb/v20191018/dasb_models.ts +633 -175
  17. package/src/services/dbdc/index.ts +5 -0
  18. package/src/services/dbdc/v20201029/dbdc_client.ts +97 -0
  19. package/src/services/dbdc/v20201029/dbdc_models.ts +817 -0
  20. package/src/services/dbdc/v20201029/index.ts +6 -0
  21. package/src/services/dcdb/v20180411/dcdb_client.ts +12 -0
  22. package/src/services/dcdb/v20180411/dcdb_models.ts +25 -0
  23. package/src/services/dlc/v20210125/dlc_models.ts +32 -0
  24. package/src/services/ess/v20201111/ess_client.ts +30 -9
  25. package/src/services/ess/v20201111/ess_models.ts +254 -6
  26. package/src/services/essbasic/v20210526/essbasic_models.ts +30 -0
  27. package/src/services/faceid/v20180301/faceid_client.ts +13 -1
  28. package/src/services/faceid/v20180301/faceid_models.ts +161 -19
  29. package/src/services/gaap/v20180529/gaap_models.ts +10 -6
  30. package/src/services/index.ts +1 -0
  31. package/src/services/kms/v20190118/kms_models.ts +39 -0
  32. package/src/services/lighthouse/v20200324/lighthouse_models.ts +1 -1
  33. package/src/services/sqlserver/v20180328/sqlserver_models.ts +1 -1
  34. package/src/services/ssl/v20191205/ssl_client.ts +1 -0
  35. package/src/services/ssl/v20191205/ssl_models.ts +23 -0
  36. package/src/services/tcr/v20190924/tcr_models.ts +2 -2
  37. package/src/services/teo/v20220106/teo_client.ts +585 -18
  38. package/src/services/teo/v20220106/teo_models.ts +3872 -252
  39. package/src/services/thpc/v20220401/thpc_models.ts +1 -1
  40. package/src/services/tiia/v20190529/tiia_models.ts +11 -11
  41. package/src/services/tke/v20180525/tke_client.ts +302 -74
  42. package/src/services/tke/v20180525/tke_models.ts +1456 -442
  43. package/src/services/tse/v20201207/tse_models.ts +5 -0
  44. package/src/services/vod/v20180717/vod_client.ts +3 -2
  45. package/src/services/vod/v20180717/vod_models.ts +155 -155
  46. package/src/services/vpc/v20170312/vpc_client.ts +1 -1
  47. package/src/services/vpc/v20170312/vpc_models.ts +25 -2
  48. package/tencentcloud/common/sdk_version.d.ts +1 -1
  49. package/tencentcloud/common/sdk_version.js +1 -1
  50. package/tencentcloud/services/as/v20180419/as_client.d.ts +2 -0
  51. package/tencentcloud/services/as/v20180419/as_client.js +2 -0
  52. package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +42 -19
  53. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +2 -2
  54. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +17 -0
  55. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +5 -5
  56. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +1 -1
  57. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +8 -0
  58. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +14 -2
  59. package/tencentcloud/services/dasb/v20191018/dasb_client.d.ts +67 -11
  60. package/tencentcloud/services/dasb/v20191018/dasb_client.js +99 -15
  61. package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +554 -157
  62. package/tencentcloud/services/dbdc/index.d.ts +6 -0
  63. package/tencentcloud/services/dbdc/index.js +7 -0
  64. package/tencentcloud/services/dbdc/v20201029/dbdc_client.d.ts +30 -0
  65. package/tencentcloud/services/dbdc/v20201029/dbdc_client.js +61 -0
  66. package/tencentcloud/services/dbdc/v20201029/dbdc_models.d.ts +658 -0
  67. package/tencentcloud/services/dbdc/v20201029/dbdc_models.js +18 -0
  68. package/tencentcloud/services/dbdc/v20201029/index.d.ts +6 -0
  69. package/tencentcloud/services/dbdc/v20201029/index.js +9 -0
  70. package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +5 -1
  71. package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +6 -0
  72. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +22 -0
  73. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +26 -0
  74. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +12 -3
  75. package/tencentcloud/services/ess/v20201111/ess_client.js +14 -3
  76. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +210 -5
  77. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +24 -0
  78. package/tencentcloud/services/faceid/v20180301/faceid_client.d.ts +5 -1
  79. package/tencentcloud/services/faceid/v20180301/faceid_client.js +6 -0
  80. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +136 -16
  81. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +10 -6
  82. package/tencentcloud/services/index.d.ts +1 -0
  83. package/tencentcloud/services/index.js +2 -0
  84. package/tencentcloud/services/kms/v20190118/kms_models.d.ts +32 -0
  85. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +1 -1
  86. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +1 -1
  87. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +19 -0
  88. package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +2 -2
  89. package/tencentcloud/services/teo/v20220106/teo_client.d.ts +179 -3
  90. package/tencentcloud/services/teo/v20220106/teo_client.js +267 -3
  91. package/tencentcloud/services/teo/v20220106/teo_models.d.ts +3325 -232
  92. package/tencentcloud/services/thpc/v20220401/thpc_models.d.ts +1 -1
  93. package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +11 -11
  94. package/tencentcloud/services/tke/v20180525/tke_client.d.ts +91 -19
  95. package/tencentcloud/services/tke/v20180525/tke_client.js +135 -27
  96. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +1226 -363
  97. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +4 -0
  98. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +1 -0
  99. package/tencentcloud/services/vod/v20180717/vod_client.js +1 -0
  100. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +131 -131
  101. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +1 -1
  102. package/tencentcloud/services/vpc/v20170312/vpc_client.js +1 -1
  103. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +21 -2
  104. package/test/dasb.v20191018.test.js +150 -10
  105. package/test/dbdc.v20201029.test.js +71 -0
  106. package/test/dcdb.v20180411.test.js +10 -0
  107. package/test/ess.v20201111.test.js +12 -2
  108. package/test/faceid.v20180301.test.js +10 -0
  109. package/test/teo.v20220106.test.js +442 -2
  110. package/test/tke.v20180525.test.js +202 -22
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.350",
3
+ "version": "4.0.353",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -13,11 +13,11 @@
13
13
  | api | [云 API](https://cloud.tencent.com/document/product/1278) | 2022-04-08 06:01:32 |
14
14
  | apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2022-04-21 06:05:25 |
15
15
  | apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2022-05-17 11:59:15 |
16
- | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-04-28 06:06:38 |
16
+ | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-06-02 06:02:22 |
17
17
  | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-05-26 06:06:08 |
18
18
  | asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2022-04-04 06:08:40 |
19
19
  | ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2022-04-04 06:08:45 |
20
- | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2022-05-23 06:02:46 |
20
+ | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2022-05-31 06:04:46 |
21
21
  | bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2022-05-09 06:02:49 |
22
22
  | bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2022-05-13 18:34:36 |
23
23
  | billing | [计费相关](https://cloud.tencent.com/document/product/555) | 2022-04-04 06:09:17 |
@@ -34,20 +34,20 @@
34
34
  | car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2022-04-27 06:05:49 |
35
35
  | casb | [云数据加密代理网关](https://cloud.tencent.com/document/product/1303) | 2022-04-04 06:11:55 |
36
36
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-05-23 06:03:34 |
37
- | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-04-21 06:07:31 |
38
- | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-05-24 06:07:44 |
39
- | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-05-19 06:08:10 |
37
+ | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-05-31 06:05:45 |
38
+ | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-05-31 06:05:55 |
39
+ | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-06-02 06:03:38 |
40
40
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2022-05-16 17:18:07 |
41
41
  | cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-05-20 06:02:50 |
42
42
  | cds | [数据安全审计](https://cloud.tencent.com/document/product/856) | 2022-04-04 06:17:07 |
43
43
  | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2022-05-24 06:08:29 |
44
44
  | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2022-04-04 06:17:16 |
45
- | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2022-05-12 06:07:30 |
45
+ | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2022-05-31 06:06:47 |
46
46
  | chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2022-05-26 06:08:04 |
47
47
  | cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-04-04 06:18:39 |
48
48
  | cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
49
49
  | cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
50
- | ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-05-16 06:05:48 |
50
+ | ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-05-31 06:07:03 |
51
51
  | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-05-11 06:06:40 |
52
52
  | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2022-05-25 06:05:44 |
53
53
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-04-04 06:21:17 |
@@ -57,16 +57,17 @@
57
57
  | cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
58
58
  | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-05-20 06:04:11 |
59
59
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
60
- | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-05-26 06:09:19 |
61
- | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-05-25 06:06:46 |
60
+ | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-06-02 06:05:44 |
61
+ | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-05-31 06:08:47 |
62
62
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
63
63
  | cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2022-05-27 06:07:33 |
64
- | dasb | [堡垒机](https://cloud.tencent.com/document/product/1025) | 2022-05-26 06:10:06 |
64
+ | dasb | [堡垒机](https://cloud.tencent.com/document/product/1025) | 2022-06-01 20:56:43 |
65
65
  | dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2022-04-04 06:33:41 |
66
66
  | dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2022-04-25 06:05:43 |
67
+ | dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2022-05-31 17:05:07 |
67
68
  | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2022-04-13 06:36:47 |
68
- | dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2022-05-25 06:07:44 |
69
- | dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2022-05-26 18:17:40 |
69
+ | dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2022-05-31 06:09:47 |
70
+ | dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2022-06-01 06:09:45 |
70
71
  | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2022-05-19 06:11:31 |
71
72
  | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2022-05-24 06:11:36 |
72
73
  | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2022-04-04 06:38:48 |
@@ -81,13 +82,13 @@
81
82
  | eis | [企业集成服务](https://cloud.tencent.com/document/product/1270) | 2022-04-04 06:42:05 |
82
83
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-05-23 06:08:01 |
83
84
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-05-25 06:08:55 |
84
- | ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-05-16 06:09:12 |
85
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-05-06 06:10:19 |
85
+ | ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-06-02 06:08:09 |
86
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-06-02 06:08:13 |
86
87
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-04-04 06:42:42 |
87
- | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-05-12 06:11:15 |
88
+ | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-06-02 06:08:18 |
88
89
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2022-04-04 06:43:06 |
89
90
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2022-04-04 06:43:12 |
90
- | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2022-05-19 06:12:45 |
91
+ | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2022-06-02 06:08:28 |
91
92
  | gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2022-04-04 06:44:28 |
92
93
  | gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-04-04 06:44:42 |
93
94
  | gs | [云游戏解决方案](https://cloud.tencent.com/document/product/1162) | 2022-04-08 06:07:59 |
@@ -103,13 +104,13 @@
103
104
  | ims | [图片内容检测](https://cloud.tencent.com/document/product/1125) | 2022-05-26 06:12:53 |
104
105
  | iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2022-04-04 06:48:08 |
105
106
  | iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2022-05-27 06:10:42 |
106
- | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2022-05-25 06:10:34 |
107
+ | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2022-06-01 06:12:16 |
107
108
  | iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2022-04-04 06:49:46 |
108
109
  | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2022-04-04 06:49:51 |
109
110
  | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-04-04 06:51:27 |
110
111
  | ivld | [视频智能标签](https://cloud.tencent.com/document/product/1509) | 2022-05-26 17:59:01 |
111
- | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2022-04-04 06:53:19 |
112
- | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-05-20 06:14:11 |
112
+ | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2022-06-01 06:12:55 |
113
+ | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-06-01 06:13:02 |
113
114
  | live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-05-30 06:10:06 |
114
115
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
115
116
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
@@ -146,9 +147,9 @@
146
147
  | sms | [短信](https://cloud.tencent.com/document/product/382) | 2022-04-14 06:16:29 |
147
148
  | soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2022-05-26 06:16:15 |
148
149
  | solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
149
- | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2022-05-23 06:12:44 |
150
+ | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2022-05-31 06:16:15 |
150
151
  | ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2022-04-22 06:14:46 |
151
- | ssl | [证书](https://cloud.tencent.com/document/product/400) | 2022-05-20 06:17:18 |
152
+ | ssl | [证书](https://cloud.tencent.com/document/product/400) | 2022-06-01 06:15:43 |
152
153
  | sslpod | [SSL 证书监控](https://cloud.tencent.com/document/product/1084) | 2022-04-04 07:07:55 |
153
154
  | ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2022-04-04 07:08:00 |
154
155
  | sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2022-05-18 06:16:35 |
@@ -164,36 +165,36 @@
164
165
  | tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-04-04 07:10:49 |
165
166
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
166
167
  | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-05-24 06:18:55 |
167
- | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2022-04-08 06:13:14 |
168
+ | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2022-06-01 06:16:29 |
168
169
  | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-05-25 06:15:02 |
169
170
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-04-04 07:15:36 |
170
171
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2022-04-04 07:15:50 |
171
172
  | tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-05-25 06:15:53 |
172
173
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-04-28 06:18:38 |
173
- | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-05-18 06:18:03 |
174
- | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2022-04-27 10:43:23 |
174
+ | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-06-02 06:14:38 |
175
+ | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2022-06-02 06:15:03 |
175
176
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
176
177
  | tic | [腾讯云IaC平台](https://cloud.tencent.com/document/product/1213) | 2022-04-04 07:16:52 |
177
178
  | ticm | [智能鉴黄](https://cloud.tencent.com/document/product/864) | 2021-01-07 08:08:15 |
178
179
  | tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2022-04-04 07:16:59 |
179
180
  | tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-04-04 07:17:01 |
180
- | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-05-13 06:18:48 |
181
+ | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-06-02 06:15:12 |
181
182
  | tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2022-04-04 07:17:26 |
182
183
  | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2022-05-17 06:17:19 |
183
- | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-05-23 06:14:59 |
184
+ | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-06-02 06:15:27 |
184
185
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
185
186
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-04-04 07:18:11 |
186
187
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2022-05-19 06:19:37 |
187
188
  | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-05-18 06:19:08 |
188
- | tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-04-22 06:17:09 |
189
+ | tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-06-02 06:16:18 |
189
190
  | tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-05-20 06:20:03 |
190
191
  | tsw | [腾讯微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-04-04 07:22:40 |
191
192
  | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2022-05-27 06:17:04 |
192
193
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2022-04-04 07:22:44 |
193
194
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-05-10 06:14:42 |
194
195
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-04-04 07:22:54 |
195
- | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-05-26 06:19:26 |
196
- | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-05-18 06:20:08 |
196
+ | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-06-01 06:18:42 |
197
+ | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-06-02 06:17:13 |
197
198
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-05-12 06:19:46 |
198
199
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-04-04 07:39:05 |
199
200
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.350"
1
+ export const sdkVersion = "4.0.353"
@@ -303,6 +303,8 @@ export class Client extends AbstractClient {
303
303
 
304
304
  /**
305
305
  * 本接口(AttachInstances)用于将 CVM 实例添加到伸缩组。
306
+ * 仅支持添加处于`RUNNING`(运行中)或`STOPPED`(已关机)状态的 CVM 实例
307
+ * 添加的 CVM 实例需要和伸缩组 VPC 网络一致
306
308
 
307
309
  */
308
310
  async AttachInstances(
@@ -45,14 +45,14 @@ export interface ModifyDiskAttributesResponse {
45
45
  */
46
46
  export interface AutoSnapshotPolicy {
47
47
  /**
48
- * 定期快照策略ID
48
+ * 已绑定当前定期快照策略的云盘ID列表。
49
49
  */
50
- AutoSnapshotPolicyId?: string
50
+ DiskIdSet?: Array<string>
51
51
 
52
52
  /**
53
- * 定期快照策略名称。
53
+ * 定期快照策略是否激活。
54
54
  */
55
- AutoSnapshotPolicyName?: string
55
+ IsActivated?: boolean
56
56
 
57
57
  /**
58
58
  * 定期快照策略的状态。取值范围:<br><li>NORMAL:正常<br><li>ISOLATED:已隔离。
@@ -60,9 +60,10 @@ export interface AutoSnapshotPolicy {
60
60
  AutoSnapshotPolicyState?: string
61
61
 
62
62
  /**
63
- * 定期快照策略是否激活。
64
- */
65
- IsActivated?: boolean
63
+ * 是否是跨账号复制快照快照, 1:是, 0: 不是
64
+ 注意:此字段可能返回 null,表示取不到有效值。
65
+ */
66
+ IsCopyToRemote: number
66
67
 
67
68
  /**
68
69
  * 使用该定期快照策略创建出来的快照是否永久保留。
@@ -70,19 +71,19 @@ export interface AutoSnapshotPolicy {
70
71
  IsPermanent?: boolean
71
72
 
72
73
  /**
73
- * 使用该定期快照策略创建出来的快照保留天数。
74
+ * 定期快照下次触发的时间。
74
75
  */
75
- RetentionDays?: number
76
+ NextTriggerTime?: string
76
77
 
77
78
  /**
78
- * 定期快照策略的创建时间。
79
+ * 定期快照策略名称。
79
80
  */
80
- CreateTime?: string
81
+ AutoSnapshotPolicyName?: string
81
82
 
82
83
  /**
83
- * 定期快照下次触发的时间。
84
+ * 定期快照策略ID。
84
85
  */
85
- NextTriggerTime?: string
86
+ AutoSnapshotPolicyId?: string
86
87
 
87
88
  /**
88
89
  * 定期快照的执行策略。
@@ -90,9 +91,26 @@ export interface AutoSnapshotPolicy {
90
91
  Policy?: Array<Policy>
91
92
 
92
93
  /**
93
- * 已绑定当前定期快照策略的云盘ID列表。
94
+ * 定期快照策略的创建时间。
94
95
  */
95
- DiskIdSet?: Array<string>
96
+ CreateTime?: string
97
+
98
+ /**
99
+ * 使用该定期快照策略创建出来的快照保留天数。
100
+ */
101
+ RetentionDays?: number
102
+
103
+ /**
104
+ * 复制的目标账户ID
105
+ 注意:此字段可能返回 null,表示取不到有效值。
106
+ */
107
+ CopyToAccountUin: string
108
+
109
+ /**
110
+ * 已绑定当前定期快照策略的实例ID列表。
111
+ 注意:此字段可能返回 null,表示取不到有效值。
112
+ */
113
+ InstanceIdSet: Array<string>
96
114
  }
97
115
 
98
116
  /**
@@ -168,7 +186,7 @@ export interface BindAutoSnapshotPolicyRequest {
168
186
  /**
169
187
  * 要绑定的云硬盘ID列表,一次请求最多绑定80块云盘。
170
188
  */
171
- DiskIds: Array<string>
189
+ DiskIds?: Array<string>
172
190
  }
173
191
 
174
192
  /**
@@ -890,6 +908,11 @@ export interface CreateSnapshotRequest {
890
908
  * 云硬盘备份点ID。传入此参数时,将通过备份点创建快照。
891
909
  */
892
910
  DiskBackupId?: string
911
+
912
+ /**
913
+ * 快照绑定的标签。
914
+ */
915
+ Tags?: Array<Tag>
893
916
  }
894
917
 
895
918
  /**
@@ -1315,14 +1338,14 @@ export interface ModifySnapshotAttributeRequest {
1315
1338
  */
1316
1339
  export interface UnbindAutoSnapshotPolicyRequest {
1317
1340
  /**
1318
- * 要解绑定期快照策略的云盘ID列表。
1341
+ * 要解绑的定期快照策略ID
1319
1342
  */
1320
- DiskIds: Array<string>
1343
+ AutoSnapshotPolicyId: string
1321
1344
 
1322
1345
  /**
1323
- * 要解绑的定期快照策略ID
1346
+ * 要解绑定期快照策略的云盘ID列表。
1324
1347
  */
1325
- AutoSnapshotPolicyId: string
1348
+ DiskIds?: Array<string>
1326
1349
  }
1327
1350
 
1328
1351
  /**
@@ -1585,6 +1608,11 @@ export interface Snapshot {
1585
1608
  * 快照开始共享的时间。
1586
1609
  */
1587
1610
  TimeStartShare: string
1611
+
1612
+ /**
1613
+ * 快照绑定的标签列表。
1614
+ */
1615
+ Tags: Array<Tag>
1588
1616
  }
1589
1617
 
1590
1618
  /**
@@ -1629,12 +1629,12 @@ export interface DescribeStaffStatusMetricsResponse {
1629
1629
  */
1630
1630
  export interface DescribeTelCallInfoResponse {
1631
1631
  /**
1632
- * 电话呼出统计分钟数
1632
+ * 呼出套餐包消耗分钟数
1633
1633
  */
1634
1634
  TelCallOutCount: number
1635
1635
 
1636
1636
  /**
1637
- * 电话呼入统计分钟数
1637
+ * 呼入套餐包消耗分钟数
1638
1638
  */
1639
1639
  TelCallInCount: number
1640
1640
 
@@ -131,6 +131,7 @@ import {
131
131
  DescribeDBSecurityGroupsRequest,
132
132
  DescribeDBSwitchRecordsResponse,
133
133
  ModifyCDBProxyConnectionPoolResponse,
134
+ Tag,
134
135
  CreateAuditLogFileResponse,
135
136
  ModifyInstanceTagResponse,
136
137
  DescribeDBSwitchRecordsRequest,
@@ -740,6 +740,11 @@ export interface DescribeDBInstancesRequest {
740
740
  * 私有网络字符型subnetId
741
741
  */
742
742
  UniqSubnetIds?: Array<string>
743
+
744
+ /**
745
+ * 标签键值
746
+ */
747
+ Tags?: Array<Tag>
743
748
  }
744
749
 
745
750
  /**
@@ -2900,6 +2905,21 @@ export interface ModifyCDBProxyConnectionPoolResponse {
2900
2905
  RequestId?: string
2901
2906
  }
2902
2907
 
2908
+ /**
2909
+ * 标签结构
2910
+ */
2911
+ export interface Tag {
2912
+ /**
2913
+ * 标签键
2914
+ */
2915
+ Key: string
2916
+
2917
+ /**
2918
+ * 标签值
2919
+ */
2920
+ Value: string
2921
+ }
2922
+
2903
2923
  /**
2904
2924
  * CreateAuditLogFile返回参数结构体
2905
2925
  */
@@ -2306,23 +2306,23 @@ export interface DescribeAcListsResponse {
2306
2306
  /**
2307
2307
  * 总条数
2308
2308
  */
2309
- Total?: number
2309
+ Total: number
2310
2310
 
2311
2311
  /**
2312
2312
  * 访问控制列表数据
2313
2313
  */
2314
- Data?: Array<AcListsData>
2314
+ Data: Array<AcListsData>
2315
2315
 
2316
2316
  /**
2317
2317
  * 不算筛选条数的总条数
2318
2318
  */
2319
- AllTotal?: number
2319
+ AllTotal: number
2320
2320
 
2321
2321
  /**
2322
2322
  * 访问控制规则全部启用/全部停用
2323
2323
  注意:此字段可能返回 null,表示取不到有效值。
2324
2324
  */
2325
- Enable?: number
2325
+ Enable: number
2326
2326
 
2327
2327
  /**
2328
2328
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -3063,7 +3063,7 @@ export interface DescribeAcListsRequest {
3063
3063
  Offset?: number
3064
3064
 
3065
3065
  /**
3066
- * 出站还是入站,0:入站,1:出站
3066
+ * 出站还是入站,1:入站,0:出站
3067
3067
  */
3068
3068
  Direction?: number
3069
3069
 
@@ -3391,7 +3391,7 @@ export interface SendMessageRequest {
3391
3391
  DataHubId: string
3392
3392
 
3393
3393
  /**
3394
- * 发送消息内容
3394
+ * 发送消息内容(单次请求最多500条)
3395
3395
  */
3396
3396
  Message: Array<BatchContent>
3397
3397
  }
@@ -1941,6 +1941,11 @@ IMPORTFAILED-导入失败
1941
1941
  注意:此字段可能返回 null,表示取不到有效值。
1942
1942
  */
1943
1943
  Tags: Array<Tag>
1944
+
1945
+ /**
1946
+ * 镜像许可类型
1947
+ */
1948
+ LicenseType?: string
1944
1949
  }
1945
1950
 
1946
1951
  /**
@@ -2732,6 +2737,11 @@ export interface Instance {
2732
2737
  注意:此字段可能返回 null,表示取不到有效值。
2733
2738
  */
2734
2739
  GPUInfo?: GPUInfo
2740
+
2741
+ /**
2742
+ * 实例的操作系统许可类型,默认为TencentCloud
2743
+ */
2744
+ LicenseType?: string
2735
2745
  }
2736
2746
 
2737
2747
  /**
@@ -753,7 +753,7 @@ export interface MalWareList {
753
753
  Alias: string
754
754
 
755
755
  /**
756
- * 特性标签
756
+ * 特性标签,已废弃字段,不会再返回标签,详情中才会返回标签信息
757
757
  注意:此字段可能返回 null,表示取不到有效值。
758
758
  */
759
759
  Tags: Array<string>
@@ -784,6 +784,21 @@ export interface MalWareList {
784
784
  * 风险等级 0未知、1低、2中、3高、4严重
785
785
  */
786
786
  Level: number
787
+
788
+ /**
789
+ * '木马检测平台用,分割 1云查杀引擎、2TAV、3binaryAi、4异常行为、5威胁情报
790
+ */
791
+ CheckPlatform: string
792
+
793
+ /**
794
+ * 木马进程是否存在 0:不存在,1:存在
795
+ */
796
+ ProcessExists: number
797
+
798
+ /**
799
+ * 木马文件是否存在 0:不存在,1:存在
800
+ */
801
+ FileExists: number
787
802
  }
788
803
 
789
804
  /**
@@ -5210,7 +5225,7 @@ export interface DescribeMalWareListRequest {
5210
5225
  <li>VirusName - String - 是否必填:否 - 描述筛选</li>
5211
5226
  <li>CreateBeginTime - String - 是否必填:否 - 创建时间筛选-开始时间</li>
5212
5227
  <li>CreateEndTime - String - 是否必填:否 - 创建时间筛选-结束时间</li>
5213
- <li>Status - String - 是否必填:否 - 状态筛选 4待处理,5信任沃尔玛可哦啊吗,6已隔离,10隔离中,11恢复隔离中</li>
5228
+ <li>Status - String - 是否必填:否 - 状态筛选 4待处理,5信任,6已隔离,10隔离中,11恢复隔离中</li>
5214
5229
  */
5215
5230
  Filters?: Array<Filter>
5216
5231