tencentcloud-sdk-nodejs 4.0.933 → 4.0.935

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 (114) hide show
  1. package/CHANGELOG.md +531 -0
  2. package/SERVICE_CHANGELOG.md +720 -28
  3. package/package.json +1 -1
  4. package/products.md +32 -32
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/aiart/v20221229/aiart_client.ts +13 -0
  7. package/src/services/aiart/v20221229/aiart_models.ts +69 -0
  8. package/src/services/cfg/v20210820/cfg_models.ts +5 -0
  9. package/src/services/ckafka/v20190819/ckafka_models.ts +3 -2
  10. package/src/services/cvm/v20170312/cvm_client.ts +13 -0
  11. package/src/services/cvm/v20170312/cvm_models.ts +56 -0
  12. package/src/services/dc/v20180410/dc_client.ts +5 -6
  13. package/src/services/dc/v20180410/dc_models.ts +6 -7
  14. package/src/services/dcdb/v20180411/dcdb_client.ts +35 -7
  15. package/src/services/dcdb/v20180411/dcdb_models.ts +194 -8
  16. package/src/services/dlc/v20210125/dlc_client.ts +26 -2
  17. package/src/services/dlc/v20210125/dlc_models.ts +71 -23
  18. package/src/services/dnspod/v20210323/dnspod_client.ts +14 -1
  19. package/src/services/dnspod/v20210323/dnspod_models.ts +69 -6
  20. package/src/services/emr/v20190103/emr_client.ts +102 -21
  21. package/src/services/emr/v20190103/emr_models.ts +2409 -1988
  22. package/src/services/es/v20180416/es_client.ts +15 -1
  23. package/src/services/es/v20180416/es_models.ts +81 -4
  24. package/src/services/ess/v20201111/ess_client.ts +16 -3
  25. package/src/services/ess/v20201111/ess_models.ts +125 -42
  26. package/src/services/essbasic/v20210526/essbasic_client.ts +22 -0
  27. package/src/services/essbasic/v20210526/essbasic_models.ts +60 -0
  28. package/src/services/mariadb/v20170312/mariadb_client.ts +41 -13
  29. package/src/services/mariadb/v20170312/mariadb_models.ts +195 -9
  30. package/src/services/ocr/v20181119/ocr_models.ts +6 -6
  31. package/src/services/rce/v20201103/rce_client.ts +2 -2
  32. package/src/services/redis/v20180412/redis_client.ts +29 -4
  33. package/src/services/redis/v20180412/redis_models.ts +239 -131
  34. package/src/services/sms/v20190711/sms_models.ts +2 -2
  35. package/src/services/sms/v20210111/sms_models.ts +2 -2
  36. package/src/services/teo/v20220901/teo_models.ts +11 -11
  37. package/src/services/trtc/v20190722/trtc_models.ts +5 -0
  38. package/src/services/tse/v20201207/tse_models.ts +8 -8
  39. package/src/services/tsf/v20180326/tsf_models.ts +34 -15
  40. package/src/services/vclm/v20240523/vclm_models.ts +1 -1
  41. package/src/services/vdb/v20230616/vdb_client.ts +66 -2
  42. package/src/services/vdb/v20230616/vdb_models.ts +273 -27
  43. package/src/services/vpc/v20170312/vpc_client.ts +2 -2
  44. package/src/services/vpc/v20170312/vpc_models.ts +8 -5
  45. package/src/services/vtc/v20240223/vtc_models.ts +1 -1
  46. package/tencentcloud/common/sdk_version.d.ts +1 -1
  47. package/tencentcloud/common/sdk_version.js +1 -1
  48. package/tencentcloud/services/aiart/v20221229/aiart_client.d.ts +6 -1
  49. package/tencentcloud/services/aiart/v20221229/aiart_client.js +7 -0
  50. package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +67 -0
  51. package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +5 -0
  52. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +3 -2
  53. package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +5 -1
  54. package/tencentcloud/services/cvm/v20170312/cvm_client.js +6 -0
  55. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +53 -0
  56. package/tencentcloud/services/dc/v20180410/dc_client.d.ts +4 -5
  57. package/tencentcloud/services/dc/v20180410/dc_client.js +4 -5
  58. package/tencentcloud/services/dc/v20180410/dc_models.d.ts +6 -7
  59. package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +13 -3
  60. package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +17 -3
  61. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +188 -8
  62. package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +9 -1
  63. package/tencentcloud/services/dlc/v20210125/dlc_client.js +12 -0
  64. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +67 -23
  65. package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +5 -1
  66. package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +6 -0
  67. package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +66 -6
  68. package/tencentcloud/services/emr/v20190103/emr_client.d.ts +33 -5
  69. package/tencentcloud/services/emr/v20190103/emr_client.js +46 -6
  70. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +2375 -1971
  71. package/tencentcloud/services/es/v20180416/es_client.d.ts +5 -1
  72. package/tencentcloud/services/es/v20180416/es_client.js +6 -0
  73. package/tencentcloud/services/es/v20180416/es_models.d.ts +77 -4
  74. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +5 -1
  75. package/tencentcloud/services/ess/v20201111/ess_client.js +6 -0
  76. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +122 -42
  77. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +15 -1
  78. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +16 -0
  79. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +58 -0
  80. package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +15 -5
  81. package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +20 -6
  82. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +189 -9
  83. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +6 -6
  84. package/tencentcloud/services/rce/v20201103/rce_client.d.ts +2 -2
  85. package/tencentcloud/services/rce/v20201103/rce_client.js +2 -2
  86. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +9 -1
  87. package/tencentcloud/services/redis/v20180412/redis_client.js +12 -0
  88. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +234 -131
  89. package/tencentcloud/services/sms/v20190711/sms_models.d.ts +2 -2
  90. package/tencentcloud/services/sms/v20210111/sms_models.d.ts +2 -2
  91. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +11 -11
  92. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +5 -0
  93. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +8 -8
  94. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +34 -15
  95. package/tencentcloud/services/vclm/v20240523/vclm_models.d.ts +1 -1
  96. package/tencentcloud/services/vdb/v20230616/vdb_client.d.ts +21 -1
  97. package/tencentcloud/services/vdb/v20230616/vdb_client.js +30 -0
  98. package/tencentcloud/services/vdb/v20230616/vdb_models.d.ts +259 -27
  99. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +2 -2
  100. package/tencentcloud/services/vpc/v20170312/vpc_client.js +2 -2
  101. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +8 -5
  102. package/tencentcloud/services/vtc/v20240223/vtc_models.d.ts +1 -1
  103. package/test/aiart.v20221229.test.js +10 -0
  104. package/test/cvm.v20170312.test.js +10 -0
  105. package/test/dcdb.v20180411.test.js +22 -2
  106. package/test/dlc.v20210125.test.js +20 -0
  107. package/test/dnspod.v20210323.test.js +10 -0
  108. package/test/emr.v20190103.test.js +64 -4
  109. package/test/es.v20180416.test.js +10 -0
  110. package/test/ess.v20201111.test.js +10 -0
  111. package/test/essbasic.v20210526.test.js +10 -0
  112. package/test/mariadb.v20170312.test.js +24 -4
  113. package/test/redis.v20180412.test.js +20 -0
  114. package/test/vdb.v20230616.test.js +50 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.933",
