tencentcloud-sdk-nodejs 4.0.588 → 4.0.590

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 +480 -0
  2. package/SERVICE_CHANGELOG.md +533 -99
  3. package/package.json +1 -1
  4. package/products.md +36 -36
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/aiart/v20221229/aiart_models.ts +1 -1
  7. package/src/services/asr/v20190614/asr_models.ts +1 -1
  8. package/src/services/cbs/v20170312/cbs_models.ts +9 -2
  9. package/src/services/cfw/v20190904/cfw_models.ts +7 -3
  10. package/src/services/clb/v20180317/clb_models.ts +1 -1
  11. package/src/services/cls/v20201016/cls_client.ts +1 -0
  12. package/src/services/cls/v20201016/cls_models.ts +46 -0
  13. package/src/services/cvm/v20170312/cvm_models.ts +2 -2
  14. package/src/services/dbbrain/v20210527/dbbrain_models.ts +3 -4
  15. package/src/services/dlc/v20210125/dlc_client.ts +1 -1
  16. package/src/services/dlc/v20210125/dlc_models.ts +12 -0
  17. package/src/services/dnspod/v20210323/dnspod_models.ts +22 -0
  18. package/src/services/dts/v20211206/dts_models.ts +3 -3
  19. package/src/services/ecdn/v20191012/ecdn_client.ts +21 -7
  20. package/src/services/gaap/v20180529/gaap_client.ts +16 -4
  21. package/src/services/gaap/v20180529/gaap_models.ts +70 -55
  22. package/src/services/iotvideoindustry/v20201201/iotvideoindustry_client.ts +1 -1
  23. package/src/services/iotvideoindustry/v20201201/iotvideoindustry_models.ts +6 -0
  24. package/src/services/lcic/v20220817/lcic_models.ts +32 -0
  25. package/src/services/lighthouse/v20200324/lighthouse_models.ts +4 -4
  26. package/src/services/nlp/v20190408/nlp_client.ts +159 -55
  27. package/src/services/nlp/v20190408/nlp_models.ts +991 -495
  28. package/src/services/ocr/v20181119/ocr_client.ts +1 -1
  29. package/src/services/ocr/v20181119/ocr_models.ts +4 -4
  30. package/src/services/pts/v20210728/pts_models.ts +3 -3
  31. package/src/services/redis/v20180412/redis_client.ts +1 -1
  32. package/src/services/redis/v20180412/redis_models.ts +41 -40
  33. package/src/services/rum/v20210622/rum_models.ts +13 -2
  34. package/src/services/ssm/v20190923/ssm_models.ts +18 -0
  35. package/src/services/tdmq/v20200217/tdmq_models.ts +8 -8
  36. package/src/services/teo/v20220901/teo_client.ts +46 -8
  37. package/src/services/teo/v20220901/teo_models.ts +307 -171
  38. package/src/services/tione/v20211111/tione_models.ts +1 -1
  39. package/src/services/tke/v20180525/tke_models.ts +17 -7
  40. package/src/services/trtc/v20190722/trtc_models.ts +2 -2
  41. package/src/services/tsf/v20180326/tsf_client.ts +14 -1
  42. package/src/services/tsf/v20180326/tsf_models.ts +70 -7
  43. package/src/services/vpc/v20170312/vpc_client.ts +19 -7
  44. package/src/services/vpc/v20170312/vpc_models.ts +30 -0
  45. package/tencentcloud/common/sdk_version.d.ts +1 -1
  46. package/tencentcloud/common/sdk_version.js +1 -1
  47. package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +1 -1
  48. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +1 -1
  49. package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +6 -0
  50. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +6 -2
  51. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +1 -1
  52. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +38 -0
  53. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +2 -2
  54. package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +2 -3
  55. package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +1 -1
  56. package/tencentcloud/services/dlc/v20210125/dlc_client.js +1 -1
  57. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +10 -0
  58. package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +18 -0
  59. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +3 -3
  60. package/tencentcloud/services/ecdn/v20191012/ecdn_client.d.ts +21 -7
  61. package/tencentcloud/services/ecdn/v20191012/ecdn_client.js +21 -7
  62. package/tencentcloud/services/gaap/v20180529/gaap_client.d.ts +5 -1
  63. package/tencentcloud/services/gaap/v20180529/gaap_client.js +6 -0
  64. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +61 -48
  65. package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_client.d.ts +1 -1
  66. package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_client.js +1 -1
  67. package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_models.d.ts +5 -0
  68. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +26 -0
  69. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +4 -4
  70. package/tencentcloud/services/nlp/v20190408/nlp_client.d.ts +38 -6
  71. package/tencentcloud/services/nlp/v20190408/nlp_client.js +54 -6
  72. package/tencentcloud/services/nlp/v20190408/nlp_models.d.ts +946 -517
  73. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
  74. package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
  75. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +4 -4
  76. package/tencentcloud/services/pts/v20210728/pts_models.d.ts +3 -3
  77. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +1 -1
  78. package/tencentcloud/services/redis/v20180412/redis_client.js +1 -1
  79. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +38 -37
  80. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +11 -2
  81. package/tencentcloud/services/ssm/v20190923/ssm_models.d.ts +15 -0
  82. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +8 -8
  83. package/tencentcloud/services/teo/v20220901/teo_client.d.ts +13 -1
  84. package/tencentcloud/services/teo/v20220901/teo_client.js +18 -0
  85. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +272 -154
  86. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +1 -1
  87. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +15 -7
  88. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +2 -2
  89. package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +5 -1
  90. package/tencentcloud/services/tsf/v20180326/tsf_client.js +6 -0
  91. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +60 -6
  92. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +8 -4
  93. package/tencentcloud/services/vpc/v20170312/vpc_client.js +10 -4
  94. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +26 -0
  95. package/test/gaap.v20180529.test.js +10 -0
  96. package/test/nlp.v20190408.test.js +82 -2
  97. package/test/teo.v20220901.test.js +30 -0
  98. package/test/tsf.v20180326.test.js +10 -0
  99. package/test/vpc.v20170312.test.js +12 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.588",
