tencentcloud-sdk-nodejs 4.0.619 → 4.0.621

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 (90) hide show
  1. package/CHANGELOG.md +483 -0
  2. package/SERVICE_CHANGELOG.md +498 -119
  3. package/package.json +1 -1
  4. package/products.md +27 -27
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/as/v20180419/as_client.ts +1 -0
  7. package/src/services/as/v20180419/as_models.ts +8 -2
  8. package/src/services/bpaas/v20181217/bpaas_models.ts +26 -11
  9. package/src/services/cls/v20201016/cls_models.ts +10 -6
  10. package/src/services/dbbrain/v20210527/dbbrain_models.ts +15 -15
  11. package/src/services/dcdb/v20180411/dcdb_models.ts +4 -0
  12. package/src/services/ess/v20201111/ess_client.ts +15 -0
  13. package/src/services/ess/v20201111/ess_models.ts +117 -8
  14. package/src/services/essbasic/v20210526/essbasic_models.ts +2 -2
  15. package/src/services/gme/v20180711/gme_models.ts +5 -0
  16. package/src/services/iotcloud/v20210408/iotcloud_models.ts +15 -0
  17. package/src/services/lighthouse/v20200324/lighthouse_models.ts +1 -1
  18. package/src/services/live/v20180801/live_client.ts +17 -2
  19. package/src/services/live/v20180801/live_models.ts +76 -48
  20. package/src/services/mariadb/v20170312/mariadb_models.ts +4 -0
  21. package/src/services/mps/v20190612/mps_models.ts +4 -4
  22. package/src/services/ocr/v20181119/ocr_client.ts +12 -1
  23. package/src/services/ocr/v20181119/ocr_models.ts +76 -13
  24. package/src/services/organization/v20210331/organization_client.ts +145 -106
  25. package/src/services/organization/v20210331/organization_models.ts +390 -165
  26. package/src/services/partners/v20180321/partners_client.ts +64 -122
  27. package/src/services/partners/v20180321/partners_models.ts +0 -356
  28. package/src/services/postgres/v20170312/postgres_client.ts +32 -32
  29. package/src/services/postgres/v20170312/postgres_models.ts +59 -55
  30. package/src/services/privatedns/v20201028/privatedns_client.ts +80 -68
  31. package/src/services/privatedns/v20201028/privatedns_models.ts +20 -0
  32. package/src/services/sms/v20190711/sms_models.ts +1 -4
  33. package/src/services/sms/v20210111/sms_models.ts +1 -1
  34. package/src/services/ssa/v20180608/ssa_client.ts +16 -2
  35. package/src/services/ssa/v20180608/ssa_models.ts +249 -24
  36. package/src/services/ssl/v20191205/ssl_models.ts +39 -12
  37. package/src/services/tdmq/v20200217/tdmq_client.ts +94 -20
  38. package/src/services/tdmq/v20200217/tdmq_models.ts +453 -111
  39. package/tencentcloud/common/sdk_version.d.ts +1 -1
  40. package/tencentcloud/common/sdk_version.js +1 -1
  41. package/tencentcloud/services/as/v20180419/as_client.d.ts +1 -0
  42. package/tencentcloud/services/as/v20180419/as_client.js +1 -0
  43. package/tencentcloud/services/as/v20180419/as_models.d.ts +8 -2
  44. package/tencentcloud/services/bpaas/v20181217/bpaas_models.d.ts +26 -11
  45. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +10 -6
  46. package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +15 -15
  47. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +4 -0
  48. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +5 -1
  49. package/tencentcloud/services/ess/v20201111/ess_client.js +6 -0
  50. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +112 -8
  51. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +2 -2
  52. package/tencentcloud/services/gme/v20180711/gme_models.d.ts +5 -0
  53. package/tencentcloud/services/iotcloud/v20210408/iotcloud_models.d.ts +15 -0
  54. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +1 -1
  55. package/tencentcloud/services/live/v20180801/live_client.d.ts +9 -2
  56. package/tencentcloud/services/live/v20180801/live_client.js +10 -1
  57. package/tencentcloud/services/live/v20180801/live_models.d.ts +74 -48
  58. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +4 -0
  59. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +4 -4
  60. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +11 -1
  61. package/tencentcloud/services/ocr/v20181119/ocr_client.js +11 -1
  62. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +75 -13
  63. package/tencentcloud/services/organization/v20210331/organization_client.d.ts +48 -36
  64. package/tencentcloud/services/organization/v20210331/organization_client.js +70 -52
  65. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +379 -163
  66. package/tencentcloud/services/partners/v20180321/partners_client.d.ts +25 -49
  67. package/tencentcloud/services/partners/v20180321/partners_client.js +36 -68
  68. package/tencentcloud/services/partners/v20180321/partners_models.d.ts +0 -346
  69. package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +32 -32
  70. package/tencentcloud/services/postgres/v20170312/postgres_client.js +32 -32
  71. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +59 -55
  72. package/tencentcloud/services/privatedns/v20201028/privatedns_client.d.ts +31 -27
  73. package/tencentcloud/services/privatedns/v20201028/privatedns_client.js +45 -39
  74. package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +18 -0
  75. package/tencentcloud/services/sms/v20190711/sms_models.d.ts +1 -4
  76. package/tencentcloud/services/sms/v20210111/sms_models.d.ts +1 -1
  77. package/tencentcloud/services/ssa/v20180608/ssa_client.d.ts +5 -1
  78. package/tencentcloud/services/ssa/v20180608/ssa_client.js +6 -0
  79. package/tencentcloud/services/ssa/v20180608/ssa_models.d.ts +245 -24
  80. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +39 -12
  81. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +29 -7
  82. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +42 -8
  83. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +435 -109
  84. package/test/ess.v20201111.test.js +10 -0
  85. package/test/live.v20180801.test.js +10 -0
  86. package/test/organization.v20210331.test.js +66 -36
  87. package/test/partners.v20180321.test.js +28 -68
  88. package/test/privatedns.v20201028.test.js +44 -34
  89. package/test/ssa.v20180608.test.js +10 -0
  90. package/test/tdmq.v20200217.test.js +70 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.619",