3
+ "version": "4.0.935",
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) | 2024-03-20 01:07:31 |
7
7
  | af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2024-05-31 01:07:20 |
8
8
  | afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2024-05-31 01:07:25 |
9
- | aiart | [大模型图像创作引擎](https://cloud.tencent.com/document/product/1668) | 2024-08-13 01:03:11 |
9
+ | aiart | [大模型图像创作引擎](https://cloud.tencent.com/document/product/1668) | 2024-09-11 01:07:24 |
10
10
  | ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2023-08-17 01:06:14 |
11
11
  | ams | [音频内容安全](https://cloud.tencent.com/document/product/1219) | 2024-09-03 01:07:31 |
12
12
  | anicloud | [动效素材服务](https://cloud.tencent.com/document/product/1641) | 2023-05-18 01:01:53 |
@@ -15,7 +15,7 @@
15
15
  | ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-04-04 06:05:40 |
16
16
  | api | [云 API](https://cloud.tencent.com/document/product/1278) | 2023-01-05 01:02:52 |
17
17
  | apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2024-08-27 22:32:44 |
18
- | apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2024-07-31 01:04:59 |
18
+ | apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2024-09-11 01:09:20 |
19
19
  | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2024-08-28 01:05:22 |
20
20
  | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2024-09-02 01:09:58 |
21
21
  | asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2023-05-18 01:04:02 |
@@ -23,7 +23,7 @@
23
23
  | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2024-08-29 01:10:22 |
24
24
  | bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2024-03-20 01:08:23 |
25
25
  | bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2024-09-05 01:05:48 |
26
- | billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2024-08-29 01:11:13 |
26
+ | billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2024-09-11 01:11:08 |
27
27
  | bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
28
28
  | bm | [黑石物理服务器CPM](https://cloud.tencent.com/document/product/386) | 2024-03-20 01:08:40 |
29
29
  | bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2024-04-24 01:05:22 |
@@ -48,7 +48,7 @@
48
48
  | cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2024-09-04 01:13:34 |
49
49
  | cdwpg | [云数据仓库 PostgreSQL](https://cloud.tencent.com/document/product/878) | 2024-03-28 01:10:53 |
50
50
  | cdz | [专属可用区](https://cloud.tencent.com/document/product/1629) | 2024-08-28 01:17:24 |
51
- | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2024-09-03 01:21:59 |
51
+ | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2024-09-11 01:19:01 |
52
52
  | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2024-08-28 01:17:42 |
53
53
  | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2024-09-09 01:19:11 |
54
54
  | chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2024-03-20 01:10:55 |
@@ -56,7 +56,7 @@
56
56
  | cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2023-05-18 01:12:07 |
57
57
  | cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
58
58
  | cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
59
- | ckafka | [消息队列 CKafka 版](https://cloud.tencent.com/document/product/597) | 2024-09-02 01:21:22 |
59
+ | ckafka | [消息队列 CKafka 版](https://cloud.tencent.com/document/product/597) | 2024-09-11 01:20:54 |
60
60
  | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2024-09-03 01:25:28 |
61
61
  | cloudapp | [云应用](https://cloud.tencent.com/document/product/1689) | 2024-07-18 10:12:45 |
62
62
  | cloudaudit | [操作审计](https://cloud.tencent.com/document/product/629) | 2024-01-15 01:09:37 |
@@ -72,7 +72,7 @@
72
72
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
73
73
  | csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2024-08-28 01:24:29 |
74
74
  | csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2024-03-20 01:12:25 |
75
- | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-08-29 01:25:55 |
75
+ | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-09-10 01:20:00 |
76
76
  | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-09-09 01:25:33 |
77
77
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
78
78
  | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-09-06 01:24:52 |
@@ -81,27 +81,27 @@
81
81
  | dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:20:11 |
82
82
  | dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2024-09-03 01:38:02 |
83
83
  | dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2024-07-08 01:12:54 |
84
- | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2024-09-02 01:33:14 |
85
- | dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2024-09-03 01:39:09 |
86
- | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2024-09-06 01:28:29 |
87
- | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2024-08-21 01:31:30 |
84
+ | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2024-09-10 01:27:21 |
85
+ | dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2024-09-11 01:32:35 |
86
+ | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2024-09-10 01:28:17 |
87
+ | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2024-09-11 01:34:34 |
88
88
  | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2024-07-31 01:30:16 |
89
89
  | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2024-07-12 01:14:44 |
90
90
  | ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2024-03-20 01:15:13 |
91
91
  | dsgc | [数据安全治理中心](https://cloud.tencent.com/document/product/1087) | 2024-09-05 01:30:40 |
92
92
  | dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
93
- | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2024-08-28 01:39:30 |
93
+ | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2024-09-10 01:32:13 |
94
94
  | eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2024-08-19 01:36:09 |
95
95
  | ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2024-09-05 01:32:54 |
96
96
  | ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2024-03-20 01:15:52 |
97
97
  | ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2024-08-20 01:35:54 |
98
98
  | eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2024-06-25 01:14:34 |
99
99
  | eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
100
- | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-09-09 01:39:08 |
101
- | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-09-03 01:47:13 |
102
- | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-09-09 01:40:22 |
103
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-09-03 01:49:10 |
104
- | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2024-09-06 01:38:13 |
100
+ | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-09-11 01:39:43 |
101
+ | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-09-10 15:12:32 |
102
+ | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-09-11 01:41:06 |
103
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-09-11 01:42:03 |
104
+ | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2024-09-11 01:42:57 |
105
105
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-08-28 01:46:34 |
106
106
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2024-07-05 01:10:44 |
107
107
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2024-03-20 01:17:13 |
@@ -131,7 +131,7 @@
131
131
  | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2024-07-08 01:16:48 |
132
132
  | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2024-03-20 01:18:54 |
133
133
  | irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2024-03-20 01:19:05 |
134
- | iss | [智能视图计算平台](https://cloud.tencent.com/document/product/1344) | 2024-09-02 01:50:45 |
134
+ | iss | [智能视图计算平台](https://cloud.tencent.com/document/product/1344) | 2024-09-11 01:51:03 |
135
135
  | ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2024-07-09 14:27:21 |
136
136
  | keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2024-03-20 01:19:20 |
137
137
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2024-04-17 01:17:16 |
@@ -142,7 +142,7 @@
142
142
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
143
143
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
144
144
  | mall | [商场客留大数据](https://cloud.tencent.com/document/product/1707) | 2024-03-20 01:20:11 |
145
- | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2024-09-03 02:06:45 |
145
+ | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2024-09-11 01:55:56 |
146
146
  | market | [云市场](https://cloud.tencent.com/document/product/306) | 2024-03-20 01:20:21 |
147
147
  | memcached | [云数据库Memcached](https://cloud.tencent.com/document/product/241) | 2024-08-28 02:03:45 |
148
148
  | mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
@@ -158,7 +158,7 @@
158
158
  | nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2024-05-07 01:22:11 |
159
159
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
160
160
  | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2024-09-04 01:54:37 |
161
- | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-09-06 01:56:47 |
161
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-09-11 02:01:34 |
162
162
  | omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2024-06-13 02:11:33 |
163
163
  | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2024-08-28 02:12:13 |
164
164
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2024-06-26 01:21:35 |
@@ -166,8 +166,8 @@
166
166
  | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2024-09-03 02:17:01 |
167
167
  | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2024-08-28 02:14:34 |
168
168
  | pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2024-08-09 02:01:53 |
169
- | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2024-08-01 02:05:51 |
170
- | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2024-09-05 01:59:56 |
169
+ | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2024-09-10 02:00:15 |
170
+ | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2024-09-11 02:05:34 |
171
171
  | region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2024-08-28 02:16:37 |
172
172
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-12-25 00:16:39 |
173
173
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
@@ -177,7 +177,7 @@
177
177
  | smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2024-08-12 02:09:46 |
178
178
  | smop | [腾讯安心用户运营平台](https://cloud.tencent.com/document/product/1310) | 2024-04-11 01:20:38 |
179
179
  | smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2024-07-09 01:21:06 |
180
- | sms | [短信](https://cloud.tencent.com/document/product/382) | 2024-08-13 02:19:06 |
180
+ | sms | [短信](https://cloud.tencent.com/document/product/382) | 2024-09-09 16:31:53 |
181
181
  | soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2024-04-11 01:20:45 |
182
182
  | solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
183
183
  | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2024-08-27 02:19:04 |
@@ -209,7 +209,7 @@
209
209
  | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-09-05 02:11:14 |
210
210
  | tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2024-08-07 02:22:38 |
211
211
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2024-07-24 02:14:59 |
212
- | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-09-09 02:17:49 |
212
+ | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-09-11 02:18:47 |
213
213
  | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2024-09-05 02:14:49 |
214
214
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
215
215
  | tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-08-17 05:26:08 |
@@ -225,25 +225,25 @@
225
225
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2024-09-03 02:41:07 |
226
226
  | tourism | [文旅客情大数据](https://cloud.tencent.com/document/product/1684) | 2024-03-20 01:28:59 |
227
227
  | trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-05-18 02:01:19 |
228
- | trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-09-09 02:22:07 |
228
+ | trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-09-10 02:17:47 |
229
229
  | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2024-09-09 02:22:32 |
230
230
  | trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2024-07-31 02:17:29 |
231
- | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-09-04 02:18:27 |
232
- | tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-09-06 02:19:47 |
233
- | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2024-07-30 11:37:37 |
231
+ | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-09-10 02:18:51 |
232
+ | tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-09-10 02:19:25 |
233
+ | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2024-09-11 02:25:39 |
234
234
  | tsi | [腾讯同传系统](https://cloud.tencent.com/document/product/1399) | 2024-08-02 02:22:13 |
235
235
  | tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2024-03-20 01:30:06 |
236
236
  | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2024-08-21 02:26:53 |
237
237
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2024-03-20 01:30:08 |
238
238
  | vcg | [视频生成](https://cloud.tencent.com/document/product/1770) | 2024-06-06 02:47:17 |
239
- | vclm | [大模型视频创作引擎](https://cloud.tencent.com/document/product/1616) | 2024-09-09 02:26:33 |
240
- | vdb | [向量数据库](https://cloud.tencent.com/document/product/1709) | 2024-08-15 02:35:35 |
239
+ | vclm | [大模型视频创作引擎](https://cloud.tencent.com/document/product/1616) | 2024-09-10 02:22:16 |
240
+ | vdb | [向量数据库](https://cloud.tencent.com/document/product/1709) | 2024-09-11 02:27:43 |
241
241
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2024-07-26 02:26:34 |
242
242
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2024-03-20 01:30:13 |
243
- | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2024-08-28 02:44:44 |
244
- | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-09-03 02:49:57 |
243
+ | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2024-09-10 02:22:41 |
244
+ | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-09-11 02:30:07 |
245
245
  | vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2024-09-06 02:27:27 |
246
- | vtc | [视频转译](https://cloud.tencent.com/document/product/1769) | 2024-09-09 02:31:26 |
246
+ | vtc | [视频转译](https://cloud.tencent.com/document/product/1769) | 2024-09-10 02:27:11 |
247
247
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-09-09 02:31:32 |
248
248
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2024-03-20 01:32:09 |
249
249
  | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-08-29 20:07:34 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.933"
1
+ export const sdkVersion = "4.0.935"
@@ -32,6 +32,7 @@ import {
32
32
  ChangeClothesResponse,
33
33
  SubmitTextToImageProJobResponse,
34
34
  SubmitTrainPortraitModelJobRequest,
35
+ SketchToImageRequest,
35
36
  TextToImageRequest,
36
37
  GenerateAvatarRequest,
37
38
  LogoRect,
@@ -39,6 +40,7 @@ import {
39
40
  SubmitTrainPortraitModelJobResponse,
40
41
  QueryDrawPortraitJobRequest,
41
42
  ImageToImageResponse,
43
+ SketchToImageResponse,
42
44
  ChangeClothesRequest,
43
45
  ReplaceBackgroundResponse,
44
46
  UploadTrainPortraitImagesResponse,
@@ -57,6 +59,17 @@ export class Client extends AbstractClient {
57
59
  super("aiart.tencentcloudapi.com", "2022-12-29", clientConfig)
58
60
  }
59
61
 
62
+ /**
63
+ * 线稿生图接口支持上传一张黑白线稿图,按照指定的主体对象以及样式、颜色、材质、风格等的文本描述prompt ,对线稿图进行色彩填充与细节描绘,得到一张完整绘制的图像。生成图分辨率默认为1024:1024。
64
+ 线稿生图默认提供1个并发任务数,代表最多能同时处理1个已提交的任务,上一个任务处理完毕后才能开始处理下一个任务。
65
+ */
66
+ async SketchToImage(
67
+ req: SketchToImageRequest,
68
+ cb?: (error: string, rep: SketchToImageResponse) => void
69
+ ): Promise<SketchToImageResponse> {
70
+ return this.request("SketchToImage", req, cb)
71
+ }
72
+
60
73
  /**
61
74
  * 本接口已迁移至腾讯混元大模型-混元生图,即将停止此处维护,可切换至 [混元生图 API](https://cloud.tencent.com/document/product/1729/105969) 继续使用。
62
75
  文生图(高级版)接口基于高级版文生图大模型,将根据输入的文本描述,智能生成与之相关的结果图。分为提交任务和查询任务2个接口。
@@ -113,6 +113,18 @@ Strength 值越小,生成图和原图越接近,取值范围(0, 1],不传
113
113
  * 返回图像方式(base64 或 url) ,二选一,默认为 base64。url 有效期为1小时。
114
114
  */
115
115
  RspImgType?: string
116
+ /**
117
+ * 画质增强开关,默认关闭。
118
+ 1:开启
119
+ 0:关闭
120
+ 开启后将增强图像的画质清晰度,生成耗时有所增加。
121
+ */
122
+ EnhanceImage?: number
123
+ /**
124
+ * 细节优化的面部数量上限,支持0 ~ 6,默认为0。
125
+ 若上传大于0的值,将以此为上限对每张图片中面积占比较小的面部进行细节修复,生成耗时根据实际优化的面部个数有所增加。
126
+ */
127
+ RestoreFace?: number
116
128
  }
117
129
 
118
130
  /**
@@ -425,6 +437,47 @@ export interface SubmitTrainPortraitModelJobRequest {
425
437
  ModelId: string
426
438
  }
427
439
 
440
+ /**
441
+ * SketchToImage请求参数结构体
442
+ */
443
+ export interface SketchToImageRequest {
444
+ /**
445
+ * 用于线稿生图的文本描述。
446
+ 最多支持200个 utf-8 字符。
447
+ 建议格式:线稿中的主体对象+画面场景+配色/材质/元素/风格等
448
+ */
449
+ Prompt: string
450
+ /**
451
+ * 线稿图 Base64 数据。
452
+ Base64 和 Url 必须提供一个,如果都提供以Url 为准。
453
+ 图片限制:黑白线稿图片,单边分辨率小于5000且大于512(分辨率过小会导致效果受损),转成 Base64 字符串后小于 6MB,格式支持 jpg、jpeg、png、bmp、tiff、webp。
454
+ */
455
+ InputImage?: string
456
+ /**
457
+ * 线稿图 Url。
458
+ Base64 和 Url 必须提供一个,如果都提供以Url 为准。
459
+ 图片限制:黑白线稿图片,单边分辨率小于5000且大于512(分辨率过小会导致效果受损),转成 Base64 字符串后小于 6MB,格式支持 jpg、jpeg、png、bmp、tiff、webp。
460
+ */
461
+ InputUrl?: string
462
+ /**
463
+ * 为生成结果图添加标识的开关,默认为1。
464
+ 1:添加标识。
465
+ 0:不添加标识。
466
+ 其他数值:默认按1处理。
467
+ 建议您使用显著标识来提示结果图使用了 AI 绘画技术,是 AI 生成的图片。
468
+ */
469
+ LogoAdd?: number
470
+ /**
471
+ * 标识内容设置。
472
+ 默认在生成结果图右下角添加“图片由 AI 生成”字样,您可根据自身需要替换为其他的标识图片。
473
+ */
474
+ LogoParam?: LogoParam
475
+ /**
476
+ * 返回图像方式(base64 或 url) ,二选一,默认为 base64。url 有效期为1小时。生成图分辨率较大时建议选择 url,使用 base64 可能因图片过大导致返回失败。
477
+ */
478
+ RspImgType?: string
479
+ }
480
+
428
481
  /**
429
482
  * TextToImage请求参数结构体
430
483
  */
@@ -611,6 +664,22 @@ export interface ImageToImageResponse {
611
664
  RequestId?: string
612
665
  }
613
666
 
667
+ /**
668
+ * SketchToImage返回参数结构体
669
+ */
670
+ export interface SketchToImageResponse {
671
+ /**
672
+ * 根据入参 RspImgType 填入不同,返回不同的内容。
673
+ 如果传入 base64 则返回生成图 Base64 编码。
674
+ 如果传入 url 则返回的生成图 URL , 有效期1小时,请及时保存。
675
+ */
676
+ ResultImage?: string
677
+ /**
678
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
679
+ */
680
+ RequestId?: string
681
+ }
682
+
614
683
  /**
615
684
  * ChangeClothes请求参数结构体
616
685
  */
@@ -1256,6 +1256,11 @@ export interface Task {
1256
1256
  注意:此字段可能返回 null,表示取不到有效值。
1257
1257
  */
1258
1258
  TaskIssue?: string
1259
+ /**
1260
+ * region信息
1261
+ 注意:此字段可能返回 null,表示取不到有效值。
1262
+ */
1263
+ TaskRegionName?: string
1259
1264
  }
1260
1265
 
1261
1266
  /**
@@ -3003,7 +3003,7 @@ export interface OperateResponseData {
3003
3003
  * FlowId11
3004
3004
  注意:此字段可能返回 null,表示取不到有效值。
3005
3005
  */
3006
- FlowId: number
3006
+ FlowId?: number
3007
3007
  /**
3008
3008
  * RouteIdDto
3009
3009
  注意:此字段可能返回 null,表示取不到有效值。
@@ -5033,7 +5033,7 @@ export interface ModifyRoutineMaintenanceTaskRequest {
5033
5033
  */
5034
5034
  MaintenanceType: string
5035
5035
  /**
5036
- * 自动化运维子类别
5036
+ * INSTANCE_STORAGE_CAPACITY(磁盘自动扩容)/MESSAGE_RETENTION_PERIOD(磁盘动态消息保留策略)
5037
5037
  */
5038
5038
  MaintenanceSubtype: string
5039
5039
  /**
@@ -5380,6 +5380,7 @@ export interface ModifyInstanceAttributesRequest {
5380
5380
  PublicNetwork?: number
5381
5381
  /**
5382
5382
  * 动态硬盘扩容策略配置
5383
+ * @deprecated
5383
5384
  */
5384
5385
  DynamicDiskConfig?: DynamicDiskConfig
5385
5386
  /**
@@ -106,6 +106,7 @@ import {
106
106
  RenewHostsRequest,
107
107
  CreateDisasterRecoverGroupResponse,
108
108
  RemoveChcAssistVpcRequest,
109
+ ConvertOperatingSystemsRequest,
109
110
  StartInstancesRequest,
110
111
  Tag,
111
112
  ProgramFpgaImageResponse,
@@ -149,10 +150,12 @@ import {
149
150
  OperationCountLimit,
150
151
  ReservedInstanceConfigInfoItem,
151
152
  LaunchTemplateVersionData,
153
+ TargetOS,
152
154
  DeleteDisasterRecoverGroupsResponse,
153
155
  HostItem,
154
156
  OsVersion,
155
157
  Externals,
158
+ ConvertOperatingSystemsResponse,
156
159
  InquiryPriceModifyInstancesChargeTypeRequest,
157
160
  CreateImageRequest,
158
161
  Instance,
@@ -998,6 +1001,16 @@ export class Client extends AbstractClient {
998
1001
  return this.request("ModifyImageAttribute", req, cb)
999
1002
  }
1000
1003
 
1004
+ /**
1005
+ * 本接口(ConvertOperatingSystem)用于转换实例的操作系统,仅支持源操作系统为 CentOS 7、CentOS 8 的实例。
1006
+ */
1007
+ async ConvertOperatingSystems(
1008
+ req: ConvertOperatingSystemsRequest,
1009
+ cb?: (error: string, rep: ConvertOperatingSystemsResponse) => void
1010
+ ): Promise<ConvertOperatingSystemsResponse> {
1011
+ return this.request("ConvertOperatingSystems", req, cb)
1012
+ }
1013
+
1001
1014
  /**
1002
1015
  * 本接口 (DeleteDisasterRecoverGroups)用于删除[分散置放群组](https://cloud.tencent.com/document/product/213/15486)。只有空的置放群组才能被删除,非空的群组需要先销毁组内所有云服务器,才能执行删除操作,不然会产生删除置放群组失败的错误。
1003
1016
  */
@@ -1892,6 +1892,28 @@ export interface RemoveChcAssistVpcRequest {
1892
1892
  ChcIds: Array<string>
1893
1893
  }
1894
1894
 
1895
+ /**
1896
+ * ConvertOperatingSystems请求参数结构体
1897
+ */
1898
+ export interface ConvertOperatingSystemsRequest {
1899
+ /**
1900
+ * 执行操作系统转换的实例 ID
1901
+ */
1902
+ InstanceIds: Array<string>
1903
+ /**
1904
+ * 是否最小规模转换
1905
+ */
1906
+ MinimalConversion?: boolean
1907
+ /**
1908
+ * 是否只预检
1909
+ */
1910
+ DryRun?: boolean
1911
+ /**
1912
+ * 转换的目标操作系统类型。仅支持 TencentOS。
1913
+ */
1914
+ TargetOSType?: string
1915
+ }
1916
+
1895
1917
  /**
1896
1918
  * StartInstances请求参数结构体
1897
1919
  */
@@ -3007,6 +3029,20 @@ FALSE:表示关闭实例保护,允许通过api接口删除实例
3007
3029
  DisableApiTermination?: boolean
3008
3030
  }
3009
3031
 
3032
+ /**
3033
+ * 操作系统转换的目标操作系统信息
3034
+ */
3035
+ export interface TargetOS {
3036
+ /**
3037
+ * 目标操作系统类型
3038
+ */
3039
+ TargetOSType?: string
3040
+ /**
3041
+ * 目标操作系统版本
3042
+ */
3043
+ TargetOSVersion?: string
3044
+ }
3045
+
3010
3046
  /**
3011
3047
  * DeleteDisasterRecoverGroups返回参数结构体
3012
3048
  */
@@ -3120,6 +3156,26 @@ export interface Externals {
3120
3156
  StorageBlockAttr?: StorageBlock
3121
3157
  }
3122
3158
 
3159
+ /**
3160
+ * ConvertOperatingSystems返回参数结构体
3161
+ */
3162
+ export interface ConvertOperatingSystemsResponse {
3163
+ /**
3164
+ * 转换的目标操系统信息,仅在入参 DryRun 为 true 时返回。
3165
+ 注意:此字段可能返回 null,表示取不到有效值。
3166
+ */
3167
+ SupportTargetOSList?: Array<TargetOS>
3168
+ /**
3169
+ * 操作系统转换的任务 ID
3170
+ 注意:此字段可能返回 null,表示取不到有效值。
3171
+ */
3172
+ TaskId?: string
3173
+ /**
3174
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3175
+ */
3176
+ RequestId?: string
3177
+ }
3178
+
3123
3179
  /**
3124
3180
  * InquiryPriceModifyInstancesChargeType请求参数结构体
3125
3181
  */
@@ -117,9 +117,8 @@ export class Client extends AbstractClient {
117
117
  }
118
118
 
119
119
  /**
120
- * 查询物理专线接入点
121
-
122
- */
120
+ * 查询物理专线接入点。
121
+ */
123
122
  async DescribeAccessPoints(
124
123
  req: DescribeAccessPointsRequest,
125
124
  cb?: (error: string, rep: DescribeAccessPointsResponse) => void
@@ -148,7 +147,7 @@ export class Client extends AbstractClient {
148
147
  }
149
148
 
150
149
  /**
151
- * 本接口(DescribeDirectConnectTunnelExtra)用于查询专用通道扩展信息
150
+ * 查询专用通道扩展信息。
152
151
  */
153
152
  async DescribeDirectConnectTunnelExtra(
154
153
  req: DescribeDirectConnectTunnelExtraRequest,
@@ -168,7 +167,7 @@ export class Client extends AbstractClient {
168
167
  }
169
168
 
170
169
  /**
171
- * 接受专用通道申请
170
+ * 接受专用通道申请。
172
171
  */
173
172
  async AcceptDirectConnectTunnel(
174
173
  req: AcceptDirectConnectTunnelRequest,
@@ -261,7 +260,7 @@ export class Client extends AbstractClient {
261
260
  }
262
261
 
263
262
  /**
264
- * 拒绝专用通道申请
263
+ * 拒绝专用通道申请。
265
264
  */
266
265
  async RejectDirectConnectTunnel(
267
266
  req: RejectDirectConnectTunnelRequest,
@@ -71,7 +71,7 @@ export interface DirectConnectTunnelRoute {
71
71
  */
72
72
  export interface RejectDirectConnectTunnelRequest {
73
73
  /**
74
- *
74
+ * 专用通道ID。
75
75
  */
76
76
  DirectConnectTunnelId: string
77
77
  }
@@ -109,7 +109,7 @@ export interface CreateDirectConnectResponse {
109
109
  */
110
110
  export interface DescribeDirectConnectTunnelExtraRequest {
111
111
  /**
112
- * 专用通道ID
112
+ * 专用通道ID
113
113
  */
114
114
  DirectConnectTunnelId: string
115
115
  }
@@ -389,7 +389,7 @@ export interface DescribeAccessPointsResponse {
389
389
  */
390
390
  AccessPointSet?: Array<AccessPoint>
391
391
  /**
392
- * 符合接入点数量。
392
+ * 接入点总数量。
393
393
  */
394
394
  TotalCount?: number
395
395
  /**
@@ -413,7 +413,7 @@ export interface DeleteDirectConnectTunnelRequest {
413
413
  */
414
414
  export interface AcceptDirectConnectTunnelRequest {
415
415
  /**
416
- * 物理专线拥有者接受共享专用通道申请
416
+ * 专用通道ID。
417
417
  */
418
418
  DirectConnectTunnelId: string
419
419
  }
@@ -433,7 +433,7 @@ export interface ReleaseInternetAddressRequest {
433
433
  */
434
434
  export interface DescribeDirectConnectTunnelExtraResponse {
435
435
  /**
436
- * 专用通道扩展信息
436
+ * 专用通道扩展信息。
437
437
  */
438
438
  DirectConnectTunnelExtra?: DirectConnectTunnelExtra
439
439
  /**
@@ -863,8 +863,7 @@ export interface DescribeDirectConnectsResponse {
863
863
  */
864
864
  export interface DescribeAccessPointsRequest {
865
865
  /**
866
- * 接入点所在的地域。使用DescribeRegions查询
867
-
866
+ * 接入点所在的地域。使用DescribeRegions查询。
868
867
  您可以通过调用 DescribeRegions接口获取地域ID。
869
868
  */
870
869
  RegionId?: string