tencentcloud-sdk-nodejs 4.0.555 → 4.0.556

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 (84) hide show
  1. package/CHANGELOG.md +356 -0
  2. package/SERVICE_CHANGELOG.md +539 -83
  3. package/package.json +1 -1
  4. package/products.md +24 -23
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/aiart/index.ts +5 -0
  7. package/src/services/aiart/v20221229/aiart_client.ts +68 -0
  8. package/src/services/aiart/v20221229/aiart_models.ts +230 -0
  9. package/src/services/aiart/v20221229/index.ts +6 -0
  10. package/src/services/antiddos/v20200309/antiddos_models.ts +6 -0
  11. package/src/services/cdb/v20170320/cdb_models.ts +12 -2
  12. package/src/services/cloudhsm/v20191112/cloudhsm_client.ts +40 -3
  13. package/src/services/cloudhsm/v20191112/cloudhsm_models.ts +192 -50
  14. package/src/services/cls/v20201016/cls_client.ts +57 -20
  15. package/src/services/cls/v20201016/cls_models.ts +293 -63
  16. package/src/services/cvm/v20170312/cvm_client.ts +19 -2
  17. package/src/services/cvm/v20170312/cvm_models.ts +61 -2
  18. package/src/services/cwp/v20180228/cwp_models.ts +6 -0
  19. package/src/services/dlc/v20210125/dlc_client.ts +561 -549
  20. package/src/services/dlc/v20210125/dlc_models.ts +123 -108
  21. package/src/services/ecm/v20190719/ecm_models.ts +1 -1
  22. package/src/services/ess/v20201111/ess_client.ts +16 -2
  23. package/src/services/ess/v20201111/ess_models.ts +215 -76
  24. package/src/services/essbasic/v20210526/essbasic_models.ts +37 -1
  25. package/src/services/index.ts +1 -0
  26. package/src/services/irp/v20220805/irp_client.ts +57 -16
  27. package/src/services/irp/v20220805/irp_models.ts +477 -70
  28. package/src/services/lcic/v20220817/lcic_models.ts +1 -1
  29. package/src/services/monitor/v20180724/monitor_client.ts +1 -1
  30. package/src/services/monitor/v20180724/monitor_models.ts +7 -7
  31. package/src/services/mps/v20190612/mps_client.ts +655 -569
  32. package/src/services/mps/v20190612/mps_models.ts +535 -178
  33. package/src/services/tcaplusdb/v20190823/tcaplusdb_models.ts +43 -2
  34. package/tencentcloud/common/sdk_version.d.ts +1 -1
  35. package/tencentcloud/common/sdk_version.js +1 -1
  36. package/tencentcloud/services/aiart/index.d.ts +6 -0
  37. package/tencentcloud/services/aiart/index.js +7 -0
  38. package/tencentcloud/services/aiart/v20221229/aiart_client.d.ts +28 -0
  39. package/tencentcloud/services/aiart/v20221229/aiart_client.js +53 -0
  40. package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +187 -0
  41. package/tencentcloud/services/aiart/v20221229/aiart_models.js +18 -0
  42. package/tencentcloud/services/aiart/v20221229/index.d.ts +6 -0
  43. package/tencentcloud/services/aiart/v20221229/index.js +9 -0
  44. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +5 -0
  45. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +10 -2
  46. package/tencentcloud/services/cloudhsm/v20191112/cloudhsm_client.d.ts +13 -1
  47. package/tencentcloud/services/cloudhsm/v20191112/cloudhsm_client.js +18 -0
  48. package/tencentcloud/services/cloudhsm/v20191112/cloudhsm_models.d.ts +163 -43
  49. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +19 -7
  50. package/tencentcloud/services/cls/v20201016/cls_client.js +27 -9
  51. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +251 -56
  52. package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +12 -3
  53. package/tencentcloud/services/cvm/v20170312/cvm_client.js +13 -2
  54. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +52 -2
  55. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +5 -0
  56. package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +171 -167
  57. package/tencentcloud/services/dlc/v20210125/dlc_client.js +255 -249
  58. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +103 -90
  59. package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +1 -1
  60. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +5 -1
  61. package/tencentcloud/services/ess/v20201111/ess_client.js +6 -0
  62. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +184 -64
  63. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +31 -1
  64. package/tencentcloud/services/index.d.ts +1 -0
  65. package/tencentcloud/services/index.js +2 -0
  66. package/tencentcloud/services/irp/v20220805/irp_client.d.ts +17 -5
  67. package/tencentcloud/services/irp/v20220805/irp_client.js +24 -6
  68. package/tencentcloud/services/irp/v20220805/irp_models.d.ts +399 -62
  69. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +1 -1
  70. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +1 -1
  71. package/tencentcloud/services/monitor/v20180724/monitor_client.js +1 -1
  72. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +7 -7
  73. package/tencentcloud/services/mps/v20190612/mps_client.d.ts +221 -186
  74. package/tencentcloud/services/mps/v20190612/mps_client.js +314 -267
  75. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +456 -150
  76. package/tencentcloud/services/tcaplusdb/v20190823/tcaplusdb_models.d.ts +36 -2
  77. package/test/aiart.v20221229.test.js +41 -0
  78. package/test/cloudhsm.v20191112.test.js +30 -0
  79. package/test/cls.v20201016.test.js +36 -6
  80. package/test/cvm.v20170312.test.js +10 -0
  81. package/test/dlc.v20210125.test.js +178 -168
  82. package/test/ess.v20201111.test.js +10 -0
  83. package/test/irp.v20220805.test.js +34 -4
  84. package/test/mps.v20190612.test.js +220 -160
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.555",
3
+ "version": "4.0.556",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -6,10 +6,11 @@
6
6
  | advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2023-02-01 01:01:26 |
