tencentcloud-sdk-nodejs 4.0.344 → 4.0.347

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 (88) hide show
  1. package/CHANGELOG.md +455 -0
  2. package/SERVICE_CHANGELOG.md +501 -171
  3. package/package.json +1 -1
  4. package/products.md +28 -28
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/batch/v20170312/batch_models.ts +2 -2
  7. package/src/services/cam/v20190116/cam_client.ts +24 -0
  8. package/src/services/cam/v20190116/cam_models.ts +60 -0
  9. package/src/services/cat/v20180409/cat_models.ts +22 -0
  10. package/src/services/ccc/v20200210/ccc_models.ts +5 -0
  11. package/src/services/cfg/v20210820/cfg_models.ts +1 -1
  12. package/src/services/chdfs/v20201112/chdfs_models.ts +5 -0
  13. package/src/services/cloudaudit/v20190319/cloudaudit_models.ts +1 -1
  14. package/src/services/cvm/v20170312/cvm_models.ts +27 -12
  15. package/src/services/cwp/v20180228/cwp_models.ts +1 -1
  16. package/src/services/dcdb/v20180411/dcdb_client.ts +33 -8
  17. package/src/services/dcdb/v20180411/dcdb_models.ts +121 -13
  18. package/src/services/domain/v20180808/domain_models.ts +5 -0
  19. package/src/services/emr/v20190103/emr_client.ts +12 -0
  20. package/src/services/emr/v20190103/emr_models.ts +20 -0
  21. package/src/services/es/v20180416/es_client.ts +162 -96
  22. package/src/services/es/v20180416/es_models.ts +690 -183
  23. package/src/services/iai/v20180301/iai_models.ts +1 -1
  24. package/src/services/iai/v20200303/iai_models.ts +1 -1
  25. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +12 -0
  26. package/src/services/mariadb/v20170312/mariadb_client.ts +34 -9
  27. package/src/services/mariadb/v20170312/mariadb_models.ts +119 -11
  28. package/src/services/monitor/v20180724/monitor_models.ts +42 -0
  29. package/src/services/mps/v20190612/mps_client.ts +5 -5
  30. package/src/services/mps/v20190612/mps_models.ts +168 -104
  31. package/src/services/oceanus/v20190422/oceanus_client.ts +31 -6
  32. package/src/services/oceanus/v20190422/oceanus_models.ts +186 -0
  33. package/src/services/ocr/v20181119/ocr_models.ts +1 -1
  34. package/src/services/sqlserver/v20180328/sqlserver_models.ts +15 -0
  35. package/src/services/tcm/v20210413/tcm_client.ts +1 -0
  36. package/src/services/tcm/v20210413/tcm_models.ts +15 -0
  37. package/src/services/tcss/v20201101/tcss_client.ts +1 -1
  38. package/src/services/tcss/v20201101/tcss_models.ts +306 -20
  39. package/src/services/tdmq/v20200217/tdmq_models.ts +2 -2
  40. package/tencentcloud/common/sdk_version.d.ts +1 -1
  41. package/tencentcloud/common/sdk_version.js +1 -1
  42. package/tencentcloud/services/batch/v20170312/batch_models.d.ts +2 -2
  43. package/tencentcloud/services/cam/v20190116/cam_client.d.ts +9 -1
  44. package/tencentcloud/services/cam/v20190116/cam_client.js +12 -0
  45. package/tencentcloud/services/cam/v20190116/cam_models.d.ts +52 -0
  46. package/tencentcloud/services/cat/v20180409/cat_models.d.ts +18 -0
  47. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +4 -0
  48. package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +1 -1
  49. package/tencentcloud/services/chdfs/v20201112/chdfs_models.d.ts +4 -0
  50. package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_models.d.ts +1 -1
  51. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +24 -12
  52. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +1 -1
  53. package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +11 -3
  54. package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +15 -3
  55. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +104 -12
  56. package/tencentcloud/services/domain/v20180808/domain_models.d.ts +4 -0
  57. package/tencentcloud/services/emr/v20190103/emr_client.d.ts +5 -1
  58. package/tencentcloud/services/emr/v20190103/emr_client.js +6 -0
  59. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +18 -0
  60. package/tencentcloud/services/es/v20180416/es_client.d.ts +53 -33
  61. package/tencentcloud/services/es/v20180416/es_client.js +78 -48
  62. package/tencentcloud/services/es/v20180416/es_models.d.ts +619 -190
  63. package/tencentcloud/services/iai/v20180301/iai_models.d.ts +1 -1
  64. package/tencentcloud/services/iai/v20200303/iai_models.d.ts +1 -1
  65. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +10 -0
  66. package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +12 -4
  67. package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +16 -4
  68. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +102 -10
  69. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +35 -0
  70. package/tencentcloud/services/mps/v20190612/mps_client.d.ts +5 -5
  71. package/tencentcloud/services/mps/v20190612/mps_client.js +5 -5
  72. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +158 -103
  73. package/tencentcloud/services/oceanus/v20190422/oceanus_client.d.ts +11 -3
  74. package/tencentcloud/services/oceanus/v20190422/oceanus_client.js +15 -3
  75. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +157 -0
  76. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +1 -1
  77. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +12 -0
  78. package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +13 -0
  79. package/tencentcloud/services/tcss/v20201101/tcss_client.d.ts +1 -1
  80. package/tencentcloud/services/tcss/v20201101/tcss_client.js +1 -1
  81. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +269 -17
  82. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +2 -2
  83. package/test/cam.v20190116.test.js +20 -0
  84. package/test/dcdb.v20180411.test.js +22 -2
  85. package/test/emr.v20190103.test.js +10 -0
  86. package/test/es.v20180416.test.js +84 -34
  87. package/test/mariadb.v20170312.test.js +22 -2
  88. package/test/oceanus.v20190422.test.js +22 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.344",
