tencentcloud-sdk-nodejs 4.0.295 → 4.0.298

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 (104) hide show
  1. package/CHANGELOG.md +367 -0
  2. package/SERVICE_CHANGELOG.md +419 -52
  3. package/package.json +1 -1
  4. package/products.md +25 -24
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/ame/v20190916/ame_models.ts +20 -2
  7. package/src/services/antiddos/v20200309/antiddos_models.ts +6 -1
  8. package/src/services/apigateway/v20180808/apigateway_client.ts +75 -6
  9. package/src/services/apigateway/v20180808/apigateway_models.ts +617 -45
  10. package/src/services/as/v20180419/as_models.ts +1 -1
  11. package/src/services/cam/v20190116/cam_client.ts +12 -0
  12. package/src/services/cam/v20190116/cam_models.ts +32 -2
  13. package/src/services/cdb/v20170320/cdb_models.ts +1 -1
  14. package/src/services/ckafka/v20190819/ckafka_client.ts +1 -1
  15. package/src/services/ckafka/v20190819/ckafka_models.ts +2 -2
  16. package/src/services/cloudaudit/v20190319/cloudaudit_client.ts +43 -7
  17. package/src/services/cloudaudit/v20190319/cloudaudit_models.ts +109 -64
  18. package/src/services/cls/v20201016/cls_client.ts +1 -1
  19. package/src/services/cls/v20201016/cls_models.ts +42 -25
  20. package/src/services/cpdp/v20190820/cpdp_client.ts +20 -5
  21. package/src/services/cpdp/v20190820/cpdp_models.ts +2271 -2156
  22. package/src/services/cvm/v20170312/cvm_models.ts +8 -7
  23. package/src/services/dcdb/v20180411/dcdb_client.ts +36 -12
  24. package/src/services/dcdb/v20180411/dcdb_models.ts +60 -0
  25. package/src/services/ess/index.ts +5 -0
  26. package/src/services/ess/v20201111/ess_client.ts +148 -0
  27. package/src/services/ess/v20201111/ess_models.ts +857 -0
  28. package/src/services/ess/v20201111/index.ts +6 -0
  29. package/src/services/faceid/v20180301/faceid_models.ts +4 -0
  30. package/src/services/gme/v20180711/gme_client.ts +36 -0
  31. package/src/services/gme/v20180711/gme_models.ts +126 -0
  32. package/src/services/index.ts +1 -0
  33. package/src/services/mariadb/v20170312/mariadb_client.ts +31 -7
  34. package/src/services/mariadb/v20170312/mariadb_models.ts +233 -173
  35. package/src/services/mongodb/v20190725/mongodb_models.ts +64 -43
  36. package/src/services/rum/v20210622/rum_models.ts +1 -1
  37. package/src/services/tcm/v20210413/tcm_client.ts +1 -0
  38. package/src/services/tcm/v20210413/tcm_models.ts +33 -1
  39. package/src/services/tem/v20210701/tem_models.ts +5 -0
  40. package/src/services/tsf/v20180326/tsf_client.ts +128 -15
  41. package/src/services/tsf/v20180326/tsf_models.ts +1116 -112
  42. package/src/services/vpc/v20170312/vpc_models.ts +5 -4
  43. package/tencentcloud/common/sdk_version.d.ts +1 -1
  44. package/tencentcloud/common/sdk_version.js +1 -1
  45. package/tencentcloud/services/ame/v20190916/ame_models.d.ts +17 -2
  46. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +5 -1
  47. package/tencentcloud/services/apigateway/v20180808/apigateway_client.d.ts +21 -1
  48. package/tencentcloud/services/apigateway/v20180808/apigateway_client.js +30 -0
  49. package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +520 -41
  50. package/tencentcloud/services/as/v20180419/as_models.d.ts +1 -1
  51. package/tencentcloud/services/cam/v20190116/cam_client.d.ts +5 -1
  52. package/tencentcloud/services/cam/v20190116/cam_client.js +6 -0
  53. package/tencentcloud/services/cam/v20190116/cam_models.d.ts +27 -2
  54. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +1 -1
  55. package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +1 -1
  56. package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +1 -1
  57. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +2 -2
  58. package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_client.d.ts +15 -3
  59. package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_client.js +21 -3
  60. package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_models.d.ts +91 -52
  61. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +1 -1
  62. package/tencentcloud/services/cls/v20201016/cls_client.js +1 -1
  63. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +36 -19
  64. package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +5 -1
  65. package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +6 -0
  66. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +1476 -1378
  67. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +4 -3
  68. package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +13 -5
  69. package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +18 -6
  70. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +52 -0
  71. package/tencentcloud/services/ess/index.d.ts +6 -0
  72. package/tencentcloud/services/ess/index.js +7 -0
  73. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +46 -0
  74. package/tencentcloud/services/ess/v20201111/ess_client.js +85 -0
  75. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +707 -0
  76. package/tencentcloud/services/ess/v20201111/ess_models.js +18 -0
  77. package/tencentcloud/services/ess/v20201111/index.d.ts +6 -0
  78. package/tencentcloud/services/ess/v20201111/index.js +9 -0
  79. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +4 -0
  80. package/tencentcloud/services/gme/v20180711/gme_client.d.ts +13 -1
  81. package/tencentcloud/services/gme/v20180711/gme_client.js +18 -0
  82. package/tencentcloud/services/gme/v20180711/gme_models.d.ts +107 -0
  83. package/tencentcloud/services/index.d.ts +1 -0
  84. package/tencentcloud/services/index.js +2 -0
  85. package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +9 -1
  86. package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +12 -0
  87. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +198 -146
  88. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +60 -43
  89. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +1 -1
  90. package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +28 -1
  91. package/tencentcloud/services/tem/v20210701/tem_models.d.ts +4 -0
  92. package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +37 -5
  93. package/tencentcloud/services/tsf/v20180326/tsf_client.js +54 -6
  94. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +934 -86
  95. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +3 -2
  96. package/test/apigateway.v20180808.test.js +50 -0
  97. package/test/cam.v20190116.test.js +10 -0
  98. package/test/cloudaudit.v20190319.test.js +32 -2
  99. package/test/cpdp.v20190820.test.js +10 -0
  100. package/test/dcdb.v20180411.test.js +24 -4
  101. package/test/ess.v20201111.test.js +111 -0
  102. package/test/gme.v20180711.test.js +30 -0
  103. package/test/mariadb.v20170312.test.js +20 -0
  104. package/test/tsf.v20180326.test.js +84 -4