7
7
  | af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2022-05-23 06:01:54 |
8
8
  | afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2023-02-01 01:01:37 |
9
+ | aiart | [AI 绘画](https://cloud.tencent.com/document/product/1668) | 2023-03-09 16:15:37 |
9
10
  | ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2023-02-23 01:01:50 |
10
11
  | ams | [音频内容安全](https://cloud.tencent.com/document/product/1219) | 2022-12-29 10:01:58 |
11
12
  | anicloud | [动效素材服务](https://cloud.tencent.com/document/product/1641) | 2022-12-21 18:48:21 |
12
- | antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/1021) | 2023-02-22 01:02:37 |
13
+ | antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/1021) | 2023-03-10 01:01:32 |
13
14
  | apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-04-04 06:05:36 |
14
15
  | ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-04-04 06:05:40 |
15
16
  | api | [云 API](https://cloud.tencent.com/document/product/1278) | 2023-01-05 01:02:52 |
@@ -35,12 +36,12 @@
35
36
  | btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2023-01-12 01:05:12 |
36
37
  | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2023-03-01 01:04:59 |
37
38
  | captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2023-02-17 11:41:16 |
38
- | car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2023-02-15 01:12:22 |
39
+ | car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2023-03-10 01:05:35 |
39
40
  | casb | [云访问安全代理](https://cloud.tencent.com/document/product/1303) | 2022-12-26 10:53:16 |
40
41
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-12-12 01:11:14 |
41
42
  | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-03-09 01:06:22 |
42
43
  | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-03-08 01:06:07 |
43
- | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-03-09 01:06:53 |
44
+ | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-03-10 01:06:15 |
44
45
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-03-09 01:07:38 |
45
46
  | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-03-01 01:08:42 |
46
47
  | cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2022-10-31 06:15:53 |
@@ -56,16 +57,16 @@
56
57
  | ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-03-09 01:10:31 |
57
58
  | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-03-09 01:13:55 |
58
59
  | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2023-02-07 01:15:35 |
59
- | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-12-14 01:17:29 |
60
+ | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2023-03-10 01:16:51 |
60
61
  | cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-03-09 01:14:35 |
61
- | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-03-09 01:14:48 |
62
+ | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-03-10 01:17:25 |
62
63
  | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-02-27 01:14:21 |
63
64
  | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-11-16 06:15:44 |
64
65
  | cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
65
66
  | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-02-01 01:13:56 |
66
67
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
67
- | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-03-09 01:16:53 |
68
- | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-03-09 01:17:51 |
68
+ | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-03-10 01:19:38 |
69
+ | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-03-10 01:25:38 |
69
70
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
70
71
  | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-03-03 01:13:15 |
71
72
  | dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-03-09 01:19:39 |
@@ -75,7 +76,7 @@
75
76
  | dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2022-11-23 06:23:05 |
76
77
  | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2022-10-26 06:29:47 |
77
78
  | dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-03-09 01:21:10 |
78
- | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-03-07 01:19:41 |
79
+ | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-03-10 01:29:04 |
79
80
  | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-02-27 01:20:45 |
80
81
  | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-03-07 01:21:01 |
81
82
  | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2022-04-04 06:38:48 |
@@ -85,13 +86,13 @@
85
86
  | eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2023-03-09 01:23:03 |
86
87
  | ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2022-04-04 06:39:27 |
87
88
  | ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2022-04-08 06:06:57 |
88
- | ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2023-02-06 01:39:29 |
89
+ | ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2023-03-10 01:30:58 |
89
90
  | eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2022-05-13 06:11:29 |
90
91
  | eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2022-11-16 06:22:42 |
91
92
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-03-09 01:24:21 |
92
93
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-03-09 01:25:15 |
93
- | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-03-06 01:20:52 |
94
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-03-09 01:25:44 |
94
+ | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-03-10 01:32:25 |
95
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-03-10 01:32:46 |
95
96
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-02-27 01:25:30 |
96
97
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-03-09 01:26:07 |
97
98
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-02-02 01:28:41 |
@@ -100,7 +101,7 @@
100
101
  | gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2023-03-06 01:22:24 |
101
102
  | goosefs | [数据加速器 GooseFS](https://cloud.tencent.com/document/product/1424) | 2023-02-02 16:45:50 |
102
103
  | gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-07-11 06:12:36 |
103
- | gs | [云游戏](https://cloud.tencent.com/document/product/1162) | 2023-03-01 01:28:37 |
104
+ | gs | [云游戏](https://cloud.tencent.com/document/product/1162) | 2023-03-10 01:34:12 |
104
105
  | gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2022-07-11 06:12:44 |
105
106
  | habo | [](https://cloud.tencent.com/document/product) | 2019-05-09 19:37:22 |
106
107
  | hasim | [高可用物联网卡](https://cloud.tencent.com/document/product/1482) | 2023-03-03 01:21:56 |
@@ -113,16 +114,16 @@
113
114
  | iir | [智能识图](https://cloud.tencent.com/document/product/1217) | 2022-04-04 06:48:05 |
114
115
  | ims | [图片内容安全](https://cloud.tencent.com/document/product/1125) | 2023-03-01 01:30:09 |
115
116
  | iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2022-04-04 06:48:08 |
116
- | iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2023-03-07 01:27:26 |
117
+ | iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2023-03-10 01:36:02 |
117
118
  | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2022-12-12 01:29:57 |
118
119
  | iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2022-04-04 06:49:46 |
119
120
  | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2023-03-08 01:28:05 |
120
121
  | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-11-17 06:31:48 |
121
- | irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2023-02-17 04:09:06 |
122
+ | irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2023-03-10 01:38:31 |
122
123
  | ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2022-10-28 11:32:11 |
123
124
  | keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-03-01 01:32:51 |
124
125
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-03-03 01:26:52 |
125
- | lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-02-28 01:44:45 |
126
+ | lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-03-10 01:39:16 |
126
127
  | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-03-09 01:32:16 |
127
128
  | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-03-08 01:36:32 |
128
129
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
@@ -134,8 +135,8 @@
134
135
  | mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2023-01-10 01:33:47 |
135
136
  | mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2023-02-24 01:20:12 |
136
137
  | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-03-09 01:34:01 |
137
- | monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-03-09 01:35:34 |
138
- | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-03-09 01:39:34 |
138
+ | monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-03-10 01:41:28 |
139
+ | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-03-09 14:45:43 |
139
140
  | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2023-03-02 01:30:06 |
140
141
  | ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-01-11 01:32:47 |
141
142
  | msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2022-04-04 07:00:13 |
@@ -177,14 +178,14 @@
177
178
  | tbaas | [腾讯云区块链服务平台 TBaaS](https://cloud.tencent.com/document/product/663) | 2023-02-02 01:47:33 |
178
179
  | tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
179
180
  | tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2022-04-04 07:09:07 |
180
- | tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2023-03-09 01:48:40 |
181
+ | tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2023-03-10 01:48:39 |
181
182
  | tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2023-03-07 01:44:06 |
182
183
  | tcbr | [云托管 CloudBase Run](https://cloud.tencent.com/document/product/1243) | 2023-03-08 01:54:20 |
183
184
  | tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-07-21 06:17:29 |
184
185
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
185
186
  | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2023-03-09 01:49:28 |
186
187
  | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2023-03-09 01:49:37 |
187
- | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-03-09 01:53:04 |
188
+ | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-03-10 01:50:09 |
188
189
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-10-21 06:47:14 |
189
190
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-01-31 01:58:44 |
190
191
  | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-03-09 02:20:30 |
@@ -200,23 +201,23 @@
200
201
  | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-02-08 02:09:17 |
201
202
  | tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-03-03 01:55:44 |
202
203
  | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-01-16 02:13:33 |
203
- | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-03-09 02:25:23 |
204
+ | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-03-10 02:16:26 |
204
205
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
205
206
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-11-18 06:55:59 |
206
207
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2023-01-09 01:52:45 |
207
208
  | trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2022-12-07 07:14:03 |
208
209
  | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-01-31 02:06:12 |
209
210
  | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-03-08 02:20:49 |
210
- | tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-03-09 02:26:59 |
211
+ | tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-03-10 02:30:31 |
211
212
  | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-02-23 02:05:41 |
212
213
  | tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-10-31 06:59:44 |
213
214
  | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-02-15 02:10:16 |
214
215
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2022-04-04 07:22:44 |
215
216
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-11-16 06:46:30 |
216
217
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-04-04 07:22:54 |
217
- | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-03-09 02:28:35 |
218
+ | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-03-10 02:32:17 |
218
219
  | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-03-09 02:29:43 |
219
- | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-03-09 02:31:26 |
220
+ | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-03-10 02:38:39 |
220
221
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-10-12 07:10:28 |
221
222
  | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-03-08 02:25:19 |
222
223
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.555"
1
+ export const sdkVersion = "4.0.556"
@@ -0,0 +1,5 @@
1
+ import { v20221229 } from "./v20221229"
2
+
3
+ export const aiart = {
4
+ v20221229: v20221229,
5
+ }
@@ -0,0 +1,68 @@
1
+ /* eslint-disable @typescript-eslint/no-unused-vars */
2
+ /*
3
+ * Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved.
4
+ *
5
+ * Licensed under the Apache License, Version 2.0 (the "License");
6
+ * you may not use this file except in compliance with the License.
7
+ * You may obtain a copy of the License at
8
+ *
9
+ * http://www.apache.org/licenses/LICENSE-2.0
10
+ *
11
+ * Unless required by applicable law or agreed to in writing,
12
+ * software distributed under the License is distributed on an
13
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
+ * KIND, either express or implied. See the License for the
15
+ * specific language governing permissions and limitations
16
+ * under the License.
17
+ */
18
+ import { AbstractClient } from "../../../common/abstract_client"
19
+ import { ClientConfig } from "../../../common/interface"
20
+ import {
21
+ ImageToImageResponse,
22
+ LogoParam,
23
+ ImageToImageRequest,
24
+ LogoRect,
25
+ ResultConfig,
26
+ TextToImageRequest,
27
+ TextToImageResponse,
28
+ } from "./aiart_models"
29
+
30
+ /**
31
+ * aiart client
32
+ * @class
33
+ */
34
+ export class Client extends AbstractClient {
35
+ constructor(clientConfig: ClientConfig) {
36
+ super("aiart.tencentcloudapi.com", "2022-12-29", clientConfig)
37
+ }
38
+
39
+ /**
40
+ * 智能文生图接口将根据输入的描述文本,智能生成与之相关的结果图。
41
+ 输入:512个字符以内的描述性文本,推荐使用中文。
42
+ 输出:对应风格及分辨率的 AI 生成图。
43
+ 可支持的风格详见 [智能文生图风格列表](https://cloud.tencent.com/document/product/1668/86249),请将列表中的“风格编号”传入 Styles 数组,建议选择一种风格。
44
+
45
+ 请求频率限制为1次/秒。
46
+ */
47
+ async TextToImage(
48
+ req: TextToImageRequest,
49
+ cb?: (error: string, rep: TextToImageResponse) => void
50
+ ): Promise<TextToImageResponse> {
51
+ return this.request("TextToImage", req, cb)
52
+ }
53
+
54
+ /**
55
+ * 智能图生图接口将根据输入的图片及辅助描述文本,智能生成与之相关的结果图。
56
+ 输入:单边分辨率小于2000、转成 Base64 字符串后小于 5MB 的图片,建议同时输入描述文本。
57
+ 输出:对应风格及分辨率的 AI 生成图。
58
+ 可支持的风格详见 [智能图生图风格列表](https://cloud.tencent.com/document/product/1668/86250),请将列表中的“风格编号”传入 Styles 数组,建议选择一种风格。
59
+
60
+ 请求频率限制为1次/秒。
61
+ */
62
+ async ImageToImage(
63
+ req: ImageToImageRequest,
64
+ cb?: (error: string, rep: ImageToImageResponse) => void
65
+ ): Promise<ImageToImageResponse> {
66
+ return this.request("ImageToImage", req, cb)
67
+ }
68
+ }
@@ -0,0 +1,230 @@
1
+ /*
2
+ * Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing,
11
+ * software distributed under the License is distributed on an
12
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
13
+ * KIND, either express or implied. See the License for the
14
+ * specific language governing permissions and limitations
15
+ * under the License.
16
+ */
17
+
18
+ /**
19
+ * ImageToImage返回参数结构体
20
+ */
21
+ export interface ImageToImageResponse {
22
+ /**
23
+ * 返回的生成图 Base64 编码。
24
+ */
25
+ ResultImage?: string
26
+
27
+ /**
28
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
29
+ */
30
+ RequestId?: string
31
+ }
32
+
33
+ /**
34
+ * logo参数
35
+ */
36
+ export interface LogoParam {
37
+ /**
38
+ * 水印url
39
+ 注意:此字段可能返回 null,表示取不到有效值。
40
+ */
41
+ LogoUrl?: string
42
+
43
+ /**
44
+ * 水印base64,url和base64二选一传入
45
+ 注意:此字段可能返回 null,表示取不到有效值。
46
+ */
47
+ LogoImage?: string
48
+
49
+ /**
50
+ * 水印图片位于融合结果图中的坐标,将按照坐标对标识图片进行位置和大小的拉伸匹配
51
+ 注意:此字段可能返回 null,表示取不到有效值。
52
+ */
53
+ LogoRect?: LogoRect
54
+ }
55
+
56
+ /**
57
+ * ImageToImage请求参数结构体
58
+ */
59
+ export interface ImageToImageRequest {
60
+ /**
61
+ * 输入图 Base64 数据。
62
+ 算法将根据输入的图片,结合文本描述智能生成与之相关的图像。
63
+ Base64 和 Url 必须提供一个,如果都提供以 Base64 为准。
64
+ 图片限制:单边分辨率小于2000,转成 Base64 字符串后小于 5MB。
65
+ */
66
+ InputImage?: string
67
+
68
+ /**
69
+ * 输入图 Url。
70
+ 算法将根据输入的图片,结合文本描述智能生成与之相关的图像。
71
+ Base64 和 Url 必须提供一个,如果都提供以 Base64 为准。
72
+ 图片限制:单边分辨率小于2000,转成 Base64 字符串后小于 5MB。
73
+ */
74
+ InputUrl?: string
75
+
76
+ /**
77
+ * 文本描述。
78
+ 用于在输入图的基础上引导生成图效果,建议详细描述画面主体、细节、场景等,文本描述越丰富,生成效果越精美。推荐使用中文。最多支持512个 utf-8 字符。
79
+ 注意:如果不输入任何文本描述,可能导致较差的效果,建议根据期望的效果输入相应的文本描述。
80
+ */
81
+ Prompt?: string
82
+
83
+ /**
84
+ * 反向文本描述。
85
+ 用于一定程度上从反面引导模型生成的走向,减少生成结果中出现描述内容的可能,但不能完全杜绝。
86
+ 推荐使用中文。最多可传512个 utf-8 字符。
87
+ */
88
+ NegativePrompt?: string
89
+
90
+ /**
91
+ * 绘画风格。
92
+ 请在 [智能图生图风格列表](https://cloud.tencent.com/document/product/1668/86250) 中选择期望的风格,传入风格编号。
93
+ 推荐使用且只使用一种风格。不传默认使用201(日系动漫风格)。
94
+ 如果想要探索风格列表之外的风格,也可以尝试在 Prompt 中输入其他的风格描述。
95
+ */
96
+ Styles?: Array<string>
97
+
98
+ /**
99
+ * 生成图结果的配置,包括输出图片分辨率和尺寸等。
100
+ */
101
+ ResultConfig?: ResultConfig
102
+
103
+ /**
104
+ * 为生成结果图添加标识的开关,默认为1。
105
+ 1:添加标识。
106
+ 0:不添加标识。
107
+ 其他数值:默认按1处理。
108
+ 建议您使用显著标识来提示结果图使用了 AI 绘画技术,是 AI 生成的图片。
109
+ */
110
+ LogoAdd?: number
111
+
112
+ /**
113
+ * 标识内容设置。
114
+ 默认在生成结果图右下角添加“图片由 AI 生成”字样,您可根据自身需要替换为其他的标识图片。
115
+ */
116
+ LogoParam?: LogoParam
117
+
118
+ /**
119
+ * 生成自由度。
120
+ Strength 值越小,生成图和原图越接近。取值范围0~1,不传默认为0.6。
121
+ */
122
+ Strength?: number
123
+ }
124
+
125
+ /**
126
+ * 输入框
127
+ */
128
+ export interface LogoRect {
129
+ /**
130
+ * 左上角X坐标
131
+ 注意:此字段可能返回 null,表示取不到有效值。
132
+ */
133
+ X?: number
134
+
135
+ /**
136
+ * 左上角Y坐标
137
+ 注意:此字段可能返回 null,表示取不到有效值。
138
+ */
139
+ Y?: number
140
+
141
+ /**
142
+ * 方框宽度
143
+ 注意:此字段可能返回 null,表示取不到有效值。
144
+ */
145
+ Width?: number
146
+
147
+ /**
148
+ * 方框高度
149
+ 注意:此字段可能返回 null,表示取不到有效值。
150
+ */
151
+ Height?: number
152
+ }
153
+
154
+ /**
155
+ * 返回结果配置
156
+ */
157
+ export interface ResultConfig {
158
+ /**
159
+ * 生成图分辨率
160
+ 支持生成以下不同分辨率的图片,对应1:1方图、3:4竖图、4:3横图三种尺寸规格,不传默认为"768:768"
161
+ 取值:
162
+ ● 768:768
163
+ ● 768:1024
164
+ ● 1024:768
165
+ 注意:此字段可能返回 null,表示取不到有效值。
166
+ */
167
+ Resolution?: string
168
+ }
169
+
170
+ /**
171
+ * TextToImage请求参数结构体
172
+ */
173
+ export interface TextToImageRequest {
174
+ /**
175
+ * 文本描述。
176
+ 算法将根据输入的文本智能生成与之相关的图像。建议详细描述画面主体、细节、场景等,文本描述越丰富,生成效果越精美。
177
+ 不能为空,推荐使用中文。最多可传512个 utf-8 字符。
178
+ */
179
+ Prompt: string
180
+
181
+ /**
182
+ * 反向文本描述。
183
+ 用于一定程度上从反面引导模型生成的走向,减少生成结果中出现描述内容的可能,但不能完全杜绝。
184
+ 推荐使用中文。最多可传512个 utf-8 字符。
185
+ */
186
+ NegativePrompt?: string
187
+
188
+ /**
189
+ * 绘画风格。
190
+ 请在 [智能文生图风格列表](https://cloud.tencent.com/document/product/1668/86249) 中选择期望的风格,传入风格编号。
191
+ 推荐使用且只使用一种风格。不传默认使用201(日系动漫风格)。
192
+ 如果想要探索风格列表之外的风格,也可以尝试在 Prompt 中输入其他的风格描述。
193
+ */
194
+ Styles?: Array<string>
195
+
196
+ /**
197
+ * 生成图结果的配置,包括输出图片分辨率和尺寸等。
198
+ */
199
+ ResultConfig?: ResultConfig
200
+
201
+ /**
202
+ * 为生成结果图添加标识的开关,默认为1。
203
+ 1:添加标识。
204
+ 0:不添加标识。
205
+ 其他数值:默认按1处理。
206
+ 建议您使用显著标识来提示结果图使用了 AI 绘画技术,是 AI 生成的图片。
207
+ */
208
+ LogoAdd?: number
209
+
210
+ /**
211
+ * 标识内容设置。
212
+ 默认在生成结果图右下角添加“图片由 AI 生成”字样,您可根据自身需要替换为其他的标识图片。
213
+ */
214
+ LogoParam?: LogoParam
215
+ }
216
+
217
+ /**
218
+ * TextToImage返回参数结构体
219
+ */
220
+ export interface TextToImageResponse {
221
+ /**
222
+ * 返回的生成图 Base64 编码。
223
+ */
224
+ ResultImage?: string
225
+
226
+ /**
227
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
228
+ */
229
+ RequestId?: string
230
+ }
@@ -0,0 +1,6 @@
1
+ import * as Models from "./aiart_models"
2
+ import { Client } from "./aiart_client"
3
+ export const v20221229 = {
4
+ Client: Client,
5
+ Models: Models,
6
+ }
@@ -4605,6 +4605,12 @@ export interface BGPInstanceSpecification {
4605
4605
  注意:此字段可能返回 null,表示取不到有效值。
4606
4606
  */
4607
4607
  ElasticLimit: number
4608
+
4609
+ /**
4610
+ * 降配后的防护能力,单位Gbps
4611
+ 注意:此字段可能返回 null,表示取不到有效值。
4612
+ */
4613
+ DownGradeProtect?: number
4608
4614
  }
4609
4615
 
4610
4616
  /**
@@ -3938,12 +3938,12 @@ export interface DescribeCloneListResponse {
3938
3938
  /**
3939
3939
  * 满足条件的条目数。
3940
3940
  */
3941
- TotalCount: number
3941
+ TotalCount?: number
3942
3942
 
3943
3943
  /**
3944
3944
  * 克隆任务列表。
3945
3945
  */
3946
- Items: Array<CloneItem>
3946
+ Items?: Array<CloneItem>
3947
3947
 
3948
3948
  /**
3949
3949
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -5597,6 +5597,16 @@ export interface CloneItem {
5597
5597
  * 任务状态,包括以下状态:initial,running,wait_complete,success,failed
5598
5598
  */
5599
5599
  TaskStatus: string
5600
+
5601
+ /**
5602
+ * 克隆实例所在地域Id
5603
+ */
5604
+ NewRegionId: number
5605
+
5606
+ /**
5607
+ * 源实例所在地域Id
5608
+ */
5609
+ SrcRegionId: number
5600
5610
  }
5601
5611
 
5602
5612
  /**
@@ -25,24 +25,31 @@ import {
25
25
  InquiryPriceBuyVsmRequest,
26
26
  DescribeVpcResponse,
27
27
  ModifyVsmAttributesRequest,
28
+ GetAlarmEventResponse,
29
+ ModifyAlarmEventRequest,
28
30
  DescribeSubnetResponse,
31
+ GetVsmMonitorInfoResponse,
29
32
  VsmInfo,
30
33
  DescribeSupportedHsmRequest,
31
- SgUnit,
34
+ GetAlarmEventRequest,
32
35
  DescribeHSMByVpcIdResponse,
33
36
  DescribeUsgRuleResponse,
34
37
  Tag,
35
38
  ResourceInfo,
36
39
  DescribeVpcRequest,
37
- Vpc,
40
+ AlarmPolicy,
38
41
  DescribeUsgRequest,
42
+ HsmInfo,
43
+ Vpc,
39
44
  DescribeVsmAttributesResponse,
40
45
  TagFilter,
41
46
  DescribeHSMByVpcIdRequest,
47
+ ModifyAlarmEventResponse,
42
48
  UsgRuleDetail,
43
49
  InquiryPriceBuyVsmResponse,
50
+ SgUnit,
44
51
  DescribeHSMBySubnetIdResponse,
45
- HsmInfo,
52
+ GetVsmMonitorInfoRequest,
46
53
  DescribeUsgResponse,
47
54
  DescribeHSMBySubnetIdRequest,
48
55
  DescribeVsmsRequest,
@@ -62,6 +69,16 @@ export class Client extends AbstractClient {
62
69
  super("cloudhsm.tencentcloudapi.com", "2019-11-12", clientConfig)
63
70
  }
64
71
 
72
+ /**
73
+ * 获取告警事件
74
+ */
75
+ async GetAlarmEvent(
76
+ req?: GetAlarmEventRequest,
77
+ cb?: (error: string, rep: GetAlarmEventResponse) => void
78
+ ): Promise<GetAlarmEventResponse> {
79
+ return this.request("GetAlarmEvent", req, cb)
80
+ }
81
+
65
82
  /**
66
83
  * 修改VSM属性
67
84
  */
@@ -112,6 +129,16 @@ export class Client extends AbstractClient {
112
129
  return this.request("DescribeHSMByVpcId", req, cb)
113
130
  }
114
131
 
132
+ /**
133
+ * 获取VSM监控信息
134
+ */
135
+ async GetVsmMonitorInfo(
136
+ req: GetVsmMonitorInfoRequest,
137
+ cb?: (error: string, rep: GetVsmMonitorInfoResponse) => void
138
+ ): Promise<GetVsmMonitorInfoResponse> {
139
+ return this.request("GetVsmMonitorInfo", req, cb)
140
+ }
141
+
115
142
  /**
116
143
  * 通过SubnetId获取Hsm资源数
117
144
  */
@@ -142,6 +169,16 @@ export class Client extends AbstractClient {
142
169
  return this.request("DescribeSubnet", req, cb)
143
170
  }
144
171
 
172
+ /**
173
+ * 修改告警事件
174
+ */
175
+ async ModifyAlarmEvent(
176
+ req: ModifyAlarmEventRequest,
177
+ cb?: (error: string, rep: ModifyAlarmEventResponse) => void
178
+ ): Promise<ModifyAlarmEventResponse> {
179
+ return this.request("ModifyAlarmEvent", req, cb)
180
+ }
181
+
145
182
  /**
146
183
  * 获取当前地域所支持的设备列表
147
184
  */