tencentcloud-sdk-nodejs 4.0.554 → 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 (103) hide show
  1. package/CHANGELOG.md +555 -0
  2. package/SERVICE_CHANGELOG.md +703 -67
  3. package/package.json +1 -1
  4. package/products.md +58 -57
  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/as/v20180419/as_client.ts +0 -1
  12. package/src/services/cdb/v20170320/cdb_models.ts +12 -2
  13. package/src/services/cloudhsm/v20191112/cloudhsm_client.ts +40 -3
  14. package/src/services/cloudhsm/v20191112/cloudhsm_models.ts +192 -50
  15. package/src/services/cls/v20201016/cls_client.ts +57 -20
  16. package/src/services/cls/v20201016/cls_models.ts +300 -63
  17. package/src/services/cvm/v20170312/cvm_client.ts +38 -3
  18. package/src/services/cvm/v20170312/cvm_models.ts +392 -21
  19. package/src/services/cwp/v20180228/cwp_models.ts +11 -0
  20. package/src/services/dlc/v20210125/dlc_client.ts +561 -549
  21. package/src/services/dlc/v20210125/dlc_models.ts +123 -108
  22. package/src/services/ecm/v20190719/ecm_models.ts +1 -1
  23. package/src/services/ess/v20201111/ess_client.ts +16 -2
  24. package/src/services/ess/v20201111/ess_models.ts +215 -76
  25. package/src/services/essbasic/v20210526/essbasic_client.ts +14 -2
  26. package/src/services/essbasic/v20210526/essbasic_models.ts +95 -14
  27. package/src/services/gaap/v20180529/gaap_models.ts +1 -1
  28. package/src/services/index.ts +1 -0
  29. package/src/services/irp/v20220805/irp_client.ts +57 -16
  30. package/src/services/irp/v20220805/irp_models.ts +477 -70
  31. package/src/services/lcic/v20220817/lcic_models.ts +1 -1
  32. package/src/services/monitor/v20180724/monitor_client.ts +1 -1
  33. package/src/services/monitor/v20180724/monitor_models.ts +7 -7
  34. package/src/services/mps/v20190612/mps_client.ts +677 -575
  35. package/src/services/mps/v20190612/mps_models.ts +858 -305
  36. package/src/services/oceanus/v20190422/oceanus_client.ts +1 -0
  37. package/src/services/oceanus/v20190422/oceanus_models.ts +68 -15
  38. package/src/services/tcaplusdb/v20190823/tcaplusdb_models.ts +43 -2
  39. package/src/services/tdmq/v20200217/tdmq_client.ts +76 -38
  40. package/src/services/vod/v20180717/vod_models.ts +4 -4
  41. package/src/services/vpc/v20170312/vpc_models.ts +1 -1
  42. package/tencentcloud/common/sdk_version.d.ts +1 -1
  43. package/tencentcloud/common/sdk_version.js +1 -1
  44. package/tencentcloud/services/aiart/index.d.ts +6 -0
  45. package/tencentcloud/services/aiart/index.js +7 -0
  46. package/tencentcloud/services/aiart/v20221229/aiart_client.d.ts +28 -0
  47. package/tencentcloud/services/aiart/v20221229/aiart_client.js +53 -0
  48. package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +187 -0
  49. package/tencentcloud/services/aiart/v20221229/aiart_models.js +18 -0
  50. package/tencentcloud/services/aiart/v20221229/index.d.ts +6 -0
  51. package/tencentcloud/services/aiart/v20221229/index.js +9 -0
  52. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +5 -0
  53. package/tencentcloud/services/as/v20180419/as_client.d.ts +0 -1
  54. package/tencentcloud/services/as/v20180419/as_client.js +0 -1
  55. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +10 -2
  56. package/tencentcloud/services/cloudhsm/v20191112/cloudhsm_client.d.ts +13 -1
  57. package/tencentcloud/services/cloudhsm/v20191112/cloudhsm_client.js +18 -0
  58. package/tencentcloud/services/cloudhsm/v20191112/cloudhsm_models.d.ts +163 -43
  59. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +19 -7
  60. package/tencentcloud/services/cls/v20201016/cls_client.js +27 -9
  61. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +257 -56
  62. package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +19 -1
  63. package/tencentcloud/services/cvm/v20170312/cvm_client.js +22 -0
  64. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +341 -19
  65. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +9 -0
  66. package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +171 -167
  67. package/tencentcloud/services/dlc/v20210125/dlc_client.js +255 -249
  68. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +103 -90
  69. package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +1 -1
  70. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +5 -1
  71. package/tencentcloud/services/ess/v20201111/ess_client.js +6 -0
  72. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +184 -64
  73. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +5 -1
  74. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +6 -0
  75. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +81 -13
  76. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +1 -1
  77. package/tencentcloud/services/index.d.ts +1 -0
  78. package/tencentcloud/services/index.js +2 -0
  79. package/tencentcloud/services/irp/v20220805/irp_client.d.ts +17 -5
  80. package/tencentcloud/services/irp/v20220805/irp_client.js +24 -6
  81. package/tencentcloud/services/irp/v20220805/irp_models.d.ts +399 -62
  82. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +1 -1
  83. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +1 -1
  84. package/tencentcloud/services/monitor/v20180724/monitor_client.js +1 -1
  85. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +7 -7
  86. package/tencentcloud/services/mps/v20190612/mps_client.d.ts +225 -186
  87. package/tencentcloud/services/mps/v20190612/mps_client.js +330 -277
  88. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +737 -264
  89. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +60 -15
  90. package/tencentcloud/services/tcaplusdb/v20190823/tcaplusdb_models.d.ts +36 -2
  91. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +57 -19
  92. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +57 -19
  93. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +4 -4
  94. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +1 -1
  95. package/test/aiart.v20221229.test.js +41 -0
  96. package/test/cloudhsm.v20191112.test.js +30 -0
  97. package/test/cls.v20201016.test.js +36 -6
  98. package/test/cvm.v20170312.test.js +20 -0
  99. package/test/dlc.v20210125.test.js +178 -168
  100. package/test/ess.v20201111.test.js +10 -0
  101. package/test/essbasic.v20210526.test.js +10 -0
  102. package/test/irp.v20220805.test.js +34 -4
  103. package/test/mps.v20190612.test.js +228 -158
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.554",
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,23 +6,24 @@
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 |
16
17
  | apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2022-11-09 06:09:16 |