package/products.md CHANGED
@@ -5,15 +5,15 @@
5
5
  | advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2022-02-21 08:00:44 |
6
6
  | af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2022-02-21 08:00:45 |
7
7
  | afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2022-02-21 08:00:46 |
8
- | ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2022-02-23 08:01:52 |
8
+ | ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2022-02-28 08:05:12 |
9
9
  | ams | [音频内容检测](https://cloud.tencent.com/document/product/1219) | 2022-02-21 08:00:52 |
10
- | antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2022-02-21 08:00:53 |
10
+ | antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2022-02-28 08:05:20 |
11
11
  | apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-02-21 08:01:03 |
12
12
  | ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-02-21 08:01:04 |
13
13
  | api | [云 API](https://cloud.tencent.com/document/product/1278) | 2022-02-21 08:01:06 |
14
- | apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2022-02-21 08:01:07 |
14
+ | apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2022-03-01 08:00:39 |
15
15
  | apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2022-02-21 08:01:18 |
16
- | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-02-23 08:02:26 |
16
+ | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-03-01 08:01:06 |
17
17
  | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-02-24 08:02:49 |
18
18
  | asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2022-02-21 08:01:30 |
19
19
  | ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2022-02-21 08:01:32 |
@@ -27,12 +27,12 @@
27
27
  | bmvpc | [黑石私有网络](https://cloud.tencent.com/document/product/1024) | 2022-02-21 08:01:54 |
28
28
  | bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2021-01-07 08:02:40 |
29
29
  | btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2022-02-21 08:02:02 |
30
- | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2022-02-21 08:02:04 |
30
+ | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2022-03-01 08:01:53 |
31
31
  | captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2022-02-21 08:02:12 |
32
32
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-02-21 08:02:15 |
33
33
  | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-02-21 08:02:20 |
34
34
  | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-02-21 08:02:25 |
35
- | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-02-22 08:02:38 |
35
+ | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-03-01 08:02:21 |
36
36
  | cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-02-24 08:04:07 |
37
37
  | cds | [数据安全审计](https://cloud.tencent.com/document/product/856) | 2022-02-21 08:02:59 |
38
38
  | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2022-02-21 08:03:00 |
@@ -41,25 +41,25 @@
41
41
  | cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-02-18 16:00:08 |
42
42
  | cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
43
43
  | cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
44
- | ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-02-22 08:03:38 |
44
+ | ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-03-01 08:03:20 |
45
45
  | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-02-22 08:03:47 |
46
- | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2022-02-21 08:03:41 |
46
+ | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2022-02-28 08:08:23 |
47
47
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-02-21 08:03:43 |
48
- | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-02-21 08:03:45 |
48
+ | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-03-01 08:03:44 |
49
49
  | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2022-02-21 08:03:52 |
50
50
  | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-02-21 08:04:00 |
51
51
  | cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
52
- | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-02-21 08:04:03 |
52
+ | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-02-25 08:06:26 |
53
53
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
54
- | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-02-22 08:04:45 |
54
+ | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-02-25 08:06:49 |
55
55
  | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-02-21 08:04:51 |
56
56
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
57
57
  | cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2022-02-21 08:05:19 |
58
58
  | dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2022-02-21 08:05:24 |
59
59
  | dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2022-02-21 08:05:37 |
60
60
  | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2022-02-21 08:05:42 |
61
- | dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2022-02-23 08:06:28 |
62
- | dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2022-02-21 08:05:52 |
61
+ | dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2022-03-01 08:05:34 |
62
+ | dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2022-03-01 08:05:44 |
63
63
  | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2022-02-21 08:05:57 |
64
64
  | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2022-02-21 08:06:02 |
65
65
  | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2022-02-21 08:06:06 |
@@ -74,13 +74,14 @@
74
74
  | eis | [企业集成服务](https://cloud.tencent.com/document/product/1270) | 2022-02-21 08:06:46 |
75
75
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-02-21 08:06:47 |
76
76
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-02-21 08:06:51 |
77
+ | ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-02-25 16:43:22 |
77
78
  | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-02-21 08:06:54 |
78
- | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-02-21 08:06:57 |
79
- | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-02-24 08:08:17 |
79
+ | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-02-25 08:09:04 |
80
+ | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-02-25 08:09:07 |
80
81
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2022-02-21 08:07:03 |
81
82
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2022-02-21 08:07:05 |
82
83
  | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2022-02-21 08:07:07 |
83
- | gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2022-02-24 08:08:38 |
84
+ | gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2022-03-01 08:07:22 |
84
85
  | gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-02-21 08:07:21 |
85
86
  | gs | [云游戏解决方案](https://cloud.tencent.com/document/product/1162) | 2022-02-21 08:07:24 |
86
87
  | gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2022-02-21 08:07:25 |
@@ -104,12 +105,12 @@
104
105
  | live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-02-24 08:10:24 |
105
106
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-02-21 08:09:21 |
106
107
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-02-21 08:09:21 |
107
- | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-02-22 08:09:47 |
108
+ | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-03-01 08:09:32 |
108
109
  | market | [云市场](https://cloud.tencent.com/document/product/306) | 2022-02-21 08:09:30 |
109
110
  | memcached | [云数据库 Memcached](https://cloud.tencent.com/document/product) | 2020-08-24 08:07:49 |
110
111
  | mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-02-21 08:09:31 |
111
112
  | mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2022-02-21 08:09:33 |
112
- | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-02-21 08:09:35 |
113
+ | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-02-25 08:11:43 |
113
114
  | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-02-23 08:10:23 |
114
115
  | mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2022-02-21 08:09:56 |
115
116
  | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2022-02-21 08:10:08 |
@@ -129,8 +130,8 @@
129
130
  | redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2022-02-21 08:10:46 |
130
131
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2022-02-21 08:10:55 |
131
132
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-02-21 08:10:56 |
132
- | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2022-02-22 08:11:20 |
133
- | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2022-02-22 08:11:28 |
133
+ | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2022-03-01 08:11:06 |
134
+ | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2022-03-01 08:11:15 |
134
135
  | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-02-22 08:11:38 |
135
136
  | smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2022-02-21 08:11:14 |
136
137
  | smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2022-02-21 08:11:16 |
@@ -154,12 +155,12 @@
154
155
  | tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2022-02-21 08:12:08 |
155
156
  | tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-02-21 08:12:18 |
156
157
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
157
- | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-02-21 08:12:19 |
158
+ | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-02-25 08:14:28 |
158
159
  | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2022-02-21 08:12:20 |
159
160
  | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-02-21 08:12:32 |
160
161
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2022-02-21 08:12:51 |
161
162
  | tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-02-21 08:12:52 |
162
- | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-02-21 08:13:04 |
163
+ | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-03-01 08:13:25 |
163
164
  | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2022-02-21 08:13:08 |
164
165
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
165
166
  | tic | [腾讯云IaC平台](https://cloud.tencent.com/document/product/1213) | 2022-02-21 08:13:09 |
@@ -175,14 +176,14 @@
175
176
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2022-02-21 08:13:41 |
176
177
  | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-02-21 08:13:42 |
177
178
  | tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-02-21 08:13:46 |
178
- | tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-02-24 08:15:06 |
179
+ | tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-03-01 08:14:14 |
179
180
  | tsw | [腾讯微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-02-21 08:14:10 |
180
181
  | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2022-02-21 08:14:11 |
181
182
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2022-02-21 08:14:12 |
182
183
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-02-21 08:14:15 |
183
184
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-02-21 08:14:16 |
184
185
  | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-02-21 08:14:18 |
185
- | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-02-24 08:15:58 |
186
+ | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-02-28 08:19:45 |
186
187
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-02-21 08:15:09 |
187
188
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-02-21 08:15:12 |
188
189
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.295"
1
+ export const sdkVersion = "4.0.298"
@@ -245,6 +245,11 @@ export interface KTVMusicDetailInfo {
245
245
  * 副歌片段数据列表
246
246
  */
247
247
  ChorusClipSet: Array<ChorusClip>
248
+
249
+ /**
250
+ * 前奏间隔,单位:毫秒;注:若参数返回为0则无人声部分
251
+ */
252
+ PreludeInterval: number
248
253
  }
249
254
 
250
255
  /**
@@ -894,6 +899,11 @@ export interface DescribeKTVMusicDetailResponse {
894
899
  */
895
900
  ChorusClipSet: Array<ChorusClip>
896
901
 
902
+ /**
903
+ * 前奏间隔,单位:毫秒;注:若参数返回为0则无人声部分
904
+ */
905
+ PreludeInterval: number
906
+
897
907
  /**
898
908
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
899
909
  */
@@ -1383,15 +1393,23 @@ export interface SetPlaylistCommandInput {
1383
1393
  * 变更类型,取值有:
1384
1394
  <li>Add:添加</li>
1385
1395
  <li>Delete:删除</li>
1396
+ <li>ClearList:清空歌曲列表</li>
1397
+ <li>Move:移动歌曲</li>
1386
1398
  */
1387
1399
  Type: string
1388
1400
 
1389
1401
  /**
1390
1402
  * 歌单索引位置,
1391
1403
  当 Type 取 Add 时,-1表示添加在列表最后位置,大于-1表示要添加的位置;
1392
- 当 Type 取 Delete 时,表示要删除的位置。
1404
+ 当 Type 取 Delete 时,表示待删除歌曲的位置;
1405
+ 当 Type 取 Move 时,表示待调整歌曲的位置。
1393
1406
  */
1394
- Index: number
1407
+ Index?: number
1408
+
1409
+ /**
1410
+ * 当 Type 取 Move 时,必填,表示移动歌曲的目标位置。
1411
+ */
1412
+ ChangedIndex?: number
1395
1413
 
1396
1414
  /**
1397
1415
  * 歌曲 ID 列表,当 Type 取 Add 时,必填。
@@ -2944,9 +2944,14 @@ export interface AssociateDDoSEipLoadBalancerRequest {
2944
2944
  LoadBalancerID: string
2945
2945
 
2946
2946
  /**
2947
- * Clb所在地域,例如:ap-hongkong。
2947
+ * CLB所在地域,例如:ap-hongkong。
2948
2948
  */
2949
2949
  LoadBalancerRegion: string
2950
+
2951
+ /**
2952
+ * CLB内网IP
2953
+ */
2954
+ Vip?: string
2950
2955
  }
2951
2956
 
2952
2957
  /**
@@ -41,22 +41,27 @@ import {
41
41
  ServiceEnvironmentStrategy,
42
42
  ApiInfo,
43
43
  TargetServicesReq,
44
- ServiceEnvironmentSet,
44
+ DescribeUsagePlansStatusRequest,
45
45
  TsfLoadBalanceConfResp,
46
46
  CreateIPStrategyRequest,
47
47
  IPStrategy,
48
48
  DescribeUsagePlansStatusResponse,
49
49
  HealthCheckConf,
50
+ DeleteUpstreamRequest,
50
51
  Plugin,
51
52
  UnbindApiAppResponse,
53
+ ModifyUpstreamRequest,
52
54
  DescribeApiUsagePlanResponse,
53
55
  DeleteIPStrategyRequest,
54
56
  DescribeApiAppRequest,
55
57
  DescribePluginResponse,
58
+ DescribeUpstreamBindApisRequest,
56
59
  DescribeExclusiveInstancesResponse,
60
+ K8sService,
57
61
  DeleteUsagePlanRequest,
58
62
  DeleteServiceRequest,
59
63
  DescribeApiEnvironmentStrategyRequest,
64
+ UpstreamHealthCheckerReqHeaders,
60
65
  DescribeServiceForApiAppResponse,
61
66
  ServiceConfig,
62
67
  DeleteApiAppResponse,
@@ -92,7 +97,7 @@ import {
92
97
  CreateApiResponse,
93
98
  DescribeIPStrategyApisStatusRequest,
94
99
  ModifyIPStrategyResponse,
95
- OauthConfig,
100
+ DescribeUpstreamInfo,
96
101
  ModifyApiEnvironmentStrategyRequest,
97
102
  NetworkConfig,
98
103
  ServiceReleaseHistory,
@@ -103,6 +108,7 @@ import {
103
108
  Base64EncodedTriggerRule,
104
109
  RequestConfig,
105
110
  DeleteApiKeyResponse,
111
+ UpstreamInfo,
106
112
  ModifyExclusiveInstanceRequest,
107
113
  UsagePlan,
108
114
  DescribeServiceReleaseVersionRequest,
@@ -110,6 +116,7 @@ import {
110
116
  DescribeLogSearchResponse,
111
117
  ModifyAPIDocRequest,
112
118
  UnBindIPStrategyRequest,
119
+ DescribeUpstreamsResponse,
113
120
  DescribePluginApisRequest,
114
121
  ResponseErrorCodeReq,
115
122
  CreateServiceRequest,
@@ -132,7 +139,7 @@ import {
132
139
  ParameterInfo,
133
140
  UsagePlanBindSecret,
134
141
  DeleteApiKeyRequest,
135
- ModifyApiEnvironmentStrategyResponse,
142
+ DescribeIPStrategyApisStatusResponse,
136
143
  ModifyApiAppResponse,
137
144
  UpdateApiAppKeyRequest,
138
145
  DomainSetList,
@@ -148,6 +155,7 @@ import {
148
155
  ApiIdStatus,
149
156
  CreateApiRequest,
150
157
  DescribeServiceEnvironmentStrategyRequest,
158
+ DescribeUpstreamBindApisResponse,
151
159
  ReleaseServiceRequest,
152
160
  DeleteServiceResponse,
153
161
  DescribeServiceEnvironmentReleaseHistoryResponse,
@@ -157,6 +165,7 @@ import {
157
165
  ServiceReleaseHistoryInfo,
158
166
  CreatePluginResponse,
159
167
  ModifyExclusiveInstanceResponse,
168
+ K8sLabel,
160
169
  DescribePluginsResponse,
161
170
  ReleaseServiceResponse,
162
171
  APIDocInfo,
@@ -164,7 +173,7 @@ import {
164
173
  ModifyApiIncrementRequest,
165
174
  GenerateApiDocumentRequest,
166
175
  ServiceUsagePlanSet,
167
- DescribeIPStrategyApisStatusResponse,
176
+ CreateUpstreamRequest,
168
177
  ModifyServiceEnvironmentStrategyResponse,
169
178
  UpdateApiKeyResponse,
170
179
  DescribeApiBindApiAppsStatusRequest,
@@ -179,6 +188,7 @@ import {
179
188
  DescribeServiceSubDomainMappingsRequest,
180
189
  DescribeApiAppResponse,
181
190
  DescribeServiceSubDomainMappingsResponse,
191
+ OauthConfig,
182
192
  DescribeApiAppsStatusResponse,
183
193
  ServiceSubDomainMappings,
184
194
  DescribeApiKeyRequest,
@@ -188,20 +198,21 @@ import {
188
198
  UsagePlanBindSecretStatus,
189
199
  DeleteServiceSubDomainMappingResponse,
190
200
  CreateApiKeyResponse,
191
- DescribeUsagePlansStatusRequest,
201
+ DescribeUpstreamsRequest,
192
202
  UsagePlanEnvironment,
193
203
  ModifyIPStrategyRequest,
194
204
  ModifyPluginResponse,
195
205
  UnBindSecretIdsRequest,
196
206
  DescribeApiRequest,
197
207
  VpcConfig,
198
- UnBindSecretIdsResponse,
208
+ CreateUpstreamResponse,
199
209
  ResetAPIDocPasswordRequest,
200
210
  ApiUsagePlan,
201
211
  BuildAPIDocRequest,
202
212
  DescribeAPIDocsResponse,
203
213
  DetachPluginResponse,
204
214
  DeletePluginResponse,
215
+ DescribeUpstreamBindApis,
205
216
  ModifyServiceEnvironmentStrategyRequest,
206
217
  CreateAPIDocRequest,
207
218
  DescribeApiAppBindApisStatusResponse,
@@ -212,6 +223,7 @@ import {
212
223
  DescribeServiceSubDomainsResponse,
213
224
  AttachPluginRequest,
214
225
  DescribeServiceForApiAppRequest,
226
+ ModifyApiEnvironmentStrategyResponse,
215
227
  BindSubDomainRequest,
216
228
  ApiAppInfos,
217
229
  IPStrategyApiStatus,
@@ -233,23 +245,28 @@ import {
233
245
  DeleteIPStrategyResponse,
234
246
  ApiInfoSummary,
235
247
  ApiKey,
248
+ BindApiInfo,
236
249
  ApiAppApiInfo,
237
250
  DescribeUsagePlanResponse,
238
251
  UnBindEnvironmentRequest,
239
252
  AttachPluginResponse,
240
253
  BindEnvironmentRequest,
254
+ ModifyUpstreamResponse,
241
255
  DescribeIPStrategyRequest,
242
256
  DescribeApiForApiAppResponse,
243
257
  EnvironmentStrategy,
244
258
  InstanceParameterInput,
245
259
  DescribeUsagePlanEnvironmentsRequest,
246
260
  DescribeServiceReleaseVersionResponse,
261
+ UpstreamNode,
247
262
  ApiAppApiInfos,
263
+ DeleteUpstreamResponse,
248
264
  UpdateServiceResponse,
249
265
  UsagePlanInfo,
250
266
  DescribeServiceEnvironmentReleaseHistoryRequest,
251
267
  UnbindApiAppRequest,
252
268
  ReleaseService,
269
+ ServiceEnvironmentSet,
253
270
  CreateServiceResponse,
254
271
  DeleteAPIDocResponse,
255
272
  DescribeServiceEnvironmentStrategyResponse,
@@ -268,11 +285,13 @@ import {
268
285
  DescribeIPStrategysStatusResponse,
269
286
  UpdateApiAppKeyResponse,
270
287
  InstanceDetail,
288
+ UnBindSecretIdsResponse,
271
289
  CreateApiAppRequest,
272
290
  EnableApiKeyRequest,
273
291
  ResetAPIDocPasswordResponse,
274
292
  DescribeServicesStatusRequest,
275
293
  RequestParameter,
294
+ UpstreamHealthChecker,
276
295
  InstanceChargePrepaid,
277
296
  ServiceReleaseVersion,
278
297
  DescribeServicesStatusResponse,
@@ -501,6 +520,16 @@ API 网关可绑定自定义域名到服务,并且可以对自定义域名的
501
520
  return this.request("DescribeApiApp", req, cb)
502
521
  }
503
522
 
523
+ /**
524
+ * 查询VPC通道列表详情
525
+ */
526
+ async DescribeUpstreams(
527
+ req: DescribeUpstreamsRequest,
528
+ cb?: (error: string, rep: DescribeUpstreamsResponse) => void
529
+ ): Promise<DescribeUpstreamsResponse> {
530
+ return this.request("DescribeUpstreams", req, cb)
531
+ }
532
+
504
533
  /**
505
534
  * 本接口(DescribeApi)用于查询用户 API 网关的 API 接口的详细信息。​
506
535
  */
@@ -676,6 +705,16 @@ API 网关可绑定自定义域名到服务,并且可以对自定义域名的
676
705
  return this.request("DescribeIPStrategy", req, cb)
677
706
  }
678
707
 
708
+ /**
709
+ * 修改VPC通道
710
+ */
711
+ async ModifyUpstream(
712
+ req: ModifyUpstreamRequest,
713
+ cb?: (error: string, rep: ModifyUpstreamResponse) => void
714
+ ): Promise<ModifyUpstreamResponse> {
715
+ return this.request("ModifyUpstream", req, cb)
716
+ }
717
+
679
718
  /**
680
719
  * 本接口(DescribeServiceReleaseVersion)查询一个服务下面所有已经发布的版本列表。
681
720
  用户在发布服务时,常有多个版本发布,可使用本接口查询已发布的版本。
@@ -908,6 +947,16 @@ API 网关可绑定自定义域名到服务,并且可以对自定义域名的
908
947
  return this.request("ModifyExclusiveInstance", req, cb)
909
948
  }
910
949
 
950
+ /**
951
+ * 用于创建创建VPC通道
952
+ */
953
+ async CreateUpstream(
954
+ req: CreateUpstreamRequest,
955
+ cb?: (error: string, rep: CreateUpstreamResponse) => void
956
+ ): Promise<CreateUpstreamResponse> {
957
+ return this.request("CreateUpstream", req, cb)
958
+ }
959
+
911
960
  /**
912
961
  * 本接口(DescribeUsagePlanEnvironments)用于查询使用计划绑定的环境列表。
913
962
  用户在绑定了某个使用计划到环境后,可使用本接口查询这个使用计划绑定的所有服务的环境。
@@ -949,6 +998,16 @@ API 网关可绑定自定义域名到服务,并且可以对自定义域名的
949
998
  return this.request("DescribeServiceEnvironmentList", req, cb)
950
999
  }
951
1000
 
1001
+ /**
1002
+ * 删除VPC通道,需要注意有api绑定时,不允许删除
1003
+ */
1004
+ async DeleteUpstream(
1005
+ req: DeleteUpstreamRequest,
1006
+ cb?: (error: string, rep: DeleteUpstreamResponse) => void
1007
+ ): Promise<DeleteUpstreamResponse> {
1008
+ return this.request("DeleteUpstream", req, cb)
1009
+ }
1010
+
952
1011
  /**
953
1012
  * 本接口(UnBindSubDomain)用于解绑自定义域名。
954
1013
  用户使用 API 网关绑定了自定义域名到服务中后,若想要解绑此自定义域名,可使用此接口。
@@ -992,6 +1051,16 @@ API 网关可绑定自定义域名到服务,并且可以对自定义域名的
992
1051
  return this.request("DescribeApiKey", req, cb)
993
1052
  }
994
1053
 
1054
+ /**
1055
+ * 查询VPC通道绑定的api列表
1056
+ */
1057
+ async DescribeUpstreamBindApis(
1058
+ req: DescribeUpstreamBindApisRequest,
1059
+ cb?: (error: string, rep: DescribeUpstreamBindApisResponse) => void
1060
+ ): Promise<DescribeUpstreamBindApisResponse> {
1061
+ return this.request("DescribeUpstreamBindApis", req, cb)
1062
+ }
1063
+
995
1064
  /**
996
1065
  * 本接口(ReleaseService)用于发布服务。
997
1066
  API 网关的服务创建后,需要发布到某个环境方生效后,使用者才能进行调用,此接口用于发布服务到环境,如 release 环境。