tencentcloud-sdk-nodejs 4.0.465 → 4.0.467

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 (99) hide show
  1. package/CHANGELOG.md +720 -0
  2. package/SERVICE_CHANGELOG.md +846 -5
  3. package/package.json +1 -1
  4. package/products.md +29 -29
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/antiddos/v20200309/antiddos_models.ts +10 -0
  7. package/src/services/ccc/v20200210/ccc_client.ts +1 -0
  8. package/src/services/ccc/v20200210/ccc_models.ts +20 -0
  9. package/src/services/cdn/v20180606/cdn_client.ts +5 -3
  10. package/src/services/cdn/v20180606/cdn_models.ts +75 -24
  11. package/src/services/cfw/v20190904/cfw_client.ts +1 -1
  12. package/src/services/cfw/v20190904/cfw_models.ts +19 -19
  13. package/src/services/ckafka/v20190819/ckafka_models.ts +31 -2
  14. package/src/services/clb/v20180317/clb_models.ts +2 -2
  15. package/src/services/cls/v20201016/cls_models.ts +9 -0
  16. package/src/services/cpdp/v20190820/cpdp_client.ts +34 -3
  17. package/src/services/cpdp/v20190820/cpdp_models.ts +719 -134
  18. package/src/services/cwp/v20180228/cwp_models.ts +18 -0
  19. package/src/services/dc/v20180410/dc_models.ts +1 -1
  20. package/src/services/emr/v20190103/emr_models.ts +1 -1
  21. package/src/services/es/v20180416/es_models.ts +24 -1
  22. package/src/services/ess/v20201111/ess_client.ts +2 -1
  23. package/src/services/ess/v20201111/ess_models.ts +93 -73
  24. package/src/services/essbasic/v20210526/essbasic_client.ts +22 -6
  25. package/src/services/essbasic/v20210526/essbasic_models.ts +173 -95
  26. package/src/services/ie/v20200304/ie_models.ts +6 -1
  27. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +28 -0
  28. package/src/services/ivld/v20210903/ivld_models.ts +6 -0
  29. package/src/services/live/v20180801/live_client.ts +5 -4
  30. package/src/services/live/v20180801/live_models.ts +4 -3
  31. package/src/services/mariadb/v20170312/mariadb_client.ts +42 -6
  32. package/src/services/mariadb/v20170312/mariadb_models.ts +115 -0
  33. package/src/services/privatedns/v20201028/privatedns_client.ts +12 -0
  34. package/src/services/privatedns/v20201028/privatedns_models.ts +45 -0
  35. package/src/services/ses/v20201002/ses_models.ts +5 -0
  36. package/src/services/tag/v20180813/tag_client.ts +32 -8
  37. package/src/services/tag/v20180813/tag_models.ts +86 -16
  38. package/src/services/tcss/v20201101/tcss_client.ts +39 -14
  39. package/src/services/tcss/v20201101/tcss_models.ts +178 -17
  40. package/src/services/tem/v20210701/tem_client.ts +1 -0
  41. package/src/services/tem/v20210701/tem_models.ts +257 -0
  42. package/src/services/teo/v20220901/teo_models.ts +31 -5
  43. package/src/services/trp/v20210515/trp_models.ts +3 -3
  44. package/src/services/tse/v20201207/tse_client.ts +1 -0
  45. package/src/services/tse/v20201207/tse_models.ts +23 -1
  46. package/tencentcloud/common/sdk_version.d.ts +1 -1
  47. package/tencentcloud/common/sdk_version.js +1 -1
  48. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +8 -0
  49. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +17 -0
  50. package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +3 -3
  51. package/tencentcloud/services/cdn/v20180606/cdn_client.js +2 -2
  52. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +65 -21
  53. package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +1 -1
  54. package/tencentcloud/services/cfw/v20190904/cfw_client.js +1 -1
  55. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +19 -19
  56. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +26 -2
  57. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +2 -2
  58. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +8 -0
  59. package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +9 -1
  60. package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +12 -0
  61. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +599 -107
  62. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +15 -0
  63. package/tencentcloud/services/dc/v20180410/dc_models.d.ts +1 -1
  64. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +1 -1
  65. package/tencentcloud/services/es/v20180416/es_models.d.ts +20 -1
  66. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -1
  67. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +78 -61
  68. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +9 -2
  69. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +10 -1
  70. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +149 -82
  71. package/tencentcloud/services/ie/v20200304/ie_models.d.ts +5 -1
  72. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +23 -0
  73. package/tencentcloud/services/ivld/v20210903/ivld_models.d.ts +5 -0
  74. package/tencentcloud/services/live/v20180801/live_client.d.ts +5 -4
  75. package/tencentcloud/services/live/v20180801/live_client.js +5 -4
  76. package/tencentcloud/services/live/v20180801/live_models.d.ts +4 -3
  77. package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +15 -3
  78. package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +21 -3
  79. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +98 -0
  80. package/tencentcloud/services/privatedns/v20201028/privatedns_client.d.ts +5 -1
  81. package/tencentcloud/services/privatedns/v20201028/privatedns_client.js +6 -0
  82. package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +38 -0
  83. package/tencentcloud/services/ses/v20201002/ses_models.d.ts +4 -0
  84. package/tencentcloud/services/tag/v20180813/tag_client.d.ts +11 -3
  85. package/tencentcloud/services/tag/v20180813/tag_client.js +15 -3
  86. package/tencentcloud/services/tag/v20180813/tag_models.d.ts +74 -14
  87. package/tencentcloud/services/tcss/v20201101/tcss_client.d.ts +14 -6
  88. package/tencentcloud/services/tcss/v20201101/tcss_client.js +18 -6
  89. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +152 -16
  90. package/tencentcloud/services/tem/v20210701/tem_models.d.ts +214 -0
  91. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +27 -5
  92. package/tencentcloud/services/trp/v20210515/trp_models.d.ts +3 -3
  93. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +20 -1
  94. package/test/cpdp.v20190820.test.js +20 -0
  95. package/test/essbasic.v20210526.test.js +10 -0
  96. package/test/mariadb.v20170312.test.js +32 -2
  97. package/test/privatedns.v20201028.test.js +10 -0
  98. package/test/tag.v20180813.test.js +22 -2
  99. package/test/tcss.v20201101.test.js +24 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.465",
