tencentcloud-sdk-nodejs 4.0.359 → 4.0.362

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 (116) hide show
  1. package/CHANGELOG.md +580 -0
  2. package/SERVICE_CHANGELOG.md +691 -50
  3. package/package.json +1 -1
  4. package/products.md +28 -27
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/acp/v20220105/acp_client.ts +25 -12
  7. package/src/services/acp/v20220105/acp_models.ts +50 -0
  8. package/src/services/antiddos/v20200309/antiddos_client.ts +3 -1
  9. package/src/services/antiddos/v20200309/antiddos_models.ts +68 -2
  10. package/src/services/apigateway/v20180808/apigateway_client.ts +30 -17
  11. package/src/services/apigateway/v20180808/apigateway_models.ts +74 -22
  12. package/src/services/cat/v20180409/cat_client.ts +38 -377
  13. package/src/services/cat/v20180409/cat_models.ts +384 -2402
  14. package/src/services/cdb/v20170320/cdb_models.ts +2 -2
  15. package/src/services/ciam/index.ts +5 -0
  16. package/src/services/ciam/v20220331/ciam_client.ts +155 -0
  17. package/src/services/ciam/v20220331/ciam_models.ts +699 -0
  18. package/src/services/ciam/v20220331/index.ts +6 -0
  19. package/src/services/cii/v20210408/cii_client.ts +3 -0
  20. package/src/services/cii/v20210408/cii_models.ts +61 -0
  21. package/src/services/cvm/v20170312/cvm_models.ts +18 -8
  22. package/src/services/dlc/v20210125/dlc_client.ts +13 -0
  23. package/src/services/dlc/v20210125/dlc_models.ts +99 -6
  24. package/src/services/eis/v20210601/eis_models.ts +39 -0
  25. package/src/services/ess/v20201111/ess_client.ts +1 -1
  26. package/src/services/ess/v20201111/ess_models.ts +1 -1
  27. package/src/services/facefusion/v20181201/facefusion_models.ts +1 -1
  28. package/src/services/index.ts +1 -0
  29. package/src/services/live/v20180801/live_client.ts +16 -3
  30. package/src/services/live/v20180801/live_models.ts +105 -37
  31. package/src/services/mmps/v20200710/mmps_client.ts +30 -5
  32. package/src/services/mmps/v20200710/mmps_models.ts +193 -103
  33. package/src/services/monitor/v20180724/monitor_models.ts +1 -1
  34. package/src/services/oceanus/v20190422/oceanus_client.ts +22 -0
  35. package/src/services/oceanus/v20190422/oceanus_models.ts +40 -0
  36. package/src/services/ocr/v20181119/ocr_client.ts +2 -1
  37. package/src/services/ocr/v20181119/ocr_models.ts +28 -3
  38. package/src/services/postgres/v20170312/postgres_models.ts +53 -38
  39. package/src/services/redis/v20180412/redis_models.ts +10 -0
  40. package/src/services/ses/v20201002/ses_client.ts +1 -1
  41. package/src/services/tbaas/v20180416/tbaas_models.ts +1 -1
  42. package/src/services/teo/v20220106/teo_client.ts +653 -396
  43. package/src/services/teo/v20220106/teo_models.ts +2869 -567
  44. package/src/services/tiia/v20190529/tiia_client.ts +34 -11
  45. package/src/services/tiia/v20190529/tiia_models.ts +70 -14
  46. package/src/services/vpc/v20170312/vpc_models.ts +2 -2
  47. package/tencentcloud/common/sdk_version.d.ts +1 -1
  48. package/tencentcloud/common/sdk_version.js +1 -1
  49. package/tencentcloud/services/acp/v20220105/acp_client.d.ts +9 -5
  50. package/tencentcloud/services/acp/v20220105/acp_client.js +12 -6
  51. package/tencentcloud/services/acp/v20220105/acp_models.d.ts +43 -0
  52. package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +1 -1
  53. package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +1 -1
  54. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +57 -2
  55. package/tencentcloud/services/apigateway/v20180808/apigateway_client.d.ts +10 -6
  56. package/tencentcloud/services/apigateway/v20180808/apigateway_client.js +13 -7
  57. package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +65 -20
  58. package/tencentcloud/services/cat/v20180409/cat_client.d.ts +9 -117
  59. package/tencentcloud/services/cat/v20180409/cat_client.js +12 -174
  60. package/tencentcloud/services/cat/v20180409/cat_models.d.ts +348 -2028
  61. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +2 -2
  62. package/tencentcloud/services/ciam/index.d.ts +6 -0
  63. package/tencentcloud/services/ciam/index.js +7 -0
  64. package/tencentcloud/services/ciam/v20220331/ciam_client.d.ts +50 -0
  65. package/tencentcloud/services/ciam/v20220331/ciam_client.js +91 -0
  66. package/tencentcloud/services/ciam/v20220331/ciam_models.d.ts +579 -0
  67. package/tencentcloud/services/ciam/v20220331/ciam_models.js +18 -0
  68. package/tencentcloud/services/ciam/v20220331/index.d.ts +6 -0
  69. package/tencentcloud/services/ciam/v20220331/index.js +9 -0
  70. package/tencentcloud/services/cii/v20210408/cii_models.d.ts +52 -0
  71. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +17 -8
  72. package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +5 -1
  73. package/tencentcloud/services/dlc/v20210125/dlc_client.js +6 -0
  74. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +85 -6
  75. package/tencentcloud/services/eis/v20210601/eis_models.d.ts +32 -0
  76. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -1
  77. package/tencentcloud/services/ess/v20201111/ess_client.js +1 -1
  78. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +1 -1
  79. package/tencentcloud/services/facefusion/v20181201/facefusion_models.d.ts +1 -1
  80. package/tencentcloud/services/index.d.ts +1 -0
  81. package/tencentcloud/services/index.js +2 -0
  82. package/tencentcloud/services/live/v20180801/live_client.d.ts +6 -2
  83. package/tencentcloud/services/live/v20180801/live_client.js +7 -1
  84. package/tencentcloud/services/live/v20180801/live_models.d.ts +91 -32
  85. package/tencentcloud/services/mmps/v20200710/mmps_client.d.ts +9 -1
  86. package/tencentcloud/services/mmps/v20200710/mmps_client.js +12 -0
  87. package/tencentcloud/services/mmps/v20200710/mmps_models.d.ts +164 -88
  88. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +1 -1
  89. package/tencentcloud/services/oceanus/v20190422/oceanus_client.d.ts +15 -1
  90. package/tencentcloud/services/oceanus/v20190422/oceanus_client.js +16 -0
  91. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +34 -0
  92. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
  93. package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
  94. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +24 -3
  95. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +50 -38
  96. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +8 -0
  97. package/tencentcloud/services/ses/v20201002/ses_client.d.ts +1 -1
  98. package/tencentcloud/services/ses/v20201002/ses_client.js +1 -1
  99. package/tencentcloud/services/tbaas/v20180416/tbaas_models.d.ts +1 -1
  100. package/tencentcloud/services/teo/v20220106/teo_client.d.ts +199 -123
  101. package/tencentcloud/services/teo/v20220106/teo_client.js +297 -183
  102. package/tencentcloud/services/teo/v20220106/teo_models.d.ts +2528 -588
  103. package/tencentcloud/services/tiia/v20190529/tiia_client.d.ts +25 -11
  104. package/tencentcloud/services/tiia/v20190529/tiia_client.js +26 -10
  105. package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +61 -12
  106. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +2 -2
  107. package/test/acp.v20220105.test.js +14 -4
  108. package/test/apigateway.v20180808.test.js +14 -4
  109. package/test/cat.v20180409.test.js +8 -278
  110. package/test/ciam.v20220331.test.js +121 -0
  111. package/test/dlc.v20210125.test.js +10 -0
  112. package/test/live.v20180801.test.js +10 -0
  113. package/test/mmps.v20200710.test.js +20 -0
  114. package/test/oceanus.v20190422.test.js +10 -0
  115. package/test/teo.v20220106.test.js +312 -122
  116. package/test/tiia.v20190529.test.js +10 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.359",