3
+ "version": "4.0.590",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -6,7 +6,7 @@
6
6
  | advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2023-03-30 01:01:08 |
7
7
  | af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2023-03-30 01:01:12 |
8
8
  | afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2023-03-30 01:01:15 |
9
- | aiart | [AI 绘画](https://cloud.tencent.com/document/product/1668) | 2023-04-21 01:01:27 |
9
+ | aiart | [AI 绘画](https://cloud.tencent.com/document/product/1668) | 2023-04-26 01:01:25 |
10
10
  | ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2023-03-30 01:01:22 |
11
11
  | ams | [音频内容安全](https://cloud.tencent.com/document/product/1219) | 2023-03-30 01:01:58 |
12
12
  | anicloud | [动效素材服务](https://cloud.tencent.com/document/product/1641) | 2023-03-31 01:02:09 |
@@ -17,7 +17,7 @@
17
17
  | apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2023-03-30 01:02:33 |
18
18
  | apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2023-04-21 01:08:25 |
19
19
  | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-03-30 01:03:04 |
20
- | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-04-20 01:03:25 |
20
+ | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-04-27 01:03:23 |
21
21
  | asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2023-03-30 01:03:34 |
22
22
  | ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2023-04-20 01:03:43 |
23
23
  | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2023-04-12 01:04:10 |
@@ -39,53 +39,53 @@
39
39
  | car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2023-04-12 01:08:36 |
40
40
  | casb | [云访问安全代理](https://cloud.tencent.com/document/product/1303) | 2022-12-26 10:53:16 |
41
41
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2023-04-24 01:05:46 |
42
- | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-04-25 01:07:23 |
42
+ | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-04-26 01:07:08 |
43
43
  | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-04-24 01:06:05 |
44
- | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-04-25 01:08:05 |
44
+ | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-04-27 01:07:29 |
45
45
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-03-30 01:08:00 |
46
46
  | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-04-19 01:11:05 |
47
47
  | cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2023-03-30 01:08:37 |
48
48
  | cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2023-04-21 01:13:12 |
49
49
  | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-04-19 01:11:52 |
50
50
  | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2023-04-25 01:11:04 |
51
- | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-04-05 01:16:43 |
51
+ | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-04-27 01:09:48 |
52
52
  | chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2023-03-30 01:09:19 |
53
53
  | ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2023-03-30 01:09:27 |
54
54
  | cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2023-03-30 01:09:33 |
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
57
  | ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-04-19 01:12:57 |
58
- | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-04-25 01:12:58 |
58
+ | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-04-26 01:11:42 |
59
59
  | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2023-04-05 01:18:15 |
60
60
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2023-03-30 01:10:35 |
61
61
  | cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-04-05 01:18:28 |
62
- | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-04-25 01:14:02 |
62
+ | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-04-27 01:12:13 |
63
63
  | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-03-30 01:11:29 |
64
64
  | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2023-03-30 01:11:46 |
65
65
  | cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
66
66
  | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-04-14 01:14:41 |
67
67
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
68
- | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-04-25 01:16:31 |
68
+ | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-04-27 01:14:08 |
69
69
  | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-04-19 01:23:40 |
70
70
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
71
71
  | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-03-30 01:33:24 |
72
72
  | dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-04-24 01:14:18 |
73
73
  | dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
74
74
  | dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-03-30 01:33:58 |
75
- | dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-04-21 01:20:02 |
75
+ | dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-04-27 01:17:03 |
76
76
  | dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2023-03-30 01:34:45 |
77
77
  | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2023-04-07 01:43:48 |
78
78
  | dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-04-04 01:14:38 |
79
- | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-04-20 01:15:39 |
80
- | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-04-14 01:33:12 |
79
+ | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-04-27 01:17:49 |
80
+ | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-04-26 01:20:43 |
81
81
  | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-04-19 01:27:47 |
82
82
  | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2023-03-30 01:36:07 |
83
83
  | ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2023-03-30 01:36:11 |
84
84
  | dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
85
- | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-03-30 01:36:23 |
85
+ | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-04-27 01:18:58 |
86
86
  | eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2023-04-11 01:18:48 |
87
87
  | ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2023-03-30 01:36:45 |
88
- | ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2023-03-30 01:36:48 |
88
+ | ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2023-04-27 01:19:24 |
89
89
  | ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2023-04-24 01:17:53 |
90
90
  | eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2023-03-30 01:37:29 |
91
91
  | eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-04-20 01:20:51 |
@@ -97,7 +97,7 @@
97
97
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-04-17 01:20:00 |
98
98
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-03-30 01:38:53 |
99
99
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2023-03-30 01:38:57 |
100
- | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2023-04-25 01:27:13 |
100
+ | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2023-04-27 01:21:51 |
101
101
  | gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2023-04-21 01:25:14 |
102
102
  | goosefs | [数据加速器 GooseFS](https://cloud.tencent.com/document/product/1424) | 2023-04-20 01:23:06 |
103
103
  | gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-07-11 06:12:36 |
@@ -118,13 +118,13 @@
118
118
  | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2023-04-25 01:30:43 |
119
119
  | iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2023-03-30 01:41:53 |
120
120
  | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2023-04-12 01:33:34 |
121
- | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2023-03-30 01:42:57 |
122
- | irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2023-04-24 01:28:14 |
121
+ | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2023-04-26 01:30:49 |
122
+ | irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2023-04-26 01:31:28 |
123
123
  | ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2023-03-30 01:43:25 |
124
124
  | keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-04-24 01:28:29 |
125
125
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-03-30 01:43:44 |
126
- | lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-04-21 01:29:46 |
127
- | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-04-20 01:27:41 |
126
+ | lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-04-27 01:26:43 |
127
+ | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-04-27 01:27:08 |
128
128
  | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-04-24 01:29:32 |
129
129
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
130
130
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
@@ -141,23 +141,23 @@
141
141
  | ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-04-17 01:29:42 |
142
142
  | msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2023-03-30 01:49:22 |
143
143
  | mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
144
- | nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2023-04-24 01:32:41 |
144
+ | nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-04-27 01:30:48 |
145
145
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
146
146
  | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-03-30 01:49:33 |
147
- | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-04-24 01:33:06 |
147
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-04-26 01:37:50 |
148
148
  | omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-03-31 01:39:55 |
149
149
  | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-03-30 01:50:22 |
150
150
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-03-30 01:50:28 |
151
151
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-03-30 01:50:40 |
152
152
  | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2023-04-24 01:34:02 |
153
- | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2023-03-30 01:51:05 |
154
- | pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2023-04-07 02:06:22 |
155
- | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2023-03-30 01:51:25 |
156
- | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-04-24 01:34:59 |
153
+ | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2023-04-27 01:32:20 |
154
+ | pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2023-04-27 01:32:51 |
155
+ | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2023-04-26 01:42:31 |
156
+ | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-04-27 01:33:11 |
157
157
  | region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2023-03-30 01:51:52 |
158
158
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-03-30 01:51:54 |
159
159
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
160
- | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2023-04-18 01:36:49 |
160
+ | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2023-04-26 01:43:23 |
161
161
  | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-04-24 01:35:50 |
162
162
  | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2023-04-20 01:34:23 |
163
163
  | smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2023-03-30 01:52:35 |
@@ -170,14 +170,14 @@
170
170
  | ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-03-30 01:53:27 |
171
171
  | ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2023-04-21 01:38:46 |
172
172
  | sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2023-03-30 01:53:47 |
173
- | ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2023-03-30 01:53:51 |
173
+ | ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2023-04-27 01:35:41 |
174
174
  | sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2023-03-30 01:53:57 |
175
175
  | taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2023-03-30 01:54:01 |
176
176
  | tag | [标签](https://cloud.tencent.com/document/product/651) | 2023-04-03 01:31:53 |
177
177
  | tan | [碳引擎](https://cloud.tencent.com/document/product/1498) | 2023-03-30 01:54:15 |
178
178
  | tat | [自动化助手](https://cloud.tencent.com/document/product/1340) | 2023-04-04 01:41:31 |
179
179
  | tav | [文件检测](https://cloud.tencent.com/document/product) | 2019-11-28 22:10:04 |
180
- | tbaas | [腾讯云区块链服务平台 TBaaS](https://cloud.tencent.com/document/product/663) | 2023-03-30 01:54:25 |
180
+ | tbaas | [腾讯云区块链服务平台 TBaaS](https://cloud.tencent.com/document/product/663) | 2023-04-26 01:46:48 |
181
181
  | tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
182
182
  | tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2023-03-30 01:54:37 |
183
183
  | tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2023-04-13 01:37:44 |
@@ -186,14 +186,14 @@
186
186
  | tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-07-21 06:17:29 |
187
187
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
188
188
  | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2023-03-30 01:57:46 |
189
- | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2023-03-30 01:57:53 |
189
+ | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2023-04-26 01:48:46 |
190
190
  | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-04-19 01:50:55 |
191
191
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2023-03-30 02:27:00 |
192
192
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-03-30 02:27:07 |
193
- | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-04-25 01:51:08 |
193
+ | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-04-27 01:38:59 |
194
194
  | tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-03-30 02:27:47 |
195
195
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-04-20 01:41:18 |
196
- | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-04-25 01:52:22 |
196
+ | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-04-26 01:54:26 |
197
197
  | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-03-30 02:29:55 |
198
198
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
199
199
  | tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-03-30 02:30:02 |
@@ -201,26 +201,26 @@
201
201
  | tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2023-03-30 02:30:06 |
202
202
  | tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
203
203
  | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-03-30 02:30:09 |
204
- | tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-04-25 01:54:53 |
204
+ | tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-04-26 01:56:56 |
205
205
  | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-04-14 01:58:42 |
206
- | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-04-21 01:46:03 |
206
+ | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-04-27 01:43:06 |
207
207
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
208
208
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2023-03-30 02:45:27 |
209
209
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2023-04-25 01:57:23 |
210
210
  | tourism | [文旅客情平台](https://cloud.tencent.com/document/product/1684) | 2023-04-07 10:20:53 |
211
211
  | trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-03-30 02:45:33 |
212
- | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-04-24 01:46:22 |
212
+ | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-04-26 02:00:05 |
213
213
  | trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-04-12 02:06:17 |
214
- | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-04-24 01:46:52 |
214
+ | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-04-27 01:44:29 |
215
215
  | tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-04-20 01:48:06 |
216
- | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-04-19 01:58:00 |
216
+ | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-04-26 11:35:57 |
217
217
  | tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2023-03-30 02:47:12 |
218
218
  | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-04-24 01:48:24 |
219
219
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2023-03-30 02:47:18 |
220
220
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-03-30 02:47:27 |
221
221
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-03-30 02:47:30 |
222
222
  | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-04-25 01:59:07 |
223
- | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-04-24 01:49:51 |
223
+ | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-04-26 02:02:58 |
224
224
  | vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-04-14 02:04:14 |
225
225
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-04-24 01:51:56 |
226
226
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-03-30 02:49:55 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.588"
1
+ export const sdkVersion = "4.0.590"
@@ -150,7 +150,7 @@ export interface LogoRect {
150
150
  export interface ResultConfig {
151
151
  /**
152
152
  * 生成图分辨率
153
- 支持生成以下不同分辨率的图片,对应1:1方图、3:4竖图、4:3横图三种尺寸规格,不传默认为"768:768"
153
+ 支持生成以下不同分辨率的图片,对应1:1方图、3:4竖图、4:3横图三种尺寸规格。
154
154
  取值:
155
155
  ● 768:768
156
156
  ● 768:1024
@@ -515,7 +515,7 @@ export interface CreateRecTaskRequest {
515
515
 
516
516
  /**
517
517
  * 说话人分离人数(需配合开启说话人分离使用),取值范围:0-10,0代表自动分离(目前仅支持≤6个人),1-10代表指定说话人数分离。默认值为 0。
518
- 注:话者分离目前是beta版本,请根据您的需要谨慎使用
518
+ 注:此功能结果仅供参考,请根据您的需要谨慎使用。
519
519
  */
520
520
  SpeakerNumber?: number
521
521
 
@@ -412,8 +412,9 @@ export interface BindAutoSnapshotPolicyRequest {
412
412
  */
413
413
  export interface CreateSnapshotResponse {
414
414
  /**
415
- * 新创建的快照ID。
416
- */
415
+ * 新创建的快照ID。
416
+ 注意:此字段可能返回 null,表示取不到有效值。
417
+ */
417
418
  SnapshotId?: string
418
419
 
419
420
  /**
@@ -1106,6 +1107,12 @@ export interface Disk {
1106
1107
  注意:此字段可能返回 null,表示取不到有效值。
1107
1108
  */
1108
1109
  ErrorPrompt?: string
1110
+
1111
+ /**
1112
+ * 云盘是否开启性能突发
1113
+ 注意:此字段可能返回 null,表示取不到有效值。
1114
+ */
1115
+ BurstPerformance?: boolean
1109
1116
  }
1110
1117
 
1111
1118
  /**
@@ -2112,7 +2112,7 @@ export interface ModifyEnterpriseSecurityDispatchStatusResponse {
2112
2112
  * 0: 修改成功, 其他: 修改失败
2113
2113
  注意:此字段可能返回 null,表示取不到有效值。
2114
2114
  */
2115
- Status: number
2115
+ Status?: number
2116
2116
 
2117
2117
  /**
2118
2118
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -4833,8 +4833,12 @@ export interface CreateAcRulesRequest {
4833
4833
  */
4834
4834
  export interface ModifyEnterpriseSecurityDispatchStatusRequest {
4835
4835
  /**
4836
- * 状态,0:立即下发,1:停止下发
4837
- */
4836
+ * 0:打开立即下发开关;
4837
+
4838
+ 1:关闭立即下发开关;
4839
+
4840
+ 2:关闭立即下发开关下,触发开始下发
4841
+ */
4838
4842
  Status: number
4839
4843
  }
4840
4844
 
@@ -5009,7 +5009,7 @@ export interface RuleInput {
5009
5009
  Scheduler?: string
5010
5010
 
5011
5011
  /**
5012
- * 负载均衡与后端服务之间的转发协议,目前支持 HTTP/HTTPS/TRPC
5012
+ * 负载均衡与后端服务之间的转发协议,目前支持 HTTP/HTTPS/TRPC,TRPC暂未对外开放。
5013
5013
  */
5014
5014
  ForwardType?: string
5015
5015
 
@@ -61,6 +61,7 @@ import {
61
61
  CreateLogsetResponse,
62
62
  DeleteMachineGroupResponse,
63
63
  Tag,
64
+ MetaTagInfo,
64
65
  CreateCosRechargeRequest,
65
66
  ExtractRuleInfo,
66
67
  TopicInfo,
@@ -978,6 +978,21 @@ export interface Tag {
978
978
  Value: string
979
979
  }
980
980
 
981
+ /**
982
+ * 元数据信息
983
+ */
984
+ export interface MetaTagInfo {
985
+ /**
986
+ * 元数据key
987
+ */
988
+ Key?: string
989
+
990
+ /**
991
+ * 元数据value
992
+ */
993
+ Value?: string
994
+ }
995
+
981
996
  /**
982
997
  * CreateCosRecharge请求参数结构体
983
998
  */
@@ -1127,6 +1142,22 @@ auto:自动匹配rfc3164或者rfc5424其中一种协议
1127
1142
  注意:此字段可能返回 null,表示取不到有效值。
1128
1143
  */
1129
1144
  ParseProtocol?: string
1145
+
1146
+ /**
1147
+ * 元数据类型,0: 不使用元数据信息,1:使用机器组元数据,2:使用用户自定义元数据,3:使用采集配置路径,
1148
+ */
1149
+ MetadataType?: number
1150
+
1151
+ /**
1152
+ * 采集配置路径正则表达式,MetadataType为1时必填
1153
+ 注意:此字段可能返回 null,表示取不到有效值。
1154
+ */
1155
+ PathRegex?: string
1156
+
1157
+ /**
1158
+ * 用户自定义元数据信息,MetadataType为2时必填
1159
+ */
1160
+ MetaTags?: Array<MetaTagInfo>
1130
1161
  }
1131
1162
 
1132
1163
  /**
@@ -2021,6 +2052,11 @@ export interface MachineGroupInfo {
2021
2052
  注意:此字段可能返回 null,表示取不到有效值。
2022
2053
  */
2023
2054
  ServiceLogging: boolean
2055
+
2056
+ /**
2057
+ * 机器组元数据信息列表
2058
+ */
2059
+ MetaTags?: Array<MetaTagInfo>
2024
2060
  }
2025
2061
 
2026
2062
  /**
@@ -4115,6 +4151,11 @@ export interface ModifyMachineGroupRequest {
4115
4151
  * 是否开启服务日志,用于记录因Loglistener 服务自身产生的log,开启后,会创建内部日志集cls_service_logging和日志主题loglistener_status,loglistener_alarm,loglistener_business,不产生计费
4116
4152
  */
4117
4153
  ServiceLogging?: boolean
4154
+
4155
+ /**
4156
+ * 机器组元数据信息列表
4157
+ */
4158
+ MetaTags?: Array<MetaTagInfo>
4118
4159
  }
4119
4160
 
4120
4161
  /**
@@ -4446,6 +4487,11 @@ export interface CreateMachineGroupRequest {
4446
4487
  * 是否开启服务日志,用于记录因Loglistener 服务自身产生的log,开启后,会创建内部日志集cls_service_logging和日志主题loglistener_status,loglistener_alarm,loglistener_business,不产生计费
4447
4488
  */
4448
4489
  ServiceLogging?: boolean
4490
+
4491
+ /**
4492
+ * 机器组元数据信息列表
4493
+ */
4494
+ MetaTags?: Array<MetaTagInfo>
4449
4495
  }
4450
4496
 
4451
4497
  /**
@@ -6363,12 +6363,12 @@ export interface DescribeAccountQuotaResponse {
6363
6363
  /**
6364
6364
  * 用户appid
6365
6365
  */
6366
- AppId: string
6366
+ AppId?: number
6367
6367
 
6368
6368
  /**
6369
6369
  * 配额数据
6370
6370
  */
6371
- AccountQuotaOverview: AccountQuotaOverview
6371
+ AccountQuotaOverview?: AccountQuotaOverview
6372
6372
 
6373
6373
  /**
6374
6374
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -1107,10 +1107,9 @@ export interface DeleteDBDiagReportTasksRequest {
1107
1107
  InstanceId: string
1108
1108
 
1109
1109
  /**
1110
- * 服务产品类型,支持值包括: "mysql" - 云数据库 MySQL"cynosdb" - 云数据库 CynosDB for MySQL"mongodb" - 云数据库 CynosDB for MySQL,
1111
- 默认值为"mysql"。
1112
- */
1113
- Product: string
1110
+ * 服务产品类型,支持值:"mysql" - 云数据库 MySQL"cynosdb" - 云数据库 TDSQL-C for MySQL,默认为"mysql"
1111
+ */
1112
+ Product?: string
1114
1113
  }
1115
1114
 
1116
1115
  /**
@@ -508,7 +508,7 @@ export class Client extends AbstractClient {
508
508
  }
509
509
 
510
510
  /**
511
- * 获取spark应用列表
511
+ * 获取spark应用列表。
512
512
  */
513
513
  async DescribeSparkAppJobs(
514
514
  req: DescribeSparkAppJobsRequest,
@@ -927,6 +927,18 @@ export interface SparkJobInfo {
927
927
  注意:此字段可能返回 null,表示取不到有效值。
928
928
  */
929
929
  SessionId?: string
930
+
931
+ /**
932
+ * spark_emr_livy
933
+ 注意:此字段可能返回 null,表示取不到有效值。
934
+ */
935
+ DataEngineClusterType?: string
936
+
937
+ /**
938
+ * Spark 3.2-EMR
939
+ 注意:此字段可能返回 null,表示取不到有效值。
940
+ */
941
+ DataEngineImageVersion?: string
930
942
  }
931
943
 
932
944
  /**
@@ -245,6 +245,11 @@ export interface RollbackSnapshotRequest {
245
245
  * 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。
246
246
  */
247
247
  DomainId?: number
248
+
249
+ /**
250
+ * 指定需要回滚的记录
251
+ */
252
+ RecordList?: Array<SnapshotRecord>
248
253
  }
249
254
 
250
255
  /**
@@ -1517,6 +1522,11 @@ export interface DomainAliasInfo {
1517
1522
  * 域名别名
1518
1523
  */
1519
1524
  DomainAlias: string
1525
+
1526
+ /**
1527
+ * 别名状态:1-DNS不正确;2-正常;3-封禁。
1528
+ */
1529
+ Status?: number
1520
1530
  }
1521
1531
 
1522
1532
  /**
@@ -2165,6 +2175,18 @@ export interface SnapshotRecord {
2165
2175
  注意:此字段可能返回 null,表示取不到有效值。
2166
2176
  */
2167
2177
  MX?: string
2178
+
2179
+ /**
2180
+ * 权重
2181
+ 注意:此字段可能返回 null,表示取不到有效值。
2182
+ */
2183
+ Weight?: string
2184
+
2185
+ /**
2186
+ * 失败原因
2187
+ 注意:此字段可能返回 null,表示取不到有效值。
2188
+ */
2189
+ Reason?: string
2168
2190
  }
2169
2191
 
2170
2192
  /**
@@ -578,12 +578,12 @@ export interface ContinueMigrateJobResponse {
578
578
  */
579
579
  export interface CreateMigrationServiceRequest {
580
580
  /**
581
- * 源实例数据库类型,mysql,redis,percona,mongodb,postgresql,sqlserver,mariadb
581
+ * 源实例数据库类型,如mysql,redis,percona,mongodb,postgresql,sqlserver,mariadb,cynosdbmysql
582
582
  */
583
583
  SrcDatabaseType: string
584
584
 
585
585
  /**
586
- * 目标实例数据库类型,mysql,redis,percona,mongodb,postgresql,sqlserver,mariadb
586
+ * 目标实例数据库类型,如mysql,redis,percona,mongodb,postgresql,sqlserver,mariadb,cynosdbmysql
587
587
  */
588
588
  DstDatabaseType: string
589
589
 
@@ -1409,7 +1409,7 @@ export interface CreateMigrationServiceResponse {
1409
1409
  * 下单成功随机生成的迁移任务id列表,形如:dts-c1f6rs21
1410
1410
  注意:此字段可能返回 null,表示取不到有效值。
1411
1411
  */
1412
- JobIds: Array<string>
1412
+ JobIds?: Array<string>
1413
1413
 
1414
1414
  /**
1415
1415
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -91,7 +91,9 @@ export class Client extends AbstractClient {
91
91
  }
92
92
 
93
93
  /**
94
- * 本接口(AddEcdnDomain)用于创建加速域名。
94
+ * ECDN融合CDN后,接口都用CDN的,此接口已经废弃
95
+
96
+ 本接口(AddEcdnDomain)用于创建加速域名。
95
97
 
96
98
  >? 若您的业务已迁移至 CDN 控制台,请参考<a href="https://cloud.tencent.com/document/api/228/41123"> CDN 接口文档</a>,使用 CDN 相关API 进行操作。
97
99
  */
@@ -115,7 +117,9 @@ export class Client extends AbstractClient {
115
117
  }
116
118
 
117
119
  /**
118
- * PurgePathCache 用于批量刷新目录缓存,一次提交将返回一个刷新任务id。
120
+ * ECDN融合CDN后,接口都用CDN的,此接口已经废弃
121
+
122
+ PurgePathCache 用于批量刷新目录缓存,一次提交将返回一个刷新任务id。
119
123
 
120
124
  >? 若您的业务已迁移至 CDN 控制台,请参考<a href=" https://cloud.tencent.com/document/api/570/42475"> CDN 接口文档</a>,使用 CDN 相关API 进行操作。
121
125
  */
@@ -127,7 +131,9 @@ export class Client extends AbstractClient {
127
131
  }
128
132
 
129
133
  /**
130
- * 本接口(StartEcdnDomain)用于启用加速域名,待启用域名必须处于已下线状态。
134
+ * ECDN融合CDN后,接口都用CDN的,此接口已经废弃
135
+
136
+ 本接口(StartEcdnDomain)用于启用加速域名,待启用域名必须处于已下线状态。
131
137
 
132
138
  >? 若您的业务已迁移至 CDN 控制台,请参考<a href="https://cloud.tencent.com/document/product/228/41121"> CDN 接口文档</a>,使用 CDN 相关API 进行操作。
133
139
  */
@@ -139,7 +145,9 @@ export class Client extends AbstractClient {
139
145
  }
140
146
 
141
147
  /**
142
- * 本接口(UpdateDomainConfig)用于更新ECDN加速域名配置信息。
148
+ * ECDN融合CDN后,接口都用CDN的,此接口已经废弃
149
+
150
+ 本接口(UpdateDomainConfig)用于更新ECDN加速域名配置信息。
143
151
  注意:如果需要更新复杂类型的配置项,必须传递整个对象的所有属性,未传递的属性将使用默认值。建议通过查询接口获取配置属性后,直接修改后传递给本接口。Https配置由于证书的特殊性,更新时不用传递证书和密钥字段。
144
152
 
145
153
  >? 若您的业务已迁移至 CDN 控制台,请参考<a href="https://cloud.tencent.com/document/product/228/41116"> CDN 接口文档</a>,使用 CDN 相关API 进行操作。
@@ -211,7 +219,9 @@ export class Client extends AbstractClient {
211
219
  }
212
220
 
213
221
  /**
214
- * 本接口(StopCdnDomain)用于停止加速域名,待停用加速域名必须处于已上线或部署中状态。
222
+ * ECDN融合CDN后,接口都用CDN的,此接口已经废弃
223
+
224
+ 本接口(StopCdnDomain)用于停止加速域名,待停用加速域名必须处于已上线或部署中状态。
215
225
 
216
226
  >? 若您的业务已迁移至 CDN 控制台,请参考<a href="https://cloud.tencent.com/document/product/228/41120"> CDN 接口文档</a>,使用 CDN 相关API 进行操作。
217
227
  */
@@ -223,7 +233,9 @@ export class Client extends AbstractClient {
223
233
  }
224
234
 
225
235
  /**
226
- * 本接口(DeleteEcdnDomain)用于删除指定加速域名。待删除域名必须处于已停用状态。
236
+ * ECDN融合CDN后,接口都用CDN的,此接口已经废弃
237
+
238
+ 本接口(DeleteEcdnDomain)用于删除指定加速域名。待删除域名必须处于已停用状态。
227
239
 
228
240
  >? 若您的业务已迁移至 CDN 控制台,请参考<a href="https://cloud.tencent.com/document/api/228/41122"> CDN 接口文档</a>,使用 CDN 相关API 进行操作。
229
241
  */
@@ -247,7 +259,9 @@ export class Client extends AbstractClient {
247
259
  }
248
260
 
249
261
  /**
250
- * 生成一条子域名解析,提示客户添加到域名解析上,用于泛域名及域名取回校验归属权。
262
+ * ECDN融合CDN后,接口都用CDN的,此接口已经废弃
263
+
264
+ 生成一条子域名解析,提示客户添加到域名解析上,用于泛域名及域名取回校验归属权。
251
265
 
252
266
  >? 若您的业务已迁移至 CDN 控制台,请参考<a href=" https://cloud.tencent.com/document/api/228/48118"> CDN 接口文档</a>,使用 CDN 相关API 进行操作。
253
267
  */