3
+ "version": "4.0.347",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -3,8 +3,8 @@
3
3
  | aa | [活动防刷](https://cloud.tencent.com/document/product/1189) | 2022-04-04 06:03:06 |
4
4
  | aai | [](https://cloud.tencent.com/document/product) | 2019-08-08 23:15:13 |
5
5
  | advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2022-04-04 06:03:08 |
6
- | af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2022-04-15 06:01:22 |
7
- | afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2022-04-04 06:03:11 |
6
+ | af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2022-05-23 06:01:54 |
7
+ | afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2022-05-23 06:01:56 |
8
8
  | ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2022-04-15 06:01:25 |
9
9
  | ams | [音频内容检测](https://cloud.tencent.com/document/product/1219) | 2022-04-04 06:03:33 |
10
10
  | antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2022-05-17 06:03:35 |
@@ -17,7 +17,7 @@
17
17
  | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-05-09 06:02:38 |
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-18 06:05:54 |
20
+ | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2022-05-23 06:02: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 |
@@ -29,27 +29,27 @@
29
29
  | bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2021-01-07 08:02:40 |
30
30
  | bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2022-04-25 06:01:56 |
31
31
  | btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2022-04-04 06:10:17 |
32
- | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2022-05-19 06:07:36 |
32
+ | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2022-05-25 06:03:56 |
33
33
  | captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2022-04-12 06:07:13 |
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
- | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-04-28 06:07:39 |
36
+ | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-05-23 06:03:34 |
37
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-17 06:05:22 |
38
+ | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-05-24 06:07:44 |
39
39
  | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-05-19 06:08:10 |
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
- | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2022-04-04 06:17:11 |
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
45
  | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2022-05-12 06:07:30 |
46
- | chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2022-04-04 06:18:22 |
46
+ | chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2022-05-25 06:05:18 |
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
50
  | ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-05-16 06:05:48 |
51
51
  | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-05-11 06:06:40 |
52
- | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2022-04-04 06:21:08 |
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 |
54
54
  | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-05-19 06:09:29 |
55
55
  | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2022-04-22 06:07:06 |
@@ -57,17 +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-20 06:04:47 |
61
- | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-05-20 06:05:01 |
60
+ | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-05-25 06:06:32 |
61
+ | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-05-25 06:06:46 |
62
62
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
63
- | cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2022-05-09 06:06:32 |
63
+ | cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2022-05-25 06:07:14 |
64
64
  | dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2022-04-04 06:33:41 |
65
65
  | dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2022-04-25 06:05:43 |
66
66
  | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2022-04-13 06:36:47 |
67
- | dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2022-04-26 06:09:14 |
67
+ | dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2022-05-25 06:07:44 |
68
68
  | dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2022-05-20 06:10:49 |
69
69
  | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2022-05-19 06:11:31 |
70
- | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2022-04-21 06:11:32 |
70
+ | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2022-05-24 06:11:36 |
71
71
  | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2022-04-04 06:38:48 |
72
72
  | ds | [电子合同服务](https://cloud.tencent.com/document/product/869) | 2022-04-04 06:38:52 |
73
73
  | dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
@@ -78,8 +78,8 @@
78
78
  | ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2022-05-20 06:11:20 |
79
79
  | eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2022-05-13 06:11:29 |
80
80
  | eis | [企业集成服务](https://cloud.tencent.com/document/product/1270) | 2022-04-04 06:42:05 |
81
- | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-05-20 06:11:47 |
82
- | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-05-19 06:12:26 |
81
+ | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-05-23 06:08:01 |
82
+ | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-05-25 06:08:55 |
83
83
  | ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-05-16 06:09:12 |
84
84
  | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-05-06 06:10:19 |
85
85
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-04-04 06:42:42 |
@@ -93,7 +93,7 @@
93
93
  | gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2022-04-04 06:44:57 |
94
94
  | habo | [](https://cloud.tencent.com/document/product) | 2019-05-09 19:37:22 |
95
95
  | hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2022-04-04 06:45:58 |
96
- | iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2022-04-25 06:07:47 |
96
+ | iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2022-05-24 06:13:22 |
97
97
  | ic | [物联卡](https://cloud.tencent.com/document/product/636) | 2022-04-04 06:46:38 |
98
98
  | icr | [对话机器人](https://cloud.tencent.com/document/product/1268) | 2022-04-13 06:46:31 |
99
99
  | ie | [智能编辑](https://cloud.tencent.com/document/product/1186) | 2022-04-04 06:46:42 |
@@ -102,7 +102,7 @@
102
102
  | ims | [图片内容检测](https://cloud.tencent.com/document/product/1125) | 2022-04-04 06:48:07 |
103
103
  | iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2022-04-04 06:48:08 |
104
104
  | iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2022-05-20 06:13:13 |
105
- | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2022-05-16 06:10:42 |
105
+ | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2022-05-25 06:10:34 |
106
106
  | iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2022-04-04 06:49:46 |
107
107
  | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2022-04-04 06:49:51 |
108
108
  | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-04-04 06:51:27 |
@@ -112,22 +112,22 @@
112
112
  | live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-05-20 06:14:21 |
113
113
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
114
114
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
115
- | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-04-13 06:56:52 |
115
+ | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-05-25 06:11:46 |
116
116
  | market | [云市场](https://cloud.tencent.com/document/product/306) | 2022-04-04 06:57:43 |
117
117
  | memcached | [云数据库 Memcached](https://cloud.tencent.com/document/product/241) | 2022-04-04 06:57:44 |
118
118
  | mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-04-04 06:57:46 |
119
119
  | mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2022-04-04 06:57:51 |
120
120
  | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-04-21 06:15:03 |
121
- | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-05-18 06:14:30 |
122
- | mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2022-05-11 06:13:00 |
121
+ | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-05-25 06:12:07 |
122
+ | mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2022-05-25 06:12:20 |
123
123
  | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2022-04-04 07:00:09 |
124
124
  | ms | [移动应用安全](https://cloud.tencent.com/document/product) | 2020-06-05 08:13:52 |
125
125
  | msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2022-04-04 07:00:13 |
126
126
  | mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
127
127
  | nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2022-04-13 07:00:13 |
128
128
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
129
- | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-04-08 06:10:55 |
130
- | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-05-19 06:15:55 |
129
+ | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-05-23 06:11:33 |
130
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-05-24 06:16:42 |
131
131
  | organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2022-04-04 07:01:46 |
132
132
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2022-04-04 07:01:49 |
133
133
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-04-04 07:02:02 |
@@ -145,7 +145,7 @@
145
145
  | sms | [短信](https://cloud.tencent.com/document/product/382) | 2022-04-14 06:16:29 |
146
146
  | soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2022-04-04 07:05:55 |
147
147
  | solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
148
- | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2022-05-20 06:16:38 |
148
+ | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2022-05-23 06:12:44 |
149
149
  | ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2022-04-22 06:14:46 |
150
150
  | ssl | [证书](https://cloud.tencent.com/document/product/400) | 2022-05-20 06:17:18 |
151
151
  | sslpod | [SSL 证书监控](https://cloud.tencent.com/document/product/1084) | 2022-04-04 07:07:55 |
@@ -162,12 +162,12 @@
162
162
  | tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2022-04-26 06:16:06 |
163
163
  | tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-04-04 07:10:49 |
164
164
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
165
- | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-05-11 06:15:29 |
165
+ | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-05-24 06:18:55 |
166
166
  | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2022-04-08 06:13:14 |
167
- | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-05-09 06:14:07 |
167
+ | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-05-25 06:15:02 |
168
168
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-04-04 07:15:36 |
169
169
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2022-04-04 07:15:50 |
170
- | tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-04-14 06:18:12 |
170
+ | tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-05-25 06:15:53 |
171
171
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-04-28 06:18:38 |
172
172
  | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-05-18 06:18:03 |
173
173
  | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2022-04-27 10:43:23 |
@@ -179,7 +179,7 @@
179
179
  | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-05-13 06:18:48 |
180
180
  | tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2022-04-04 07:17:26 |
181
181
  | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2022-05-17 06:17:19 |
182
- | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-05-20 06:19:18 |
182
+ | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-05-23 06:14:59 |
183
183
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
184
184
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-04-04 07:18:11 |
185
185
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2022-05-19 06:19:37 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.344"
1
+ export const sdkVersion = "4.0.347"
@@ -2339,7 +2339,7 @@ export interface ModifyComputeEnvResponse {
2339
2339
  }
2340
2340
 
2341
2341
  /**
2342
- * 描述了实例的抽象位置,包括其所在的可用区,所属的项目,宿主机(仅CDH产品可用),母机ip等
2342
+ * 描述了实例的抽象位置,包括其所在的可用区,所属的项目,宿主机(仅专用宿主机产品可用),母机ip等
2343
2343
  */
2344
2344
  export interface Placement {
2345
2345
  /**
@@ -2577,7 +2577,7 @@ export interface InstanceTypeQuotaItem {
2577
2577
  InstanceType: string
2578
2578
 
2579
2579
  /**
2580
- * 实例计费模式。取值范围: <br><li>PREPAID:表示预付费,即包年包月<br><li>POSTPAID_BY_HOUR:表示后付费,即按量计费<br><li>CDHPAID:表示[CDH](https://cloud.tencent.com/document/product/416)付费,即只对CDH计费,不对CDH上的实例计费。<br><li>`SPOTPAID`:表示竞价实例付费。
2580
+ * 实例计费模式。取值范围: <br><li>PREPAID:表示预付费,即包年包月<br><li>POSTPAID_BY_HOUR:表示后付费,即按量计费<br><li>CDHPAID:表示[专用宿主机](https://cloud.tencent.com/document/product/416)付费,即只对`专用宿主机`计费,不对`专用宿主机`上的实例计费。<br><li>`SPOTPAID`:表示竞价实例付费。
2581
2581
  */
2582
2582
  InstanceChargeType: string
2583
2583
 
@@ -53,6 +53,7 @@ import {
53
53
  GetCustomMFATokenInfoRequest,
54
54
  DescribeRoleListRequest,
55
55
  DescribeUserSAMLConfigRequest,
56
+ TagRoleResponse,
56
57
  PutRolePermissionsBoundaryRequest,
57
58
  GetGroupRequest,
58
59
  StrategyInfo,
@@ -88,6 +89,7 @@ import {
88
89
  GetUserPermissionBoundaryResponse,
89
90
  CreatePolicyResponse,
90
91
  DetachRolePolicyRequest,
92
+ UntagRoleResponse,
91
93
  ListPoliciesGrantingServiceAccessResponse,
92
94
  DeleteRolePermissionsBoundaryRequest,
93
95
  RoleTags,
@@ -144,6 +146,7 @@ import {
144
146
  AttachGroupPolicyResponse,
145
147
  UpdateGroupResponse,
146
148
  ListEntitiesForPolicyRequest,
149
+ TagRoleRequest,
147
150
  ListPoliciesRequest,
148
151
  GetServiceLinkedRoleDeletionStatusRequest,
149
152
  ListGrantServiceAccessActionNode,
@@ -206,6 +209,7 @@ import {
206
209
  ListAttachedUserPoliciesRequest,
207
210
  UpdatePolicyRequest,
208
211
  DeleteOIDCConfigRequest,
212
+ UntagRoleRequest,
209
213
  CreateGroupResponse,
210
214
  } from "./cam_models"
211
215
 
@@ -408,6 +412,16 @@ export class Client extends AbstractClient {
408
412
  return this.request("DetachRolePolicy", req, cb)
409
413
  }
410
414
 
415
+ /**
416
+ * 角色绑定标签
417
+ */
418
+ async TagRole(
419
+ req: TagRoleRequest,
420
+ cb?: (error: string, rep: TagRoleResponse) => void
421
+ ): Promise<TagRoleResponse> {
422
+ return this.request("TagRole", req, cb)
423
+ }
424
+
411
425
  /**
412
426
  * 本接口(SetDefaultPolicyVersion)可用于设置生效的策略版本。
413
427
  */
@@ -728,6 +742,16 @@ export class Client extends AbstractClient {
728
742
  return this.request("GetAccountSummary", req, cb)
729
743
  }
730
744
 
745
+ /**
746
+ * 角色解绑标签。
747
+ */
748
+ async UntagRole(
749
+ req: UntagRoleRequest,
750
+ cb?: (error: string, rep: UntagRoleResponse) => void
751
+ ): Promise<UntagRoleResponse> {
752
+ return this.request("UntagRole", req, cb)
753
+ }
754
+
731
755
  /**
732
756
  * 该接口(ListPolicyVersions)用于获取策略版本列表
733
757
  */
@@ -606,6 +606,16 @@ export interface DescribeRoleListRequest {
606
606
  */
607
607
  export type DescribeUserSAMLConfigRequest = null
608
608
 
609
+ /**
610
+ * TagRole返回参数结构体
611
+ */
612
+ export interface TagRoleResponse {
613
+ /**
614
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
615
+ */
616
+ RequestId?: string
617
+ }
618
+
609
619
  /**
610
620
  * PutRolePermissionsBoundary请求参数结构体
611
621
  */
@@ -1438,6 +1448,16 @@ export interface DetachRolePolicyRequest {
1438
1448
  PolicyName?: string
1439
1449
  }
1440
1450
 
1451
+ /**
1452
+ * UntagRole返回参数结构体
1453
+ */
1454
+ export interface UntagRoleResponse {
1455
+ /**
1456
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1457
+ */
1458
+ RequestId?: string
1459
+ }
1460
+
1441
1461
  /**
1442
1462
  * ListPoliciesGrantingServiceAccess返回参数结构体
1443
1463
  */
@@ -2612,6 +2632,26 @@ export interface ListEntitiesForPolicyRequest {
2612
2632
  EntityFilter?: string
2613
2633
  }
2614
2634
 
2635
+ /**
2636
+ * TagRole请求参数结构体
2637
+ */
2638
+ export interface TagRoleRequest {
2639
+ /**
2640
+ * 标签
2641
+ */
2642
+ Tags: Array<RoleTags>
2643
+
2644
+ /**
2645
+ * 角色名,与角色ID至少输入一个
2646
+ */
2647
+ RoleName?: string
2648
+
2649
+ /**
2650
+ * 角色ID,与角色名至少输入一个
2651
+ */
2652
+ RoleId?: string
2653
+ }
2654
+
2615
2655
  /**
2616
2656
  * ListPolicies请求参数结构体
2617
2657
  */
@@ -3855,6 +3895,26 @@ export interface DeleteOIDCConfigRequest {
3855
3895
  Name: string
3856
3896
  }
3857
3897
 
3898
+ /**
3899
+ * UntagRole请求参数结构体
3900
+ */
3901
+ export interface UntagRoleRequest {
3902
+ /**
3903
+ * 标签键
3904
+ */
3905
+ TagKeys: Array<string>
3906
+
3907
+ /**
3908
+ * 角色名,与角色ID至少输入一个
3909
+ */
3910
+ RoleName?: string
3911
+
3912
+ /**
3913
+ * 角色ID,与角色名至少输入一个
3914
+ */
3915
+ RoleId?: string
3916
+ }
3917
+
3858
3918
  /**
3859
3919
  * CreateGroup返回参数结构体
3860
3920
  */
@@ -1602,6 +1602,18 @@ export interface NodeDefine {
1602
1602
  注意:此字段可能返回 null,表示取不到有效值。
1603
1603
  */
1604
1604
  Location: number
1605
+
1606
+ /**
1607
+ * 节点类型
1608
+ 注意:此字段可能返回 null,表示取不到有效值。
1609
+ */
1610
+ CodeType: string
1611
+
1612
+ /**
1613
+ * 节点状态:1-运行,2-下线
1614
+ 注意:此字段可能返回 null,表示取不到有效值。
1615
+ */
1616
+ NodeDefineStatus: number
1605
1617
  }
1606
1618
 
1607
1619
  /**
@@ -2144,6 +2156,11 @@ export interface CreateProbeTasksRequest {
2144
2156
  * 插件类型
2145
2157
  */
2146
2158
  PluginSource?: string
2159
+
2160
+ /**
2161
+ * 客户度ID
2162
+ */
2163
+ ClientNum?: string
2147
2164
  }
2148
2165
 
2149
2166
  /**
@@ -2745,6 +2762,11 @@ export interface DeleteProbeTaskResponse {
2745
2762
  * CreateProbeTasks返回参数结构体
2746
2763
  */
2747
2764
  export interface CreateProbeTasksResponse {
2765
+ /**
2766
+ * 任务ID列表
2767
+ */
2768
+ TaskIDs: Array<string>
2769
+
2748
2770
  /**
2749
2771
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2750
2772
  */
@@ -1359,6 +1359,11 @@ export interface AutoCalloutTaskInfo {
1359
1359
  * 任务状态0初始 1运行中 2已完成 3结束中 4已结束
1360
1360
  */
1361
1361
  State: number
1362
+
1363
+ /**
1364
+ * 任务Id
1365
+ */
1366
+ TaskId: number
1362
1367
  }
1363
1368
 
1364
1369
  /**
@@ -973,7 +973,7 @@ export interface TaskListItem {
973
973
  TaskTag: string
974
974
 
975
975
  /**
976
- * 任务状态
976
+ * 任务状态(1001 -- 未开始 1002 -- 进行中 1003 -- 暂停中 1004 -- 任务结束)
977
977
  */
978
978
  TaskStatus: number
979
979
 
@@ -485,6 +485,11 @@ export interface CreateFileSystemRequest {
485
485
  * Ranger地址列表,默认为空数组
486
486
  */
487
487
  RangerServiceAddresses?: Array<string>
488
+
489
+ /**
490
+ * 多个资源标签,可以为空数组
491
+ */
492
+ Tags?: Array<Tag>
488
493
  }
489
494
 
490
495
  /**
@@ -496,7 +496,7 @@ export interface DescribeEventsRequest {
496
496
  MaxResults?: number
497
497
 
498
498
  /**
499
- * 检索条件(目前支持 RequestId:请求 ID、EventName:事件名称、ActionType:操作类型(Write:写;Read:读)、PrincipalId:子账号、ResourceType:资源类型、ResourceName:资源名称、AccessKeyId:密钥 ID、SensitiveAction:是否敏感操作、ApiErrorCode:API 错误码、CamErrorCode:CAM 错误码)
499
+ * 检索条件(目前支持 RequestId:请求 ID、EventName:事件名称、ActionType:操作类型(Write:写;Read:读)、PrincipalId:子账号、ResourceType:资源类型、ResourceName:资源名称、AccessKeyId:密钥 ID、SensitiveAction:是否敏感操作、ApiErrorCode:API 错误码、CamErrorCode:CAM 错误码、Tags:标签(AttributeValue格式:[{"key":"*","value":"*"}]))
500
500
  */
501
501
  LookupAttributes?: Array<LookupAttribute>
502
502
 
@@ -147,43 +147,53 @@ export interface ResetInstancesTypeResponse {
147
147
  }
148
148
 
149
149
  /**
150
- * cdh实例的资源信息
150
+ * 专用宿主机实例的资源信息
151
151
  */
152
152
  export interface HostResource {
153
153
  /**
154
- * cdh实例总cpu核数
154
+ * 专用宿主机实例总cpu核数
155
155
  */
156
156
  CpuTotal?: number
157
157
 
158
158
  /**
159
- * cdh实例可用cpu核数
159
+ * 专用宿主机实例可用cpu核数
160
160
  */
161
161
  CpuAvailable?: number
162
162
 
163
163
  /**
164
- * cdh实例总内存大小(单位为:GiB)
164
+ * 专用宿主机实例总内存大小(单位为:GiB)
165
165
  */
166
166
  MemTotal?: number
167
167
 
168
168
  /**
169
- * cdh实例可用内存大小(单位为:GiB)
169
+ * 专用宿主机实例可用内存大小(单位为:GiB)
170
170
  */
171
171
  MemAvailable?: number
172
172
 
173
173
  /**
174
- * cdh实例总磁盘大小(单位为:GiB)
174
+ * 专用宿主机实例总磁盘大小(单位为:GiB)
175
175
  */
176
176
  DiskTotal?: number
177
177
 
178
178
  /**
179
- * cdh实例可用磁盘大小(单位为:GiB)
179
+ * 专用宿主机实例可用磁盘大小(单位为:GiB)
180
180
  */
181
181
  DiskAvailable?: number
182
182
 
183
183
  /**
184
- * cdh实例磁盘类型
184
+ * 专用宿主机实例磁盘类型
185
185
  */
186
186
  DiskType: string
187
+
188
+ /**
189
+ * 专用宿主机实例总GPU卡数
190
+ */
191
+ GpuTotal?: number
192
+
193
+ /**
194
+ * 专用宿主机实例可用GPU卡数
195
+ */
196
+ GpuAvailable?: number
187
197
  }
188
198
 
189
199
  /**
@@ -1478,7 +1488,7 @@ export interface RunSecurityServiceEnabled {
1478
1488
  }
1479
1489
 
1480
1490
  /**
1481
- * 描述了实例的抽象位置,包括其所在的可用区,所属的项目,宿主机(仅CDH产品可用),母机ip等
1491
+ * 描述了实例的抽象位置,包括其所在的可用区,所属的项目,宿主机(仅专用宿主机产品可用),母机ip等
1482
1492
  */
1483
1493
  export interface Placement {
1484
1494
  /**
@@ -2228,7 +2238,7 @@ export interface LaunchTemplateVersionData {
2228
2238
  InstanceName?: string
2229
2239
 
2230
2240
  /**
2231
- * 实例计费模式。取值范围:<br><li>`PREPAID`:表示预付费,即包年包月<br><li>`POSTPAID_BY_HOUR`:表示后付费,即按量计费<br><li>`CDHPAID`:`CDH`付费,即只对`CDH`计费,不对`CDH`上的实例计费。<br><li>`SPOTPAID`:表示竞价实例付费。
2241
+ * 实例计费模式。取值范围:<br><li>`PREPAID`:表示预付费,即包年包月<br><li>`POSTPAID_BY_HOUR`:表示后付费,即按量计费<br><li>`CDHPAID`:`专用宿主机`付费,即只对`专用宿主机`计费,不对`专用宿主机`上的实例计费。<br><li>`SPOTPAID`:表示竞价实例付费。
2232
2242
  注意:此字段可能返回 null,表示取不到有效值。
2233
2243
  */
2234
2244
  InstanceChargeType?: string
@@ -2571,7 +2581,7 @@ export interface Instance {
2571
2581
  InstanceName?: string
2572
2582
 
2573
2583
  /**
2574
- * 实例计费模式。取值范围:<br><li>`PREPAID`:表示预付费,即包年包月<br><li>`POSTPAID_BY_HOUR`:表示后付费,即按量计费<br><li>`CDHPAID`:`CDH`付费,即只对`CDH`计费,不对`CDH`上的实例计费。<br><li>`SPOTPAID`:表示竞价实例付费。
2584
+ * 实例计费模式。取值范围:<br><li>`PREPAID`:表示预付费,即包年包月<br><li>`POSTPAID_BY_HOUR`:表示后付费,即按量计费<br><li>`CDHPAID`:`专用宿主机`付费,即只对`专用宿主机`计费,不对`专用宿主机`上的实例计费。<br><li>`SPOTPAID`:表示竞价实例付费。
2575
2585
  */
2576
2586
  InstanceChargeType?: string
2577
2587
 
@@ -2867,6 +2877,11 @@ false(默认):发送正常请求,通过检查后直接创建实例。
2867
2877
  * 预付费模式,即包年包月相关参数设置。通过该参数可以指定包年包月实例的购买时长、是否设置自动续费等属性。若指定实例的付费模式为预付费则该参数必传。
2868
2878
  */
2869
2879
  InstanceChargePrepaid?: InstanceChargePrepaid
2880
+
2881
+ /**
2882
+ * 实例销毁保护标志,表示是否允许通过api接口删除实例。取值范围:<br><li>TRUE:表示开启实例保护,不允许通过api接口删除实例<br><li>FALSE:表示关闭实例保护,允许通过api接口删除实例<br><br>默认取值:FALSE。
2883
+ */
2884
+ DisableApiTermination?: boolean
2870
2885
  }
2871
2886
 
2872
2887
  /**
@@ -4156,7 +4171,7 @@ export interface InstanceTypeQuotaItem {
4156
4171
  InstanceType: string
4157
4172
 
4158
4173
  /**
4159
- * 实例计费模式。取值范围: <br><li>PREPAID:表示预付费,即包年包月<br><li>POSTPAID_BY_HOUR:表示后付费,即按量计费<br><li>CDHPAID:表示[CDH](https://cloud.tencent.com/document/product/416)付费,即只对CDH计费,不对CDH上的实例计费。<br><li>`SPOTPAID`:表示竞价实例付费。
4174
+ * 实例计费模式。取值范围: <br><li>PREPAID:表示预付费,即包年包月<br><li>POSTPAID_BY_HOUR:表示后付费,即按量计费<br><li>CDHPAID:表示[专用宿主机](https://cloud.tencent.com/document/product/416)付费,即只对`专用宿主机`计费,不对`专用宿主机`上的实例计费。<br><li>`SPOTPAID`:表示竞价实例付费。
4160
4175
  */
4161
4176
  InstanceChargeType: string
4162
4177
 
@@ -14115,7 +14115,7 @@ export interface DescribeSecurityEventsCntResponse {
14115
14115
  */
14116
14116
  export interface WarningInfoObj {
14117
14117
  /**
14118
- * 事件告警类型;1:离线,2:木马,3:异常登录,4:爆破,5:漏洞(已拆分为9-12四种类型)6:高危命令,7:反弹sell,8:本地提权,9:应用漏洞,10:web-cms漏洞,11:应急漏洞,12:安全基线 ,13: 防篡改,14:恶意请求,15: 网络攻击,16:Windows系统漏洞,17:Linux软件漏洞
14118
+ * 事件告警类型;1:离线,2:木马,3:异常登录,4:爆破,5:漏洞(已拆分为9-12四种类型)6:高危命令,7:反弹sell,8:本地提权,9:应用漏洞,10:web-cms漏洞,11:应急漏洞,12:安全基线 ,13: 防篡改,14:恶意请求,15: 网络攻击,16:Windows系统漏洞,17:Linux软件漏洞,18:核心文件监控告警,19:客户端卸载告警。20:客户端离线告警
14119
14119
  */
14120
14120
  Type: number
14121
14121