3
+ "version": "4.0.467",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -8,7 +8,7 @@
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-10-19 06:07:20 |
11
- | antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2022-09-12 06:07:03 |
11
+ | antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2022-10-26 06:07:49 |
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 |
@@ -24,7 +24,7 @@
24
24
  | billing | [计费相关](https://cloud.tencent.com/document/product/555) | 2022-08-15 06:09:23 |
25
25
  | bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
26
26
  | bm | [黑石物理服务器1.0](https://cloud.tencent.com/document/product/386) | 2022-08-09 11:50:03 |
27
- | bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2022-10-19 17:32:07 |
27
+ | bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2022-10-24 14:26:38 |
28
28
  | bmeip | [黑石弹性公网IP](https://cloud.tencent.com/document/product/1028) | 2022-04-19 06:04:56 |
29
29
  | bmlb | [黑石负载均衡](https://cloud.tencent.com/document/product/1027) | 2022-04-04 06:09:37 |
30
30
  | bmvpc | [黑石私有网络](https://cloud.tencent.com/document/product/1024) | 2022-04-15 06:02:36 |
@@ -38,32 +38,32 @@
38
38
  | casb | [云数据加密代理网关](https://cloud.tencent.com/document/product/1303) | 2022-04-04 06:11:55 |
39
39
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-09-15 11:03:22 |
40
40
  | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-10-14 06:13:09 |
41
- | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-09-22 06:12:48 |
41
+ | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-10-26 06:15:12 |
42
42
  | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-10-11 06:14:09 |
43
43
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2022-07-30 15:07:54 |
44
- | cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-09-30 06:15:35 |
44
+ | cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-10-25 06:16:59 |
45
45
  | cds | [数据安全审计](https://cloud.tencent.com/document/product/856) | 2022-04-04 06:17:07 |
46
46
  | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2022-09-26 06:16:02 |
47
47
  | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2022-09-07 06:15:13 |
48
- | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2022-09-20 06:15:17 |
48
+ | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2022-10-25 06:18:27 |
49
49
  | chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2022-07-04 06:04:36 |
50
50
  | ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2022-09-27 06:14:52 |
51
51
  | cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-06-27 06:06:02 |
52
52
  | cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
53
53
  | cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
54
- | ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-10-20 06:14:29 |
55
- | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-09-22 06:16:46 |
54
+ | ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-10-25 06:19:36 |
55
+ | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-10-26 06:20:13 |
56
56
  | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2022-07-08 06:05:30 |
57
57
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-06-22 06:04:38 |
58
58
  | cloudstudio | [云端 IDE](https://cloud.tencent.com/document/product/1039) | 2022-09-28 17:57:07 |
59
- | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-10-13 06:17:18 |
59
+ | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-10-26 06:21:36 |
60
60
  | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2022-08-24 06:19:05 |
61
61
  | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-10-17 06:17:26 |
62
62
  | cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
63
- | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-10-20 06:16:38 |
63
+ | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-10-26 06:23:03 |
64
64
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
65
65
  | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-10-12 06:23:14 |
66
- | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-10-24 06:23:41 |
66
+ | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-10-26 06:25:43 |
67
67
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
68
68
  | cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2022-10-17 13:57:08 |
69
69
  | dasb | [堡垒机](https://cloud.tencent.com/document/product/1025) | 2022-08-16 06:19:02 |
@@ -71,7 +71,7 @@
71
71
  | dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2022-07-29 06:07:15 |
72
72
  | dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2022-09-29 06:25:38 |
73
73
  | dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2022-07-27 06:08:38 |
74
- | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2022-10-14 06:25:18 |
74
+ | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2022-10-26 06:29:47 |
75
75
  | dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2022-08-31 06:24:58 |
76
76
  | dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2022-09-14 06:20:02 |
77
77
  | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2022-09-16 06:21:57 |
@@ -86,10 +86,10 @@
86
86
  | ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2022-09-09 06:24:10 |
87
87
  | eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2022-05-13 06:11:29 |
88
88
  | eis | [企业集成服务](https://cloud.tencent.com/document/product/1270) | 2022-08-16 06:23:41 |
89
- | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-09-06 06:30:34 |
90
- | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-09-28 06:30:23 |
91
- | ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-10-21 06:26:34 |
92
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-10-21 06:26:44 |
89
+ | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-10-25 06:33:28 |
90
+ | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-10-25 06:33:48 |
91
+ | ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-10-26 06:35:22 |
92
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-10-26 06:35:40 |
93
93
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-06-15 06:09:10 |
94
94
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-10-17 06:26:28 |
95
95
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2022-04-04 06:43:06 |
@@ -104,25 +104,25 @@
104
104
  | iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2022-09-19 06:31:39 |
105
105
  | ic | [物联卡](https://cloud.tencent.com/document/product/636) | 2022-08-30 06:33:17 |
106
106
  | icr | [对话机器人](https://cloud.tencent.com/document/product/1268) | 2022-04-13 06:46:31 |
107
- | ie | [智能编辑](https://cloud.tencent.com/document/product/1186) | 2022-07-06 06:13:46 |
107
+ | ie | [智能编辑](https://cloud.tencent.com/document/product/1186) | 2022-10-25 06:37:05 |
108
108
  | iecp | [物联网边缘计算平台](https://cloud.tencent.com/document/product/1118) | 2022-04-12 06:15:04 |
109
109
  | iir | [智能识图](https://cloud.tencent.com/document/product/1217) | 2022-04-04 06:48:05 |
110
110
  | ims | [图片内容安全](https://cloud.tencent.com/document/product/1125) | 2022-09-29 06:34:25 |
111
111
  | iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2022-04-04 06:48:08 |
112
112
  | iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2022-08-16 06:27:22 |
113
- | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2022-09-12 06:28:33 |
113
+ | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2022-10-25 06:38:53 |
114
114
  | iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2022-04-04 06:49:46 |
115
115
  | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2022-10-18 06:34:47 |
116
116
  | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-08-11 06:37:02 |
117
117
  | irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2022-08-19 06:27:03 |
118
- | ivld | [视频智能标签](https://cloud.tencent.com/document/product/1509) | 2022-09-20 19:36:34 |
118
+ | ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2022-10-25 19:11:18 |
119
119
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2022-08-05 06:26:44 |
120
120
  | lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2022-10-19 06:31:50 |
121
121
  | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-09-14 06:27:13 |
122
- | live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-10-20 06:30:31 |
122
+ | live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-10-26 06:45:09 |
123
123
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
124
124
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
125
- | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-10-13 06:35:29 |
125
+ | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-10-26 06:46:25 |
126
126
  | market | [云市场](https://cloud.tencent.com/document/product/306) | 2022-04-04 06:57:43 |
127
127
  | memcached | [云数据库 Memcached](https://cloud.tencent.com/document/product/241) | 2022-04-04 06:57:44 |
128
128
  | mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
@@ -143,8 +143,8 @@
143
143
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2022-09-05 06:41:45 |
144
144
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-04-04 07:02:02 |
145
145
  | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2022-09-23 06:42:05 |
146
- | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2022-09-19 06:43:11 |
147
- | pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2022-10-20 06:35:28 |
146
+ | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2022-10-26 06:52:45 |
147
+ | pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2022-10-25 06:49:31 |
148
148
  | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2022-09-23 06:43:17 |
149
149
  | redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2022-10-18 06:44:04 |
150
150
  | region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2022-07-27 21:10:02 |
@@ -152,7 +152,7 @@
152
152
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
153
153
  | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2022-10-10 06:36:43 |
154
154
  | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2022-09-30 06:49:15 |
155
- | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-10-19 06:39:14 |
155
+ | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-10-26 06:55:19 |
156
156
  | smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2022-10-19 06:39:28 |
157
157
  | smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2022-04-04 07:05:41 |
158
158
  | sms | [短信](https://cloud.tencent.com/document/product/382) | 2022-08-17 06:36:01 |
@@ -165,7 +165,7 @@
165
165
  | ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2022-10-20 06:38:33 |
166
166
  | sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2022-07-07 06:15:25 |
167
167
  | taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2022-09-12 06:39:19 |
168
- | tag | [标签](https://cloud.tencent.com/document/product/651) | 2022-09-05 06:46:56 |
168
+ | tag | [标签](https://cloud.tencent.com/document/product/651) | 2022-10-26 06:58:19 |
169
169
  | tan | [碳引擎](https://cloud.tencent.com/document/product/1498) | 2022-07-19 06:17:34 |
170
170
  | tat | [腾讯云自动化助手](https://cloud.tencent.com/document/product/1340) | 2022-04-08 06:12:44 |
171
171
  | tav | [文件检测](https://cloud.tencent.com/document/product) | 2019-11-28 22:10:04 |
@@ -179,13 +179,13 @@
179
179
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
180
180
  | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-10-21 06:44:08 |
181
181
  | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2022-09-26 06:53:07 |
182
- | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-10-21 06:44:56 |
182
+ | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-10-26 07:01:49 |
183
183
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-10-21 06:47:14 |
184
184
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2022-04-04 07:15:50 |
185
185
  | tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-10-17 06:45:52 |
186
186
  | tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2022-10-10 06:42:56 |
187
- | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-09-28 06:54:52 |
188
- | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-10-20 06:52:24 |
187
+ | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-10-25 07:01:06 |
188
+ | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-10-25 07:02:19 |
189
189
  | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2022-10-21 06:49:31 |
190
190
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
191
191
  | tic | [腾讯云IaC平台](https://cloud.tencent.com/document/product/1213) | 2022-04-04 07:16:52 |
@@ -199,9 +199,9 @@
199
199
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
200
200
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-04-04 07:18:11 |
201
201
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2022-08-31 06:55:53 |
202
- | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2022-10-20 06:56:09 |
202
+ | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2022-10-26 07:10:48 |
203
203
  | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-10-19 15:31:57 |
204
- | tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-10-12 07:03:55 |
204
+ | tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-10-25 07:07:46 |
205
205
  | tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-10-11 07:02:55 |
206
206
  | tsw | [腾讯微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-04-04 07:22:40 |
207
207
  | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2022-09-08 06:47:44 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.465"
1
+ export const sdkVersion = "4.0.467"
@@ -681,6 +681,16 @@ export interface DescribeListBGPInstancesRequest {
681
681
  */
682
682
  FilterEnterpriseFlag?: number
683
683
 
684
+ /**
685
+ * 轻量版搜索
686
+ */
687
+ FilterLightFlag?: number
688
+
689
+ /**
690
+ * 定制版搜索
691
+ */
692
+ FilterChannelFlag?: number
693
+
684
694
  /**
685
695
  * 标签搜索
686
696
  */
@@ -76,6 +76,7 @@ import {
76
76
  DescribeTelCallInfoResponse,
77
77
  SkillGroupInfoItem,
78
78
  StopAutoCalloutTaskResponse,
79
+ Variable,
79
80
  CreateCallOutSessionRequest,
80
81
  StaffStatusMetrics,
81
82
  BindStaffSkillGroupListResponse,
@@ -155,6 +155,11 @@ export interface CreateAutoCalloutTaskRequest {
155
155
  * 最大尝试次数
156
156
  */
157
157
  Tries?: number
158
+
159
+ /**
160
+ * 自定义变量(仅高级版支持)
161
+ */
162
+ Variables?: Array<Variable>
158
163
  }
159
164
 
160
165
  /**
@@ -1844,6 +1849,21 @@ export interface StopAutoCalloutTaskResponse {
1844
1849
  RequestId?: string
1845
1850
  }
1846
1851
 
1852
+ /**
1853
+ * 变量
1854
+ */
1855
+ export interface Variable {
1856
+ /**
1857
+ * 变量名
1858
+ */
1859
+ Key: string
1860
+
1861
+ /**
1862
+ * 变量值
1863
+ */
1864
+ Value: string
1865
+ }
1866
+
1847
1867
  /**
1848
1868
  * CreateCallOutSession请求参数结构体
1849
1869
  */
@@ -108,7 +108,7 @@ import {
108
108
  ReportData,
109
109
  AdvanceHttps,
110
110
  DescribePurgeQuotaResponse,
111
- DescribeTrafficPackagesRequest,
111
+ AvifAdapter,
112
112
  RemoteAuthenticationRule,
113
113
  PurgePathCacheResponse,
114
114
  DescribeTopDataRequest,
@@ -201,6 +201,7 @@ import {
201
201
  DescribePushQuotaResponse,
202
202
  Authentication,
203
203
  CreateClsLogTopicResponse,
204
+ MaxAgeCodeRule,
204
205
  ScdnAclRule,
205
206
  DomainFilter,
206
207
  DescribePurgeQuotaRequest,
@@ -221,6 +222,7 @@ import {
221
222
  DescribeReportDataResponse,
222
223
  ListClsTopicDomainsResponse,
223
224
  Ipv6,
225
+ DescribeTrafficPackagesRequest,
224
226
  ManageClsTopicDomainsResponse,
225
227
  OverseaConfig,
226
228
  AdvancedCache,
@@ -730,7 +732,7 @@ export class Client extends AbstractClient {
730
732
  }
731
733
 
732
734
  /**
733
- * DescribeImageConfig 用于获取域名图片优化的当前配置,支持Webp、TPG 和 Guetzli
735
+ * DescribeImageConfig 用于获取域名图片优化的当前配置,支持Webp、TPG Guetzli Avif
734
736
  */
735
737
  async DescribeImageConfig(
736
738
  req: DescribeImageConfigRequest,
@@ -986,7 +988,7 @@ export class Client extends AbstractClient {
986
988
  }
987
989
 
988
990
  /**
989
- * UpdateImageConfig 用于更新控制台图片优化的相关配置,支持Webp、TPG 和 Guetzli
991
+ * UpdateImageConfig 用于更新控制台图片优化的相关配置,支持Webp、TPG Guetzli Avif
990
992
  */
991
993
  async UpdateImageConfig(
992
994
  req: UpdateImageConfigRequest,
@@ -95,8 +95,9 @@ DefenceMode映射如下:
95
95
  */
96
96
  export interface DescribeCdnDomainLogsResponse {
97
97
  /**
98
- * 日志包下载链接
99
- */
98
+ * 日志包下载链接。
99
+ 下载内容是gz后缀的压缩包,解压后是无扩展名的文本文件。
100
+ */
100
101
  DomainLogs: Array<DomainLog>
101
102
 
102
103
  /**
@@ -175,6 +176,12 @@ export interface ImageOptimization {
175
176
  注意:此字段可能返回 null,表示取不到有效值。
176
177
  */
177
178
  GuetzliAdapter: GuetzliAdapter
179
+
180
+ /**
181
+ * AvifAdapter配置
182
+ 注意:此字段可能返回 null,表示取不到有效值。
183
+ */
184
+ AvifAdapter: AvifAdapter
178
185
  }
179
186
 
180
187
  /**
@@ -216,8 +223,8 @@ global:同时获取境内、境外加速日志包下载链接(分开打包
216
223
  Area?: string
217
224
 
218
225
  /**
219
- * 指定下载日志的类型。
220
- access:获取访问日志
226
+ * 指定下载日志的类型,目前仅支持访问日志(access)。
227
+ access:访问日志
221
228
  */
222
229
  LogType?: string
223
230
  }
@@ -2280,6 +2287,12 @@ off:关闭
2280
2287
  注意:此字段可能返回 null,表示取不到有效值。
2281
2288
  */
2282
2289
  MaxAgeRules?: Array<MaxAgeRule>
2290
+
2291
+ /**
2292
+ * MaxAge 状态码相关规则
2293
+ 注意:此字段可能返回 null,表示取不到有效值。
2294
+ */
2295
+ MaxAgeCodeRule?: MaxAgeCodeRule
2283
2296
  }
2284
2297
 
2285
2298
  /**
@@ -2784,29 +2797,14 @@ export interface DescribePurgeQuotaResponse {
2784
2797
  }
2785
2798
 
2786
2799
  /**
2787
- * DescribeTrafficPackages请求参数结构体
2800
+ * 图片优化-AvifAdapter配置
2788
2801
  */
2789
- export interface DescribeTrafficPackagesRequest {
2790
- /**
2791
- * 分页查询起始地址,默认 0
2792
- */
2793
- Offset?: number
2794
-
2802
+ export interface AvifAdapter {
2795
2803
  /**
2796
- * 分页查询记录个数,默认100,最大1000
2797
- */
2798
- Limit?: number
2799
-
2800
- /**
2801
- * 流量包排序方式,支持以下值:
2802
- expireTimeDesc:默认值,按过期时间倒序
2803
- expireTimeAsc:按过期时间正序
2804
- createTimeDesc:按创建时间倒序
2805
- createTimeAsc:按创建时间正序
2806
- status:按状态排序,正常抵扣>未生效>已用尽>已过期
2807
- channel:按来源排序,主动购买>自动续订>CDN赠送
2804
+ * 开关,"on/off"
2805
+ 注意:此字段可能返回 null,表示取不到有效值。
2808
2806
  */
2809
- SortBy?: string
2807
+ Switch?: string
2810
2808
  }
2811
2809
 
2812
2810
  /**
@@ -4633,6 +4631,11 @@ export interface UpdateImageConfigRequest {
4633
4631
  * GuetzliAdapter配置项
4634
4632
  */
4635
4633
  GuetzliAdapter?: GuetzliAdapter
4634
+
4635
+ /**
4636
+ * AvifAdapter配置项
4637
+ */
4638
+ AvifAdapter?: AvifAdapter
4636
4639
  }
4637
4640
 
4638
4641
  /**
@@ -5315,6 +5318,12 @@ export interface DescribeImageConfigResponse {
5315
5318
  */
5316
5319
  GuetzliAdapter: GuetzliAdapter
5317
5320
 
5321
+ /**
5322
+ * AvifAdapter配置项
5323
+ 注意:此字段可能返回 null,表示取不到有效值。
5324
+ */
5325
+ AvifAdapter: AvifAdapter
5326
+
5318
5327
  /**
5319
5328
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
5320
5329
  */
@@ -5516,6 +5525,22 @@ export interface CreateClsLogTopicResponse {
5516
5525
  RequestId?: string
5517
5526
  }
5518
5527
 
5528
+ /**
5529
+ * MaxAge 状态码相关规则配置
5530
+ */
5531
+ export interface MaxAgeCodeRule {
5532
+ /**
5533
+ * 处理动作
5534
+ clear:清除 cache-control 头部
5535
+ */
5536
+ Action: string
5537
+
5538
+ /**
5539
+ * 指定HTTP状态码生效,当前仅支持填写"400-599"
5540
+ */
5541
+ StatusCodes: Array<string>
5542
+ }
5543
+
5519
5544
  /**
5520
5545
  * 精准访问控制匹配规则
5521
5546
  */
@@ -6098,6 +6123,32 @@ export interface Ipv6 {
6098
6123
  Switch: string
6099
6124
  }
6100
6125
 
6126
+ /**
6127
+ * DescribeTrafficPackages请求参数结构体
6128
+ */
6129
+ export interface DescribeTrafficPackagesRequest {
6130
+ /**
6131
+ * 分页查询起始地址,默认 0
6132
+ */
6133
+ Offset?: number
6134
+
6135
+ /**
6136
+ * 分页查询记录个数,默认100,最大1000
6137
+ */
6138
+ Limit?: number
6139
+
6140
+ /**
6141
+ * 流量包排序方式,支持以下值:
6142
+ expireTimeDesc:默认值,按过期时间倒序
6143
+ expireTimeAsc:按过期时间正序
6144
+ createTimeDesc:按创建时间倒序
6145
+ createTimeAsc:按创建时间正序
6146
+ status:按状态排序,正常抵扣>未生效>已用尽>已过期
6147
+ channel:按来源排序,主动购买>自动续订>CDN赠送
6148
+ */
6149
+ SortBy?: string
6150
+ }
6151
+
6101
6152
  /**
6102
6153
  * ManageClsTopicDomains返回参数结构体
6103
6154
  */
@@ -406,7 +406,7 @@ export class Client extends AbstractClient {
406
406
  }
407
407
 
408
408
  /**
409
- * 创建规则
409
+ * 创建访问控制规则
410
410
  */
411
411
  async CreateAcRules(
412
412
  req: CreateAcRulesRequest,
@@ -49,31 +49,31 @@ export interface DescribeRuleOverviewResponse {
49
49
  * 规则总数
50
50
  注意:此字段可能返回 null,表示取不到有效值。
51
51
  */
52
- AllTotal?: number
52
+ AllTotal: number
53
53
 
54
54
  /**
55
55
  * 阻断策略规则数量
56
56
  注意:此字段可能返回 null,表示取不到有效值。
57
57
  */
58
- StrategyNum?: number
58
+ StrategyNum: number
59
59
 
60
60
  /**
61
61
  * 启用规则数量
62
62
  注意:此字段可能返回 null,表示取不到有效值。
63
63
  */
64
- StartRuleNum?: number
64
+ StartRuleNum: number
65
65
 
66
66
  /**
67
67
  * 停用规则数量
68
68
  注意:此字段可能返回 null,表示取不到有效值。
69
69
  */
70
- StopRuleNum?: number
70
+ StopRuleNum: number
71
71
 
72
72
  /**
73
73
  * 剩余配额
74
74
  注意:此字段可能返回 null,表示取不到有效值。
75
75
  */
76
- RemainingNum?: number
76
+ RemainingNum: number
77
77
 
78
78
  /**
79
79
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -180,13 +180,13 @@ export interface ModifyAcRuleResponse {
180
180
  /**
181
181
  * 状态值,0:操作成功,非0:操作失败
182
182
  */
183
- Status?: number
183
+ Status: number
184
184
 
185
185
  /**
186
186
  * 返回多余的信息
187
187
  注意:此字段可能返回 null,表示取不到有效值。
188
188
  */
189
- Info?: string
189
+ Info: string
190
190
 
191
191
  /**
192
192
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -202,7 +202,7 @@ export interface DescribeTableStatusResponse {
202
202
  * 0:正常,其它:不正常
203
203
  注意:此字段可能返回 null,表示取不到有效值。
204
204
  */
205
- Status?: number
205
+ Status: number
206
206
 
207
207
  /**
208
208
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -687,13 +687,13 @@ export interface DescribeAssociatedInstanceListResponse {
687
687
  * 实例数量
688
688
  注意:此字段可能返回 null,表示取不到有效值。
689
689
  */
690
- Total?: number
690
+ Total: number
691
691
 
692
692
  /**
693
693
  * 实例列表
694
694
  注意:此字段可能返回 null,表示取不到有效值。
695
695
  */
696
- Data?: Array<AssociatedInstanceInfo>
696
+ Data: Array<AssociatedInstanceInfo>
697
697
 
698
698
  /**
699
699
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -2420,7 +2420,7 @@ export interface ModifySequenceRulesResponse {
2420
2420
  * 0: 修改成功, 非0: 修改失败
2421
2421
  注意:此字段可能返回 null,表示取不到有效值。
2422
2422
  */
2423
- Status?: number
2423
+ Status: number
2424
2424
 
2425
2425
  /**
2426
2426
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -3720,29 +3720,29 @@ export interface DescribeSwitchListsResponse {
3720
3720
  /**
3721
3721
  * 总条数
3722
3722
  */
3723
- Total?: number
3723
+ Total: number
3724
3724
 
3725
3725
  /**
3726
3726
  * 列表数据
3727
3727
  */
3728
- Data?: Array<SwitchListsData>
3728
+ Data: Array<SwitchListsData>
3729
3729
 
3730
3730
  /**
3731
3731
  * 区域列表
3732
3732
  */
3733
- AreaLists?: Array<string>
3733
+ AreaLists: Array<string>
3734
3734
 
3735
3735
  /**
3736
3736
  * 打开个数
3737
3737
  注意:此字段可能返回 null,表示取不到有效值。
3738
3738
  */
3739
- OnNum?: number
3739
+ OnNum: number
3740
3740
 
3741
3741
  /**
3742
3742
  * 关闭个数
3743
3743
  注意:此字段可能返回 null,表示取不到有效值。
3744
3744
  */
3745
- OffNum?: number
3745
+ OffNum: number
3746
3746
 
3747
3747
  /**
3748
3748
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -3847,13 +3847,13 @@ export interface CreateAcRulesResponse {
3847
3847
  /**
3848
3848
  * 状态值,0:操作成功
3849
3849
  */
3850
- Status?: number
3850
+ Status: number
3851
3851
 
3852
3852
  /**
3853
3853
  * 返回多余的信息
3854
3854
  注意:此字段可能返回 null,表示取不到有效值。
3855
3855
  */
3856
- Info?: string
3856
+ Info: string
3857
3857
 
3858
3858
  /**
3859
3859
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -4098,7 +4098,7 @@ export interface ModifyTableStatusResponse {
4098
4098
  * 0:正常,-1:不正常
4099
4099
  注意:此字段可能返回 null,表示取不到有效值。
4100
4100
  */
4101
- Status?: number
4101
+ Status: number
4102
4102
 
4103
4103
  /**
4104
4104
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。