3
+ "version": "4.0.362",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -2,17 +2,17 @@
2
2
  |-|-|-|
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
- | acp | [应用合规平台](https://cloud.tencent.com/document/product/1553) | 2022-06-09 15:33:06 |
5
+ | acp | [应用合规平台](https://cloud.tencent.com/document/product/1553) | 2022-06-14 11:16:27 |
6
6
  | advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2022-06-08 06:03:05 |
7
7
  | af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2022-05-23 06:01:54 |
8
8
  | afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2022-05-23 06:01:56 |
9
9
  | ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2022-04-15 06:01:25 |
10
10
  | ams | [音频内容检测](https://cloud.tencent.com/document/product/1219) | 2022-06-09 06:05:24 |
11
- | antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2022-05-17 06:03:35 |
11
+ | antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2022-06-16 06:00:42 |
12
12
  | apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-04-04 06:05:36 |
13
13
  | ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-04-04 06:05:40 |
14
14
  | api | [云 API](https://cloud.tencent.com/document/product/1278) | 2022-06-07 06:00:45 |
15
- | apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2022-04-21 06:05:25 |
15
+ | apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2022-06-14 06:05:10 |
16
16
  | apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2022-05-17 11:59:15 |
17
17
  | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-06-02 06:02:22 |
18
18
  | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-06-09 06:06:03 |
@@ -28,16 +28,16 @@
28
28
  | bmlb | [黑石负载均衡](https://cloud.tencent.com/document/product/1027) | 2022-04-04 06:09:37 |
29
29
  | bmvpc | [黑石私有网络](https://cloud.tencent.com/document/product/1024) | 2022-04-15 06:02:36 |
30
30
  | bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2021-01-07 08:02:40 |
31
- | bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2022-06-09 06:06:39 |
31
+ | bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2022-06-14 06:06:10 |
32
32
  | btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2022-04-04 06:10:17 |
33
33
  | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2022-05-25 06:03:56 |
34
34
  | captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2022-04-12 06:07:13 |
35
35
  | car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2022-04-27 06:05:49 |
36
36
  | casb | [云数据加密代理网关](https://cloud.tencent.com/document/product/1303) | 2022-04-04 06:11:55 |
37
- | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-05-23 06:03:34 |
37
+ | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-06-15 06:04:25 |
38
38
  | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-05-31 06:05:45 |
39
39
  | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-05-31 06:05:55 |
40
- | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-06-08 06:05:02 |
40
+ | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-06-15 06:04:37 |
41
41
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2022-05-16 17:18:07 |
42
42
  | cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-06-13 06:07:47 |
43
43
  | cds | [数据安全审计](https://cloud.tencent.com/document/product/856) | 2022-04-04 06:17:07 |
@@ -45,7 +45,8 @@
45
45
  | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2022-04-04 06:17:16 |
46
46
  | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2022-05-31 06:06:47 |
47
47
  | chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2022-05-26 06:08:04 |
48
- | cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-04-04 06:18:39 |
48
+ | ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2022-06-15 19:44:55 |
49
+ | cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-06-16 06:03:27 |
49
50
  | cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
50
51
  | cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
51
52
  | ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-05-31 06:07:03 |
@@ -58,17 +59,17 @@
58
59
  | cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
59
60
  | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-06-07 06:04:05 |
60
61
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
61
- | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-06-03 06:05:18 |
62
+ | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-06-16 06:04:38 |
62
63
  | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-06-10 06:05:46 |
63
64
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
64
- | cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2022-05-27 06:07:33 |
65
+ | cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2022-06-15 06:07:21 |
65
66
  | dasb | [堡垒机](https://cloud.tencent.com/document/product/1025) | 2022-06-01 20:56:43 |
66
67
  | dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2022-04-04 06:33:41 |
67
68
  | dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2022-04-25 06:05:43 |
68
69
  | dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2022-05-31 17:05:07 |
69
70
  | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2022-04-13 06:36:47 |
70
71
  | dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2022-05-31 06:09:47 |
71
- | dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2022-06-07 06:06:14 |
72
+ | dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2022-06-16 06:06:01 |
72
73
  | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2022-05-19 06:11:31 |
73
74
  | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2022-05-24 06:11:36 |
74
75
  | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2022-04-04 06:38:48 |
@@ -80,12 +81,12 @@
80
81
  | ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2022-04-08 06:06:57 |
81
82
  | ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2022-06-09 06:11:09 |
82
83
  | eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2022-05-13 06:11:29 |
83
- | eis | [企业集成服务](https://cloud.tencent.com/document/product/1270) | 2022-04-04 06:42:05 |
84
+ | eis | [企业集成服务](https://cloud.tencent.com/document/product/1270) | 2022-06-16 06:06:58 |
84
85
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-06-09 06:11:36 |
85
86
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-06-08 06:09:29 |
86
- | ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-06-13 06:11:55 |
87
+ | ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-06-15 06:09:03 |
87
88
  | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-06-13 06:12:00 |
88
- | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-06-13 06:12:05 |
89
+ | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-06-15 06:09:10 |
89
90
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-06-02 06:08:18 |
90
91
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2022-04-04 06:43:06 |
91
92
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2022-04-04 06:43:12 |
@@ -112,17 +113,17 @@
112
113
  | ivld | [视频智能标签](https://cloud.tencent.com/document/product/1509) | 2022-06-10 17:14:46 |
113
114
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2022-06-01 06:12:55 |
114
115
  | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-06-01 06:13:02 |
115
- | live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-06-09 06:14:00 |
116
+ | live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-06-16 06:09:18 |
116
117
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
117
118
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
118
- | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-05-25 06:11:46 |
119
+ | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-06-15 06:11:30 |
119
120
  | market | [云市场](https://cloud.tencent.com/document/product/306) | 2022-04-04 06:57:43 |
120
121
  | memcached | [云数据库 Memcached](https://cloud.tencent.com/document/product/241) | 2022-04-04 06:57:44 |
121
122
  | mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-04-04 06:57:46 |
122
- | mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2022-06-09 15:33:09 |
123
+ | mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2022-06-14 11:16:30 |
123
124
  | mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2022-04-04 06:57:51 |
124
125
  | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-06-07 06:10:21 |
125
- | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-05-26 06:14:37 |
126
+ | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-06-14 06:14:22 |
126
127
  | mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2022-05-25 06:12:20 |
127
128
  | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2022-06-08 06:12:58 |
128
129
  | ms | [移动应用安全](https://cloud.tencent.com/document/product) | 2020-06-05 08:13:52 |
@@ -130,20 +131,20 @@
130
131
  | mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
131
132
  | nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2022-04-13 07:00:13 |
132
133
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
133
- | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-06-08 06:13:07 |
134
- | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-06-09 06:15:14 |
134
+ | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-06-15 06:12:20 |
135
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-06-14 06:15:05 |
135
136
  | organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2022-06-10 06:11:43 |
136
137
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2022-06-13 06:15:36 |
137
138
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-04-04 07:02:02 |
138
- | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2022-05-09 06:11:56 |
139
+ | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2022-06-15 06:12:41 |
139
140
  | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2022-04-04 07:02:49 |
140
141
  | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2022-04-21 06:16:10 |
141
- | redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2022-05-30 06:11:47 |
142
+ | redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2022-06-16 06:10:57 |
142
143
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2022-04-04 07:04:04 |
143
144
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
144
145
  | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2022-04-04 07:04:08 |
145
146
  | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2022-05-19 06:16:44 |
146
- | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-06-13 06:16:20 |
147
+ | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-06-15 06:13:30 |
147
148
  | smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2022-04-25 06:11:28 |
148
149
  | smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2022-04-04 07:05:41 |
149
150
  | sms | [短信](https://cloud.tencent.com/document/product/382) | 2022-04-14 06:16:29 |
@@ -160,7 +161,7 @@
160
161
  | tan | [碳引擎](https://cloud.tencent.com/document/product/1498) | 2022-06-06 16:47:40 |
161
162
  | tat | [腾讯云自动化助手](https://cloud.tencent.com/document/product/1340) | 2022-04-08 06:12:44 |
162
163
  | tav | [文件检测](https://cloud.tencent.com/document/product) | 2019-11-28 22:10:04 |
163
- | tbaas | [TBaaS](https://cloud.tencent.com/document/product/663) | 2022-04-15 06:12:40 |
164
+ | tbaas | [TBaaS](https://cloud.tencent.com/document/product/663) | 2022-06-15 06:14:16 |
164
165
  | tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
165
166
  | tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2022-04-04 07:09:07 |
166
167
  | tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2022-04-08 06:12:54 |
@@ -174,17 +175,17 @@
174
175
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2022-04-04 07:15:50 |
175
176
  | tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-06-13 06:18:15 |
176
177
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-06-09 06:18:14 |
177
- | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-06-08 06:16:20 |
178
+ | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-06-16 06:13:25 |
178
179
  | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2022-06-02 06:15:03 |
179
180
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
180
181
  | tic | [腾讯云IaC平台](https://cloud.tencent.com/document/product/1213) | 2022-04-04 07:16:52 |
181
182
  | ticm | [智能鉴黄](https://cloud.tencent.com/document/product/864) | 2021-01-07 08:08:15 |
182
183
  | tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2022-04-04 07:16:59 |
183
184
  | tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-04-04 07:17:01 |
184
- | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-06-09 06:18:37 |
185
+ | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-06-15 06:15:49 |
185
186
  | tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2022-06-07 22:05:59 |
186
187
  | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2022-05-17 06:17:19 |
187
- | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-06-09 06:18:50 |
188
+ | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-06-16 06:14:09 |
188
189
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
189
190
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-04-04 07:18:11 |
190
191
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2022-05-19 06:19:37 |
@@ -198,7 +199,7 @@
198
199
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-06-09 06:19:53 |
199
200
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-04-04 07:22:54 |
200
201
  | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-06-13 06:20:05 |
201
- | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-06-10 06:16:31 |
202
+ | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-06-15 06:17:25 |
202
203
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-05-12 06:19:46 |
203
204
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-04-04 07:39:05 |
204
205
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.359"
1
+ export const sdkVersion = "4.0.362"
@@ -21,7 +21,9 @@ import {
21
21
  CreateAppScanTaskRepeatRequest,
22
22
  DescribeScanTaskListResponse,
23
23
  AppInfoItem,
24
+ DescribeResourceUsageInfoResponse,
24
25
  DescribeScanTaskListRequest,
26
+ ResourceUsageInfoData,
25
27
  TaskFlowStepsInfo,
26
28
  CreateAppScanTaskRequest,
27
29
  DescribeScanTaskStatusResponse,
@@ -31,6 +33,7 @@ import {
31
33
  DescribeScanTaskStatusRequest,
32
34
  DescribeFileTicketRequest,
33
35
  CreateAppScanTaskResponse,
36
+ DescribeResourceUsageInfoRequest,
34
37
  DescribeScanTaskReportUrlResponse,
35
38
  CreateAppScanTaskRepeatResponse,
36
39
  } from "./acp_models"
@@ -65,13 +68,23 @@ export class Client extends AbstractClient {
65
68
  }
66
69
 
67
70
  /**
68
- * 获取应用合规文件上传凭证,用于上传诊断文件
71
+ * 查询应用合规平台用户资源的使用情况
69
72
  */
70
- async DescribeFileTicket(
71
- req: DescribeFileTicketRequest,
72
- cb?: (error: string, rep: DescribeFileTicketResponse) => void
73
- ): Promise<DescribeFileTicketResponse> {
74
- return this.request("DescribeFileTicket", req, cb)
73
+ async DescribeResourceUsageInfo(
74
+ req: DescribeResourceUsageInfoRequest,
75
+ cb?: (error: string, rep: DescribeResourceUsageInfoResponse) => void
76
+ ): Promise<DescribeResourceUsageInfoResponse> {
77
+ return this.request("DescribeResourceUsageInfo", req, cb)
78
+ }
79
+
80
+ /**
81
+ * 查询App隐私合规诊断任务状态
82
+ */
83
+ async DescribeScanTaskStatus(
84
+ req: DescribeScanTaskStatusRequest,
85
+ cb?: (error: string, rep: DescribeScanTaskStatusResponse) => void
86
+ ): Promise<DescribeScanTaskStatusResponse> {
87
+ return this.request("DescribeScanTaskStatus", req, cb)
75
88
  }
76
89
 
77
90
  /**
@@ -85,13 +98,13 @@ export class Client extends AbstractClient {
85
98
  }
86
99
 
87
100
  /**
88
- * 查询App隐私合规诊断任务状态
101
+ * 获取应用合规文件上传凭证,用于上传诊断文件
89
102
  */
90
- async DescribeScanTaskStatus(
91
- req: DescribeScanTaskStatusRequest,
92
- cb?: (error: string, rep: DescribeScanTaskStatusResponse) => void
93
- ): Promise<DescribeScanTaskStatusResponse> {
94
- return this.request("DescribeScanTaskStatus", req, cb)
103
+ async DescribeFileTicket(
104
+ req: DescribeFileTicketRequest,
105
+ cb?: (error: string, rep: DescribeFileTicketResponse) => void
106
+ ): Promise<DescribeFileTicketResponse> {
107
+ return this.request("DescribeFileTicket", req, cb)
95
108
  }
96
109
 
97
110
  /**
@@ -171,6 +171,26 @@ export interface AppInfoItem {
171
171
  PrivacyTextMD5: string
172
172
  }
173
173
 
174
+ /**
175
+ * DescribeResourceUsageInfo返回参数结构体
176
+ */
177
+ export interface DescribeResourceUsageInfoResponse {
178
+ /**
179
+ * 返回值, 0:成功, 其他值请查看“返回值”定义,暂时未定
180
+ */
181
+ Result: number
182
+
183
+ /**
184
+ * 资源使用信息
185
+ */
186
+ Data: ResourceUsageInfoData
187
+
188
+ /**
189
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
190
+ */
191
+ RequestId?: string
192
+ }
193
+
174
194
  /**
175
195
  * DescribeScanTaskList请求参数结构体
176
196
  */
@@ -221,6 +241,26 @@ export interface DescribeScanTaskListRequest {
221
241
  EndTime?: string
222
242
  }
223
243
 
244
+ /**
245
+ * 资源使用情况信息
246
+ */
247
+ export interface ResourceUsageInfoData {
248
+ /**
249
+ * 资源计费项名称
250
+ */
251
+ ResourceName: string
252
+
253
+ /**
254
+ * 资源总数
255
+ */
256
+ Total: number
257
+
258
+ /**
259
+ * 未使用资源数
260
+ */
261
+ UnusedCount: number
262
+ }
263
+
224
264
  /**
225
265
  * 任务流步骤详情
226
266
  */
@@ -557,6 +597,16 @@ export interface CreateAppScanTaskResponse {
557
597
  RequestId?: string
558
598
  }
559
599
 
600
+ /**
601
+ * DescribeResourceUsageInfo请求参数结构体
602
+ */
603
+ export interface DescribeResourceUsageInfoRequest {
604
+ /**
605
+ * 资源计费项名称
606
+ */
607
+ PriceName: string
608
+ }
609
+
560
610
  /**
561
611
  * DescribeScanTaskReportUrl返回参数结构体
562
612
  */
@@ -71,6 +71,7 @@ import {
71
71
  CreatePortAclConfigRequest,
72
72
  DescribeCCThresholdListResponse,
73
73
  DescribeL7RulesBySSLCertIdRequest,
74
+ TagFilter,
74
75
  DescribeListPacketFilterConfigResponse,
75
76
  DeleteBlackWhiteIpListResponse,
76
77
  CreateSchedulingDomainRequest,
@@ -226,6 +227,7 @@ import {
226
227
  DDoSGeoIPBlockConfigRelation,
227
228
  DescribeListProtocolBlockConfigRequest,
228
229
  DescribeListBGPInstancesResponse,
230
+ TagInfo,
229
231
  DescribeDDoSTrendRequest,
230
232
  DeleteCCRequestLimitPolicyResponse,
231
233
  CreateCcBlackWhiteIpListRequest,
@@ -352,7 +354,7 @@ export class Client extends AbstractClient {
352
354
  }
353
355
 
354
356
  /**
355
- * 获取CC防护等级列表
357
+ * 获取边界防护CC防护等级列表
356
358
  */
357
359
  async DescribeCCLevelList(
358
360
  req: DescribeCCLevelListRequest,
@@ -680,6 +680,11 @@ export interface DescribeListBGPInstancesRequest {
680
680
  * 企业版搜索
681
681
  */
682
682
  FilterEnterpriseFlag?: number
683
+
684
+ /**
685
+ * 标签搜索
686
+ */
687
+ FilterTag?: TagFilter
683
688
  }
684
689
 
685
690
  /**
@@ -1199,6 +1204,11 @@ export interface DescribeListBGPIPInstancesRequest {
1199
1204
  * 批量查询实例ID对应的高防IP实例资源
1200
1205
  */
1201
1206
  FilterInstanceIdList?: Array<string>
1207
+
1208
+ /**
1209
+ * 标签搜索
1210
+ */
1211
+ FilterTag?: TagFilter
1202
1212
  }
1203
1213
 
1204
1214
  /**
@@ -1286,6 +1296,21 @@ export interface DescribeL7RulesBySSLCertIdRequest {
1286
1296
  CertIds: Array<string>
1287
1297
  }
1288
1298
 
1299
+ /**
1300
+ * 标签类型
1301
+ */
1302
+ export interface TagFilter {
1303
+ /**
1304
+ * 标签键
1305
+ */
1306
+ TagKey: string
1307
+
1308
+ /**
1309
+ * 标签键值列表
1310
+ */
1311
+ TagValue: Array<string>
1312
+ }
1313
+
1289
1314
  /**
1290
1315
  * DescribeListPacketFilterConfig返回参数结构体
1291
1316
  */
@@ -1725,6 +1750,11 @@ export interface BlackWhiteIpRelation {
1725
1750
  * ip掩码,0表示32位完整ip
1726
1751
  */
1727
1752
  Mask: number
1753
+
1754
+ /**
1755
+ * 修改时间
1756
+ */
1757
+ ModifyTime: string
1728
1758
  }
1729
1759
 
1730
1760
  /**
@@ -2052,7 +2082,7 @@ export interface DescribeCCLevelListResponse {
2052
2082
  Total: number
2053
2083
 
2054
2084
  /**
2055
- * 分级策略列表详情
2085
+ * 分级策略列表总数
2056
2086
  */
2057
2087
  LevelList: Array<CCLevelPolicy>
2058
2088
 
@@ -2546,6 +2576,12 @@ export interface BGPIPInstance {
2546
2576
  注意:此字段可能返回 null,表示取不到有效值。
2547
2577
  */
2548
2578
  BGPIPChannelFlag: number
2579
+
2580
+ /**
2581
+ * 资源关联标签
2582
+ 注意:此字段可能返回 null,表示取不到有效值。
2583
+ */
2584
+ TagInfoList: Array<TagInfo>
2549
2585
  }
2550
2586
 
2551
2587
  /**
@@ -2948,7 +2984,7 @@ export interface ListenerCcThreholdConfig {
2948
2984
  Domain: string
2949
2985
 
2950
2986
  /**
2951
- * 协议(可取值htttps
2987
+ * 协议(可取值https
2952
2988
  */
2953
2989
  Protocol: string
2954
2990
 
@@ -4843,6 +4879,21 @@ export interface DescribeListBGPInstancesResponse {
4843
4879
  RequestId?: string
4844
4880
  }
4845
4881
 
4882
+ /**
4883
+ * 标签信息,用于资源列表返回关联的标签
4884
+ */
4885
+ export interface TagInfo {
4886
+ /**
4887
+ * 标签键
4888
+ */
4889
+ TagKey: string
4890
+
4891
+ /**
4892
+ * 标签值
4893
+ */
4894
+ TagValue: string
4895
+ }
4896
+
4846
4897
  /**
4847
4898
  * DescribeDDoSTrend请求参数结构体
4848
4899
  */
@@ -5008,6 +5059,11 @@ export interface BGPInstance {
5008
5059
  * CC防护开关
5009
5060
  */
5010
5061
  CCEnable: number
5062
+
5063
+ /**
5064
+ * 资源关联标签
5065
+ */
5066
+ TagInfoList: Array<TagInfo>
5011
5067
  }
5012
5068
 
5013
5069
  /**
@@ -5576,6 +5632,11 @@ export interface CreateCCReqLimitPolicyRequest {
5576
5632
  * 策略项
5577
5633
  */
5578
5634
  Policy: CCReqLimitPolicyRecord
5635
+
5636
+ /**
5637
+ * 是否为兜底频控
5638
+ */
5639
+ IsGlobal?: number
5579
5640
  }
5580
5641
 
5581
5642
  /**
@@ -5772,6 +5833,11 @@ export interface PacketFilterRelation {
5772
5833
  * 特征过滤配置所属的实例
5773
5834
  */
5774
5835
  InstanceDetailList: Array<InstanceRelation>
5836
+
5837
+ /**
5838
+ * 修改时间
5839
+ */
5840
+ ModifyTime: string
5775
5841
  }
5776
5842
 
5777
5843
  /**
@@ -31,7 +31,7 @@ import {
31
31
  DisableApiKeyResponse,
32
32
  DescribeApiResponse,
33
33
  UnReleaseServiceRequest,
34
- DetachPluginRequest,
34
+ DescribeExclusiveInstancesStatusResponse,
35
35
  ModifySubDomainRequest,
36
36
  DescribeApiAppsStatusRequest,
37
37
  DescribeServiceUsagePlanRequest,
@@ -92,7 +92,7 @@ import {
92
92
  IPStrategyApi,
93
93
  DescribeIPStrategyResponse,
94
94
  DescribePluginRequest,
95
- DocumentSDK,
95
+ DetachPluginRequest,
96
96
  AttachedApiInfo,
97
97
  CreateApiResponse,
98
98
  DescribeIPStrategyApisStatusRequest,
@@ -119,6 +119,7 @@ import {
119
119
  DescribeUpstreamsResponse,
120
120
  DescribePluginApisRequest,
121
121
  ResponseErrorCodeReq,
122
+ InstanceSummary,
122
123
  CreateServiceRequest,
123
124
  DescribeIPStrategysStatusRequest,
124
125
  DemoteServiceUsagePlanResponse,
@@ -214,6 +215,7 @@ import {
214
215
  DeletePluginResponse,
215
216
  DescribeUpstreamBindApis,
216
217
  ModifyServiceEnvironmentStrategyRequest,
218
+ DocumentSDK,
217
219
  CreateAPIDocRequest,
218
220
  DescribeApiAppBindApisStatusResponse,
219
221
  DescribeServiceSubDomainsRequest,
@@ -284,6 +286,7 @@ import {
284
286
  ApiEnvironmentStrategy,
285
287
  DescribeIPStrategysStatusResponse,
286
288
  UpdateApiAppKeyResponse,
289
+ DescribeExclusiveInstancesStatusRequest,
287
290
  InstanceDetail,
288
291
  UnBindSecretIdsResponse,
289
292
  CreateApiAppRequest,
@@ -767,13 +770,14 @@ API 网关可绑定自定义域名到服务,并且可以对自定义域名的
767
770
  }
768
771
 
769
772
  /**
770
- * 本接口(ModifyService)用于修改服务的相关信息。当服务创建后,服务的名称、描述和服务类型均可被修改。
771
- */
772
- async ModifyService(
773
- req: ModifyServiceRequest,
774
- cb?: (error: string, rep: ModifyServiceResponse) => void
775
- ): Promise<ModifyServiceResponse> {
776
- return this.request("ModifyService", req, cb)
773
+ * 本接口(ReleaseService)用于发布服务。
774
+ API 网关的服务创建后,需要发布到某个环境方生效后,使用者才能进行调用,此接口用于发布服务到环境,如 release 环境。
775
+ */
776
+ async ReleaseService(
777
+ req: ReleaseServiceRequest,
778
+ cb?: (error: string, rep: ReleaseServiceResponse) => void
779
+ ): Promise<ReleaseServiceResponse> {
780
+ return this.request("ReleaseService", req, cb)
777
781
  }
778
782
 
779
783
  /**
@@ -1062,14 +1066,13 @@ API 网关可绑定自定义域名到服务,并且可以对自定义域名的
1062
1066
  }
1063
1067
 
1064
1068
  /**
1065
- * 本接口(ReleaseService)用于发布服务。
1066
- API 网关的服务创建后,需要发布到某个环境方生效后,使用者才能进行调用,此接口用于发布服务到环境,如 release 环境。
1067
- */
1068
- async ReleaseService(
1069
- req: ReleaseServiceRequest,
1070
- cb?: (error: string, rep: ReleaseServiceResponse) => void
1071
- ): Promise<ReleaseServiceResponse> {
1072
- return this.request("ReleaseService", req, cb)
1069
+ * 本接口(ModifyService)用于修改服务的相关信息。当服务创建后,服务的名称、描述和服务类型均可被修改。
1070
+ */
1071
+ async ModifyService(
1072
+ req: ModifyServiceRequest,
1073
+ cb?: (error: string, rep: ModifyServiceResponse) => void
1074
+ ): Promise<ModifyServiceResponse> {
1075
+ return this.request("ModifyService", req, cb)
1073
1076
  }
1074
1077
 
1075
1078
  /**
@@ -1228,6 +1231,16 @@ API 网关可绑定自定义域名到服务,用于服务调用。此接口用
1228
1231
  return this.request("DeleteAPIDoc", req, cb)
1229
1232
  }
1230
1233
 
1234
+ /**
1235
+ * 查询专享实例列表(新)
1236
+ */
1237
+ async DescribeExclusiveInstancesStatus(
1238
+ req: DescribeExclusiveInstancesStatusRequest,
1239
+ cb?: (error: string, rep: DescribeExclusiveInstancesStatusResponse) => void
1240
+ ): Promise<DescribeExclusiveInstancesStatusResponse> {
1241
+ return this.request("DescribeExclusiveInstancesStatus", req, cb)
1242
+ }
1243
+
1231
1244
  /**
1232
1245
  * 本接口(UnBindEnvironment)用于将使用计划从特定环境解绑。
1233
1246
  */