3
+ "version": "4.0.621",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -16,7 +16,7 @@
16
16
  | api | [云 API](https://cloud.tencent.com/document/product/1278) | 2023-01-05 01:02:52 |
17
17
  | apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2023-06-08 16:31:03 |
18
18
  | apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2023-05-18 01:03:20 |
19
- | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-05-18 01:03:25 |
19
+ | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-06-13 01:02:52 |
20
20
  | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-05-26 01:03:52 |
21
21
  | asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2023-05-18 01:04:02 |
22
22
  | ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2023-05-18 01:04:06 |
@@ -30,7 +30,7 @@
30
30
  | bmeip | [黑石弹性公网IP](https://cloud.tencent.com/document/product/1028) | 2023-05-18 01:05:44 |
31
31
  | bmlb | [黑石负载均衡](https://cloud.tencent.com/document/product/1027) | 2023-05-18 01:05:55 |
32
32
  | bmvpc | [黑石私有网络](https://cloud.tencent.com/document/product/1024) | 2023-05-18 01:06:15 |
33
- | bpaas | [商业流程服务](https://cloud.tencent.com/document/product/1083) | 2023-05-18 01:06:36 |
33
+ | bpaas | [商业流程服务](https://cloud.tencent.com/document/product/1083) | 2023-06-14 01:09:11 |
34
34
  | bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2021-01-07 08:02:40 |
35
35
  | bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2023-05-18 01:06:40 |
36
36
  | btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2023-05-18 01:06:44 |
@@ -54,12 +54,12 @@
54
54
  | cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2023-05-18 01:12:07 |
55
55
  | cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
56
56
  | cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
57
- | ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-06-12 01:08:42 |
57
+ | ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-06-14 01:12:48 |
58
58
  | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-06-12 01:09:11 |
59
59
  | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2023-05-18 01:13:28 |
60
60
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2023-05-18 01:13:36 |
61
61
  | cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-05-18 01:13:44 |
62
- | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-06-09 01:10:36 |
62
+ | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-06-14 01:14:01 |
63
63
  | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-05-18 01:14:25 |
64
64
  | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2023-05-18 01:14:51 |
65
65
  | cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2023-05-31 21:42:46 |
@@ -74,10 +74,10 @@
74
74
  | dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-05-18 01:19:47 |
75
75
  | dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
76
76
  | dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:20:11 |
77
- | dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-06-12 01:16:06 |
77
+ | dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-06-14 01:18:59 |
78
78
  | dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2023-05-18 01:21:33 |
79
79
  | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2023-05-18 01:21:37 |
80
- | dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-06-09 01:16:45 |
80
+ | dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-06-13 01:16:36 |
81
81
  | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-06-07 01:20:44 |
82
82
  | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-06-09 01:17:37 |
83
83
  | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-05-18 01:23:17 |
@@ -93,14 +93,14 @@
93
93
  | eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-05-18 01:25:58 |
94
94
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-06-12 01:20:35 |
95
95
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-05-18 01:26:23 |
96
- | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-06-09 01:20:26 |
97
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-06-12 01:21:09 |
96
+ | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-06-14 01:22:43 |
97
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-06-13 01:20:11 |
98
98
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-05-31 01:26:29 |
99
99
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-05-31 01:26:34 |
100
100
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-05-24 14:30:55 |
101
101
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2023-05-18 01:28:35 |
102
102
  | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2023-05-18 01:28:41 |
103
- | gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2023-05-24 01:26:53 |
103
+ | gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2023-06-14 01:25:30 |
104
104
  | goosefs | [数据加速器 GooseFS](https://cloud.tencent.com/document/product/1424) | 2023-05-18 01:29:36 |
105
105
  | gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-07-11 06:12:36 |
106
106
  | gs | [云游戏](https://cloud.tencent.com/document/product/1162) | 2023-05-18 01:29:42 |
@@ -116,21 +116,21 @@
116
116
  | iir | [智能识图](https://cloud.tencent.com/document/product/1217) | 2022-04-04 06:48:05 |
117
117
  | ims | [图片内容安全](https://cloud.tencent.com/document/product/1125) | 2023-05-18 01:31:36 |
118
118
  | iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2023-05-18 01:31:40 |
119
- | iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2023-06-12 01:24:01 |
119
+ | iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2023-06-14 01:27:08 |
120
120
  | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2023-05-18 01:32:30 |
121
121
  | iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2023-05-18 01:33:02 |
122
122
  | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2023-05-26 01:33:51 |
123
123
  | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2023-05-18 01:34:37 |
124
- | irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2023-05-18 01:35:16 |
124
+ | irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2023-06-13 01:25:28 |
125
125
  | ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2023-05-18 01:35:21 |
126
126
  | keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-05-24 01:32:32 |
127
127
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-05-18 01:35:58 |
128
128
  | lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-05-22 01:40:34 |
129
- | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-06-07 01:33:01 |
130
- | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-06-07 01:33:34 |
129
+ | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-06-13 01:26:23 |
130
+ | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-06-14 01:30:33 |
131
131
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
132
132
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
133
- | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2023-06-09 01:28:23 |
133
+ | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2023-06-13 01:27:34 |
134
134
  | market | [云市场](https://cloud.tencent.com/document/product/306) | 2023-05-18 01:39:13 |
135
135
  | memcached | [云数据库Memcached](https://cloud.tencent.com/document/product/241) | 2023-05-26 01:41:20 |
136
136
  | mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
@@ -138,7 +138,7 @@
138
138
  | mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2023-05-25 01:46:28 |
139
139
  | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-05-29 01:32:50 |
140
140
  | monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-06-09 01:29:13 |
141
- | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-06-12 01:29:43 |
141
+ | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-06-13 01:29:16 |
142
142
  | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2023-05-18 01:42:01 |
143
143
  | ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-05-18 01:42:15 |
144
144
  | msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2023-05-18 01:42:21 |
@@ -146,13 +146,13 @@
146
146
  | nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-05-19 01:49:42 |
147
147
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
148
148
  | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-05-29 01:34:54 |
149
- | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-06-12 01:31:27 |
149
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-06-14 01:34:02 |
150
150
  | omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-05-18 01:43:39 |
151
- | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-06-09 01:35:01 |
152
- | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-06-07 01:39:31 |
151
+ | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-06-14 01:34:43 |
152
+ | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-06-14 01:35:00 |
153
153
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-05-18 01:44:14 |
154
- | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2023-06-09 01:35:46 |
155
- | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2023-05-18 01:45:21 |
154
+ | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2023-06-14 01:35:12 |
155
+ | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2023-06-14 01:36:28 |
156
156
  | pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2023-05-26 01:47:14 |
157
157
  | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2023-05-18 01:45:58 |
158
158
  | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-06-12 01:33:10 |
@@ -165,17 +165,17 @@
165
165
  | smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2023-05-18 01:47:52 |
166
166
  | smop | [腾讯安心用户运营平台](https://cloud.tencent.com/document/product/1310) | 2023-05-18 01:47:59 |
167
167
  | smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2023-05-18 01:48:01 |
168
- | sms | [短信](https://cloud.tencent.com/document/product/382) | 2023-06-08 01:52:29 |
168
+ | sms | [短信](https://cloud.tencent.com/document/product/382) | 2023-06-13 12:01:52 |
169
169
  | soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2023-05-18 01:48:23 |
170
170
  | solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
171
171
  | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-06-07 01:43:06 |
172
- | ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-05-18 01:49:08 |
173
- | ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2023-06-12 01:35:30 |
172
+ | ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-06-14 01:38:59 |
173
+ | ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2023-06-13 01:37:56 |
174
174
  | sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2023-05-18 01:49:36 |
175
175
  | ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2023-05-18 01:49:41 |
176
176
  | sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2023-05-18 01:49:52 |
177
177
  | taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2023-05-24 01:44:57 |
178
- | tag | [标签](https://cloud.tencent.com/document/product/651) | 2023-06-12 01:36:12 |
178
+ | tag | [标签](https://cloud.tencent.com/document/product/651) | 2023-06-14 01:39:43 |
179
179
  | tan | [碳引擎](https://cloud.tencent.com/document/product/1498) | 2023-05-18 01:50:16 |
180
180
  | tat | [自动化助手](https://cloud.tencent.com/document/product/1340) | 2023-05-18 01:50:18 |
181
181
  | tav | [文件检测](https://cloud.tencent.com/document/product) | 2019-11-28 22:10:04 |
@@ -192,7 +192,7 @@
192
192
  | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-06-07 01:46:42 |
193
193
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2023-05-18 01:54:30 |
194
194
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-05-18 01:54:42 |
195
- | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-06-08 01:59:37 |
195
+ | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-06-14 01:42:52 |
196
196
  | tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-05-18 01:55:50 |
197
197
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-05-22 02:01:01 |
198
198
  | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-05-29 01:44:07 |
@@ -203,7 +203,7 @@
203
203
  | tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2023-05-18 01:58:24 |
204
204
  | tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
205
205
  | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-05-29 01:47:15 |
206
- | tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-06-08 02:02:11 |
206
+ | tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-06-13 01:43:45 |
207
207
  | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-06-08 02:02:46 |
208
208
  | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-06-09 01:45:39 |
209
209
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
@@ -222,7 +222,7 @@
222
222
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-05-18 02:04:19 |
223
223
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-05-18 02:04:23 |
224
224
  | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-05-31 01:49:59 |
225
- | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-06-08 02:09:57 |
225
+ | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-06-13 01:48:56 |
226
226
  | vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-06-07 01:59:27 |
227
227
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-06-07 01:59:35 |
228
228
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-05-18 02:08:17 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.619"
1
+ export const sdkVersion = "4.0.621"
@@ -253,6 +253,7 @@ export class Client extends AbstractClient {
253
253
  * 伸缩组处于停用状态时,该接口也会生效,可参考[停用伸缩组](https://cloud.tencent.com/document/api/377/20435)文档查看伸缩组停用状态的影响范围
254
254
  * 接口会增加期望实例数,新的期望实例数需要小于等于最大实例数
255
255
  * 扩容如果失败或者部分成功,最后期望实例数只会增加实际成功的实例数量
256
+ * 竞价混合模式中一次扩容可能触发多个伸缩活动,该接口仅返回第一个伸缩活动的 ActivityId
256
257
  */
257
258
  async ScaleOutInstances(
258
259
  req: ScaleOutInstancesRequest,
@@ -575,6 +575,12 @@ export interface Advice {
575
575
  * 建议解决方案。
576
576
  */
577
577
  Solution: string
578
+ /**
579
+ * 伸缩建议警告级别。取值范围:<br>
580
+ <li>WARNING:警告级别<br>
581
+ <li>CRITICAL:严重级别<br>
582
+ */
583
+ Level?: string
578
584
  }
579
585
 
580
586
  /**
@@ -1848,7 +1854,7 @@ export interface DescribeAutoScalingAdvicesResponse {
1848
1854
  /**
1849
1855
  * 伸缩组配置建议集合。
1850
1856
  */
1851
- AutoScalingAdviceSet: Array<AutoScalingAdvice>
1857
+ AutoScalingAdviceSet?: Array<AutoScalingAdvice>
1852
1858
  /**
1853
1859
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1854
1860
  */
@@ -2670,7 +2676,7 @@ export interface ScaleOutInstancesResponse {
2670
2676
  /**
2671
2677
  * 伸缩活动ID。
2672
2678
  */
2673
- ActivityId: string
2679
+ ActivityId?: string
2674
2680
  /**
2675
2681
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2676
2682
  */
@@ -120,6 +120,16 @@ export interface StatusNode {
120
120
  注意:此字段可能返回 null,表示取不到有效值。
121
121
  */
122
122
  ParallelNodes?: string
123
+ /**
124
+ * scf拒绝时返回信息
125
+ 注意:此字段可能返回 null,表示取不到有效值。
126
+ */
127
+ RejectedCloudFunctionMsg?: string
128
+ /**
129
+ * 上一个节点
130
+ 注意:此字段可能返回 null,表示取不到有效值。
131
+ */
132
+ PrevNode?: string
123
133
  }
124
134
 
125
135
  /**
@@ -217,54 +227,59 @@ export interface GetBpaasApproveDetailResponse {
217
227
  /**
218
228
  * 申请人uin
219
229
  */
220
- ApplyUin: number
230
+ ApplyUin?: number
221
231
  /**
222
232
  * 申请人主账号
223
233
  */
224
- ApplyOwnUin: number
234
+ ApplyOwnUin?: number
225
235
  /**
226
236
  * 申请人昵称
227
237
  注意:此字段可能返回 null,表示取不到有效值。
228
238
  */
229
- ApplyUinNick: string
239
+ ApplyUinNick?: string
230
240
  /**
231
241
  * 审批流id
232
242
  */
233
- BpaasId: number
243
+ BpaasId?: number
234
244
  /**
235
245
  * 审批流名称
236
246
  */
237
- BpaasName: string
247
+ BpaasName?: string
238
248
  /**
239
249
  * 申请参数
240
250
  注意:此字段可能返回 null,表示取不到有效值。
241
251
  */
242
- ApplicationParams: Array<ApplyParam>
252
+ ApplicationParams?: Array<ApplyParam>
243
253
  /**
244
254
  * 申请原因
245
255
  注意:此字段可能返回 null,表示取不到有效值。
246
256
  */
247
- Reason: string
257
+ Reason?: string
248
258
  /**
249
259
  * 申请时间
250
260
  注意:此字段可能返回 null,表示取不到有效值。
251
261
  */
252
- CreateTime: string
262
+ CreateTime?: string
253
263
  /**
254
264
  * 申请单状态
255
265
  注意:此字段可能返回 null,表示取不到有效值。
256
266
  */
257
- Status: number
267
+ Status?: number
258
268
  /**
259
269
  * 节点信息
260
270
  注意:此字段可能返回 null,表示取不到有效值。
261
271
  */
262
- Nodes: Array<StatusNode>
272
+ Nodes?: Array<StatusNode>
263
273
  /**
264
274
  * 正在审批的节点id
265
275
  注意:此字段可能返回 null,表示取不到有效值。
266
276
  */
267
- ApprovingNodeId: string
277
+ ApprovingNodeId?: string
278
+ /**
279
+ * 更新时间,时间格式:2021-12-12 10:12:10
280
+ 注意:此字段可能返回 null,表示取不到有效值。
281
+ */
282
+ ModifyTime?: string
268
283
  /**
269
284
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
270
285
  */
@@ -2629,7 +2629,7 @@ export interface CreateShipperRequest {
2629
2629
  */
2630
2630
  Interval?: number
2631
2631
  /**
2632
- * 投递的文件的最大值,单位 MB,默认256,范围 100-256
2632
+ * 投递的文件的最大值,单位 MB,默认256,范围 5-256
2633
2633
  */
2634
2634
  MaxSize?: number
2635
2635
  /**
@@ -2800,6 +2800,10 @@ export interface CreateConfigRequest {
2800
2800
  * 用户自定义采集规则,Json格式序列化的字符串
2801
2801
  */
2802
2802
  UserDefineRule?: string
2803
+ /**
2804
+ * 高级采集配置
2805
+ */
2806
+ AdvancedConfig?: string
2803
2807
  }
2804
2808
 
2805
2809
  /**
@@ -3059,15 +3063,15 @@ export interface DescribeLogContextResponse {
3059
3063
  /**
3060
3064
  * 日志上下文信息集合
3061
3065
  */
3062
- LogContextInfos: Array<LogContextInfo>
3066
+ LogContextInfos?: Array<LogContextInfo>
3063
3067
  /**
3064
3068
  * 上文日志是否已经返回
3065
3069
  */
3066
- PrevOver: boolean
3070
+ PrevOver?: boolean
3067
3071
  /**
3068
3072
  * 下文日志是否已经返回
3069
3073
  */
3070
- NextOver: boolean
3074
+ NextOver?: boolean
3071
3075
  /**
3072
3076
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3073
3077
  */
@@ -3230,7 +3234,7 @@ export interface ModifyShipperRequest {
3230
3234
  */
3231
3235
  Interval?: number
3232
3236
  /**
3233
- * 投递的文件的最大值,单位 MB,默认256,范围 100-256
3237
+ * 投递的文件的最大值,单位 MB,默认256,范围 5-256
3234
3238
  */
3235
3239
  MaxSize?: number
3236
3240
  /**
@@ -3512,7 +3516,7 @@ export interface CreateConfigResponse {
3512
3516
  /**
3513
3517
  * 采集配置ID
3514
3518
  */
3515
- ConfigId: string
3519
+ ConfigId?: string
3516
3520
  /**
3517
3521
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3518
3522
  */
@@ -654,7 +654,7 @@ export interface SlowLogTopSqlItem {
654
654
  */
655
655
  RowsExaminedAvg: number
656
656
  /**
657
- * SOL模板的MD5值
657
+ * SQL模板的MD5值
658
658
  */
659
659
  Md5: string
660
660
  }
@@ -1777,10 +1777,6 @@ export interface ModifySqlFiltersRequest {
1777
1777
  * 实例ID。
1778
1778
  */
1779
1779
  InstanceId: string
1780
- /**
1781
- * 通过VerifyUserAccount获取有效期为5分钟的会话token,使用后会自动延长token有效期至五分钟后。
1782
- */
1783
- SessionToken: string
1784
1780
  /**
1785
1781
  * SQL限流任务ID列表。
1786
1782
  */
@@ -1789,6 +1785,10 @@ export interface ModifySqlFiltersRequest {
1789
1785
  * 限流任务状态,取值支持TERMINATED - 终止。
1790
1786
  */
1791
1787
  Status: string
1788
+ /**
1789
+ * 通过VerifyUserAccount获取有效期为5分钟的会话token,使用后会自动延长token有效期至五分钟后。
1790
+ */
1791
+ SessionToken?: string
1792
1792
  /**
1793
1793
  * 服务产品类型,支持值:"mysql" - 云数据库 MySQL;"cynosdb" - 云数据库 TDSQL-C for MySQL,默认为"mysql"。
1794
1794
  */
@@ -1903,10 +1903,6 @@ export interface CreateSqlFilterRequest {
1903
1903
  * 实例ID。
1904
1904
  */
1905
1905
  InstanceId: string
1906
- /**
1907
- * 通过VerifyUserAccount获取有效期为5分钟的会话token,使用后会自动延长token有效期至五分钟后。
1908
- */
1909
- SessionToken: string
1910
1906
  /**
1911
1907
  * SQL类型,取值包括SELECT, UPDATE, DELETE, INSERT, REPLACE。
1912
1908
  */
@@ -1923,6 +1919,10 @@ export interface CreateSqlFilterRequest {
1923
1919
  * 限流时长,单位秒,支持-1和小于2147483647的正整数,-1表示永不过期。
1924
1920
  */
1925
1921
  Duration: number
1922
+ /**
1923
+ * 通过VerifyUserAccount获取有效期为5分钟的会话token,使用后会自动延长token有效期至五分钟后。
1924
+ */
1925
+ SessionToken?: string
1926
1926
  /**
1927
1927
  * 服务产品类型,支持值:"mysql" - 云数据库 MySQL;"cynosdb" - 云数据库 TDSQL-C for MySQL,默认为"mysql"。
1928
1928
  */
@@ -2221,7 +2221,7 @@ export interface CreateSqlFilterResponse {
2221
2221
  /**
2222
2222
  * 限流任务ID。
2223
2223
  */
2224
- FilterId: number
2224
+ FilterId?: number
2225
2225
  /**
2226
2226
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2227
2227
  */
@@ -2607,7 +2607,7 @@ export interface DescribeSlowLogUserHostStatsRequest {
2607
2607
  */
2608
2608
  Product?: string
2609
2609
  /**
2610
- * SOL模板的MD5值
2610
+ * SQL模板的MD5值
2611
2611
  */
2612
2612
  Md5?: string
2613
2613
  }
@@ -3354,14 +3354,14 @@ export interface DeleteSqlFiltersRequest {
3354
3354
  * 实例ID。
3355
3355
  */
3356
3356
  InstanceId: string
3357
- /**
3358
- * 通过VerifyUserAccount获取有效期为5分钟的会话token,使用后会自动延长token有效期至五分钟后。
3359
- */
3360
- SessionToken: string
3361
3357
  /**
3362
3358
  * 限流任务ID列表。
3363
3359
  */
3364
3360
  FilterIds: Array<number>
3361
+ /**
3362
+ * 通过VerifyUserAccount获取有效期为5分钟的会话token,使用后会自动延长token有效期至五分钟后。
3363
+ */
3364
+ SessionToken?: string
3365
3365
  /**
3366
3366
  * 服务产品类型,支持值:"mysql" - 云数据库 MySQL;"cynosdb" - 云数据库 TDSQL-C for MySQL,默认为"mysql"。
3367
3367
  */
@@ -1462,6 +1462,10 @@ export interface DescribeDCDBInstanceDetailResponse {
1462
1462
  * 尚未回收的网络资源
1463
1463
  */
1464
1464
  ReservedNetResources?: Array<ReservedNetResource>
1465
+ /**
1466
+ * 是否支持物理复制
1467
+ */
1468
+ IsPhysicalReplicationSupported?: boolean
1465
1469
  /**
1466
1470
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1467
1471
  */
@@ -32,6 +32,7 @@ import {
32
32
  CreateMultiFlowSignQRCodeResponse,
33
33
  FlowCreateApprover,
34
34
  DescribeThirdPartyAuthCodeResponse,
35
+ HasAuthUser,
35
36
  DisableUserAutoSignResponse,
36
37
  CancelUserAutoSignEnableUrlResponse,
37
38
  BindEmployeeUserIdWithClientOpenIdResponse,
@@ -39,6 +40,7 @@ import {
39
40
  DescribeIntegrationRolesRequest,
40
41
  CreateFlowEvidenceReportRequest,
41
42
  StartFlowResponse,
43
+ SealInfo,
42
44
  StaffRole,
43
45
  FlowApproverUrlInfo,
44
46
  AuthorizedUser,
@@ -146,6 +148,7 @@ import {
146
148
  UploadFile,
147
149
  Component,
148
150
  IntegrationDepartment,
151
+ DescribeExtendedServiceAuthInfosRequest,
149
152
  DescribeIntegrationRolesResponse,
150
153
  CreateFlowRemindsRequest,
151
154
  UpdateIntegrationEmployeesRequest,
@@ -159,6 +162,7 @@ import {
159
162
  Caller,
160
163
  DescribeFlowTemplatesResponse,
161
164
  UploadFilesRequest,
165
+ ExtendAuthInfo,
162
166
  RelieveInfo,
163
167
  CreateBatchCancelFlowUrlRequest,
164
168
  CreateMultiFlowSignQRCodeRequest,
@@ -170,6 +174,7 @@ import {
170
174
  ReleasedApprover,
171
175
  FlowBrief,
172
176
  DescribeOrganizationGroupOrganizationsResponse,
177
+ DescribeExtendedServiceAuthInfosResponse,
173
178
  CcInfo,
174
179
  } from "./ess_models"
175
180
 
@@ -486,6 +491,16 @@ callbackinfo包含: 回调地址和签名key
486
491
  return this.request("DescribeUserAutoSignStatus", req, cb)
487
492
  }
488
493
 
494
+ /**
495
+ * 查询企业扩展服务授权信息,目前支持查询:企业静默签,企业与港澳台居民签署合同,使用手机号验证签署方身份,骑缝章,批量签署能力是否已经开通
496
+ */
497
+ async DescribeExtendedServiceAuthInfos(
498
+ req: DescribeExtendedServiceAuthInfosRequest,
499
+ cb?: (error: string, rep: DescribeExtendedServiceAuthInfosResponse) => void
500
+ ): Promise<DescribeExtendedServiceAuthInfosResponse> {
501
+ return this.request("DescribeExtendedServiceAuthInfos", req, cb)
502
+ }
503
+
489
504
  /**
490
505
  * 生成子客编辑企业信息二维码
491
506
  */