17
18
  | apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2023-02-23 01:03:27 |
18
- | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-03-02 01:02:47 |
19
+ | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-03-09 01:02:47 |
19
20
  | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-03-07 01:02:58 |
20
21
  | asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2022-04-04 06:08:40 |
21
22
  | ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2022-04-04 06:08:45 |
22
23
  | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2022-12-09 01:11:02 |
23
24
  | bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2022-12-15 01:09:06 |
24
25
  | bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2022-08-09 10:42:14 |
25
- | billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-02-23 01:04:50 |
26
+ | billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-03-09 01:03:49 |
26
27
  | bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
27
28
  | bm | [黑石物理服务器CPM](https://cloud.tencent.com/document/product/386) | 2023-01-11 11:01:36 |
28
29
  | bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2023-03-06 01:04:17 |
@@ -35,72 +36,72 @@
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
- | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-03-01 01:05:45 |
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-01 01:07:36 |
44
- | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-02-28 01:06:44 |
44
+ | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-03-10 01:06:15 |
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 |
47
48
  | cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2023-02-08 01:18:00 |
48
49
  | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-02-01 01:09:52 |
49
- | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2022-12-19 01:23:20 |
50
+ | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2023-03-09 01:08:34 |
50
51
  | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-03-08 01:08:15 |
51
52
  | chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2023-02-24 01:08:00 |
52
53
  | ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2023-01-04 01:10:27 |
53
54
  | cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-06-27 06:06:02 |
54
55
  | cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
55
56
  | cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
56
- | ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-03-08 01:09:39 |
57
- | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-03-08 01:13:04 |
57
+ | ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-03-09 01:10:31 |
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
- | cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-03-08 01:13:45 |
61
- | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-03-06 01:10:14 |
60
+ | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2023-03-10 01:16:51 |
61
+ | cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-03-09 01:14:35 |
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-08 01:15:56 |
68
- | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-03-07 01:13:54 |
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
- | dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-02-27 17:21:05 |
72
+ | dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-03-09 01:19:39 |
72
73
  | dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
73
74
  | dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-01-13 01:19:41 |
74
- | dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-02-23 01:19:20 |
75
+ | dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-03-09 01:20:41 |
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
- | dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-03-03 01:15:06 |
78
- | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-03-07 01:19:41 |
78
+ | dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-03-09 01:21:10 |
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 |
82
83
  | ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2023-02-01 01:21:28 |
83
84
  | dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
84
- | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-03-03 01:17:26 |
85
- | eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2023-03-08 01:21:22 |
85
+ | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-03-09 01:22:47 |
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
- | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-02-14 01:26:03 |
92
- | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-02-01 01:24:04 |
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-08 00:25:37 |
92
+ | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-03-09 01:24:21 |
93
+ | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-03-09 01:25:15 |
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
- | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-03-01 01:27:36 |
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 |
98
99
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2022-04-04 06:43:12 |
99
- | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2023-02-01 01:25:50 |
100
+ | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2023-03-09 01:26:29 |
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,81 +114,81 @@
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
- | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-03-02 01:27:22 |
126
+ | lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-03-10 01:39:16 |
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 |
129
130
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
130
- | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2023-03-03 01:28:28 |
131
+ | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2023-03-09 01:33:22 |
131
132
  | market | [云市场](https://cloud.tencent.com/document/product/306) | 2022-04-04 06:57:43 |
132
133
  | memcached | [云数据库Memcached](https://cloud.tencent.com/document/product/241) | 2022-10-31 06:39:12 |
133
134
  | mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
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
- | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-03-08 01:43:01 |
137
- | monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-03-08 01:43:17 |
138
- | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-02-02 01:40:19 |
137
+ | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-03-09 01:34:01 |
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 |
142
143
  | mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
143
144
  | nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2023-02-15 01:45:01 |
144
145
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
145
- | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-03-01 01:36:28 |
146
+ | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-03-09 01:40:49 |
146
147
  | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-03-03 01:34:33 |
147
148
  | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-02-17 04:46:25 |
148
149
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-02-20 01:44:36 |
149
150
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-04-04 07:02:02 |
150
- | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2023-02-28 01:49:07 |
151
+ | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2023-03-09 01:41:55 |
151
152
  | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2022-12-09 01:52:05 |
152
- | pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2023-03-02 01:32:50 |
153
+ | pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2023-03-09 01:42:26 |
153
154
  | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2022-09-23 06:43:17 |
154
- | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-03-08 01:47:27 |
155
- | region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2022-12-28 01:09:18 |
155
+ | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-03-09 01:43:14 |
156
+ | region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2023-03-09 01:43:43 |
156
157
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2022-04-04 07:04:04 |
157
158
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
158
- | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2023-02-17 04:56:22 |
159
- | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-02-22 01:43:33 |
159
+ | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2023-03-09 01:43:49 |
160
+ | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-03-09 01:45:58 |
160
161
  | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2023-03-06 01:34:35 |
161
162
  | smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2022-11-23 06:47:21 |
162
163
  | smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2022-04-04 07:05:41 |
163
164
  | sms | [短信](https://cloud.tencent.com/document/product/382) | 2022-12-28 01:09:31 |
164
165
  | soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2022-11-07 06:33:46 |
165
166
  | solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
166
- | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-03-01 01:40:19 |
167
+ | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-03-09 01:46:51 |
167
168
  | ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-02-21 02:01:02 |
168
169
  | ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2023-03-08 01:52:09 |
169
170
  | sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2023-03-02 01:35:41 |
170
171
  | ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2022-10-20 06:38:33 |
171
- | sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2023-01-09 01:42:07 |
172
+ | sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2023-03-09 01:47:55 |
172
173
  | taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2022-09-12 06:39:19 |
173
174
  | tag | [标签](https://cloud.tencent.com/document/product/651) | 2023-03-08 01:52:44 |
174
175
  | tan | [碳引擎](https://cloud.tencent.com/document/product/1498) | 2022-07-19 06:17:34 |
175
- | tat | [自动化助手](https://cloud.tencent.com/document/product/1340) | 2023-02-20 01:49:40 |
176
+ | tat | [自动化助手](https://cloud.tencent.com/document/product/1340) | 2023-03-09 01:48:15 |
176
177
  | tav | [文件检测](https://cloud.tencent.com/document/product) | 2019-11-28 22:10:04 |
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-01-11 01:39:23 |
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
- | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2023-02-23 01:54:00 |
186
- | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2023-03-03 01:45:06 |
187
- | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-03-08 01:55:10 |
186
+ | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2023-03-09 01:49:28 |
187
+ | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2023-03-09 01:49:37 |
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
- | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-03-07 01:48:59 |
191
+ | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-03-09 02:20:30 |
191
192
  | tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2022-12-06 07:10:10 |
192
193
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-03-02 01:40:29 |
193
194
  | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-03-03 01:53:02 |
@@ -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-08 02:06:19 |
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-07 01:56:08 |
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-07 01:58:00 |
218
- | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-03-02 01:47:50 |
219
- | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-03-03 02:02:13 |
218
+ | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-03-10 02:32:17 |
219
+ | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-03-09 02:29:43 |
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.554"
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
  /**
@@ -424,7 +424,6 @@ export class Client extends AbstractClient {
424
424
  * 本接口(CompleteLifecycleAction)用于完成生命周期动作。
425
425
 
426
426
  * 用户通过调用本接口,指定一个具体的生命周期挂钩的结果(“CONITNUE”或者“ABANDON”)。如果一直不调用本接口,则生命周期挂钩会在超时后按照“DefaultResult”进行处理。
427
-
428
427
  */
429
428
  async CompleteLifecycleAction(
430
429
  req: CompleteLifecycleActionRequest,