tencentcloud-sdk-nodejs 4.0.565 → 4.0.567

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 (125) hide show
  1. package/CHANGELOG.md +624 -0
  2. package/SERVICE_CHANGELOG.md +722 -87
  3. package/package.json +1 -1
  4. package/products.md +45 -45
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/as/v20180419/as_client.ts +0 -1
  7. package/src/services/as/v20180419/as_models.ts +23 -1
  8. package/src/services/asr/v20190614/asr_client.ts +2 -2
  9. package/src/services/asr/v20190614/asr_models.ts +3 -0
  10. package/src/services/batch/v20170312/batch_models.ts +6 -4
  11. package/src/services/billing/v20180709/billing_models.ts +18 -18
  12. package/src/services/ccc/v20200210/ccc_models.ts +8 -8
  13. package/src/services/cdb/v20170320/cdb_models.ts +7 -2
  14. package/src/services/ckafka/v20190819/ckafka_client.ts +44 -7
  15. package/src/services/ckafka/v20190819/ckafka_models.ts +411 -243
  16. package/src/services/clb/v20180317/clb_models.ts +5 -0
  17. package/src/services/cme/v20191029/cme_client.ts +41 -12
  18. package/src/services/cme/v20191029/cme_models.ts +228 -50
  19. package/src/services/cvm/v20170312/cvm_models.ts +38 -18
  20. package/src/services/dbbrain/v20210527/dbbrain_models.ts +23 -0
  21. package/src/services/dcdb/v20180411/dcdb_client.ts +17 -3
  22. package/src/services/dcdb/v20180411/dcdb_models.ts +403 -26
  23. package/src/services/dlc/v20210125/dlc_models.ts +6 -0
  24. package/src/services/eb/v20210416/eb_client.ts +32 -5
  25. package/src/services/eb/v20210416/eb_models.ts +277 -37
  26. package/src/services/emr/v20190103/emr_models.ts +6 -0
  27. package/src/services/ess/v20201111/ess_client.ts +14 -2
  28. package/src/services/ess/v20201111/ess_models.ts +128 -38
  29. package/src/services/essbasic/v20210526/essbasic_client.ts +49 -11
  30. package/src/services/essbasic/v20210526/essbasic_models.ts +472 -290
  31. package/src/services/mariadb/v20170312/mariadb_client.ts +12 -0
  32. package/src/services/mariadb/v20170312/mariadb_models.ts +308 -0
  33. package/src/services/monitor/v20180724/monitor_client.ts +2 -2
  34. package/src/services/monitor/v20180724/monitor_models.ts +5 -0
  35. package/src/services/ocr/v20181119/ocr_client.ts +23 -12
  36. package/src/services/ocr/v20181119/ocr_models.ts +2 -2
  37. package/src/services/redis/v20180412/redis_client.ts +17 -5
  38. package/src/services/redis/v20180412/redis_models.ts +190 -61
  39. package/src/services/scf/v20180416/scf_models.ts +9 -0
  40. package/src/services/tcb/v20180608/tcb_models.ts +7 -7
  41. package/src/services/tdid/v20210519/tdid_client.ts +133 -65
  42. package/src/services/tiw/v20190919/tiw_client.ts +403 -91
  43. package/src/services/tiw/v20190919/tiw_models.ts +2181 -976
  44. package/src/services/trtc/v20190722/trtc_models.ts +1 -1
  45. package/src/services/tsf/v20180326/tsf_client.ts +123 -26
  46. package/src/services/tsf/v20180326/tsf_models.ts +383 -81
  47. package/src/services/vod/v20180717/vod_models.ts +4 -4
  48. package/src/services/vpc/v20170312/vpc_client.ts +1 -1
  49. package/src/services/vpc/v20170312/vpc_models.ts +17 -16
  50. package/src/services/waf/v20180125/waf_client.ts +1 -1
  51. package/src/services/waf/v20180125/waf_models.ts +36 -6
  52. package/tencentcloud/common/sdk_version.d.ts +1 -1
  53. package/tencentcloud/common/sdk_version.js +1 -1
  54. package/tencentcloud/services/as/v20180419/as_client.d.ts +0 -1
  55. package/tencentcloud/services/as/v20180419/as_client.js +0 -1
  56. package/tencentcloud/services/as/v20180419/as_models.d.ts +19 -1
  57. package/tencentcloud/services/asr/v20190614/asr_client.d.ts +2 -2
  58. package/tencentcloud/services/asr/v20190614/asr_client.js +2 -2
  59. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +3 -0
  60. package/tencentcloud/services/batch/v20170312/batch_models.d.ts +2 -0
  61. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +18 -18
  62. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +7 -7
  63. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +6 -2
  64. package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +13 -1
  65. package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +18 -0
  66. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +331 -189
  67. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +4 -0
  68. package/tencentcloud/services/cme/v20191029/cme_client.d.ts +27 -9
  69. package/tencentcloud/services/cme/v20191029/cme_client.js +29 -9
  70. package/tencentcloud/services/cme/v20191029/cme_models.d.ts +193 -43
  71. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +19 -0
  72. package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +19 -0
  73. package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +5 -1
  74. package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +6 -0
  75. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +334 -25
  76. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +5 -0
  77. package/tencentcloud/services/eb/v20210416/eb_client.d.ts +9 -1
  78. package/tencentcloud/services/eb/v20210416/eb_client.js +12 -0
  79. package/tencentcloud/services/eb/v20210416/eb_models.d.ts +238 -36
  80. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +5 -0
  81. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +6 -2
  82. package/tencentcloud/services/ess/v20201111/ess_client.js +7 -1
  83. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +110 -35
  84. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +15 -3
  85. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +21 -3
  86. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +356 -201
  87. package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +5 -1
  88. package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +6 -0
  89. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +252 -0
  90. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +2 -2
  91. package/tencentcloud/services/monitor/v20180724/monitor_client.js +2 -2
  92. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +4 -0
  93. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +13 -2
  94. package/tencentcloud/services/ocr/v20181119/ocr_client.js +13 -2
  95. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +2 -2
  96. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +8 -4
  97. package/tencentcloud/services/redis/v20180412/redis_client.js +9 -3
  98. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +159 -52
  99. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +8 -0
  100. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +7 -7
  101. package/tencentcloud/services/tdid/v20210519/tdid_client.d.ts +102 -34
  102. package/tencentcloud/services/tdid/v20210519/tdid_client.js +102 -34
  103. package/tencentcloud/services/tiw/v20190919/tiw_client.d.ts +114 -13
  104. package/tencentcloud/services/tiw/v20190919/tiw_client.js +169 -18
  105. package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +1946 -922
  106. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +1 -1
  107. package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +39 -7
  108. package/tencentcloud/services/tsf/v20180326/tsf_client.js +57 -9
  109. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +330 -70
  110. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +4 -4
  111. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +1 -1
  112. package/tencentcloud/services/vpc/v20170312/vpc_client.js +1 -1
  113. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +15 -14
  114. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +1 -1
  115. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +31 -6
  116. package/test/ckafka.v20190819.test.js +30 -0
  117. package/test/cme.v20191029.test.js +12 -2
  118. package/test/dcdb.v20180411.test.js +10 -0
  119. package/test/eb.v20210416.test.js +20 -0
  120. package/test/ess.v20201111.test.js +10 -0
  121. package/test/essbasic.v20210526.test.js +32 -2
  122. package/test/mariadb.v20170312.test.js +10 -0
  123. package/test/redis.v20180412.test.js +10 -0
  124. package/test/tiw.v20190919.test.js +262 -12
  125. package/test/tsf.v20180326.test.js +86 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.565",
3
+ "version": "4.0.567",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -15,15 +15,15 @@
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) | 2022-11-09 06:09:16 |
18
- | apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2023-03-21 01:03:36 |
19
- | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-03-23 01:04:00 |
20
- | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-03-22 01:04:23 |
18
+ | apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2023-03-24 01:03:41 |
19
+ | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-03-24 01:03:57 |
20
+ | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-03-24 01:04:35 |
21
21
  | asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2022-04-04 06:08:40 |
22
22
  | ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2023-03-16 01:09:09 |
23
- | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2022-12-09 01:11:02 |
23
+ | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2023-03-24 01:05:00 |
24
24
  | bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2022-12-15 01:09:06 |
25
25
  | bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2023-03-22 01:06:01 |
26
- | billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-03-23 01:05:52 |
26
+ | billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-03-27 01:06:31 |
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) | 2023-01-11 11:01:36 |
29
29
  | bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2023-03-21 01:06:31 |
@@ -34,65 +34,65 @@
34
34
  | bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2021-01-07 08:02:40 |
35
35
  | bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2022-09-29 06:12:03 |
36
36
  | btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2023-01-12 01:05:12 |
37
- | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2023-03-23 01:08:42 |
37
+ | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2023-03-24 01:08:23 |
38
38
  | captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2023-03-15 01:07:46 |
39
39
  | car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2023-03-10 01:05:35 |
40
40
  | casb | [云访问安全代理](https://cloud.tencent.com/document/product/1303) | 2022-12-26 10:53:16 |
41
41
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-12-12 01:11:14 |
42
42
  | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-03-15 01:09:07 |
43
- | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-03-23 01:14:04 |
44
- | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-03-22 01:11:38 |
43
+ | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-03-24 01:13:32 |
44
+ | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-03-27 01:12:07 |
45
45
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-03-09 01:07:38 |
46
- | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-03-23 01:15:53 |
47
- | cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2022-10-31 06:15:53 |
46
+ | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-03-24 01:15:14 |
47
+ | cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2023-03-27 01:15:17 |
48
48
  | cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2023-03-16 01:15:13 |
49
49
  | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-02-01 01:09:52 |
50
50
  | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2023-03-23 01:17:23 |
51
- | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-03-21 01:13:58 |
51
+ | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-03-27 01:16:34 |
52
52
  | chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2023-02-24 01:08:00 |
53
53
  | ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2023-01-04 01:10:27 |
54
54
  | cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-06-27 06:06:02 |
55
55
  | cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
56
56
  | cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
57
- | ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-03-22 01:16:39 |
58
- | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-03-23 01:19:43 |
59
- | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2023-03-22 01:21:19 |
57
+ | ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-03-27 01:20:43 |
58
+ | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-03-24 01:22:38 |
59
+ | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2023-03-27 01:23:27 |
60
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-21 01:17:19 |
62
- | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-03-22 01:21:57 |
63
- | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-02-27 01:14:21 |
61
+ | cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-03-27 01:24:07 |
62
+ | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-03-27 01:25:00 |
63
+ | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-03-24 01:25:23 |
64
64
  | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-11-16 06:15:44 |
65
65
  | cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
66
66
  | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-03-21 01:18:14 |
67
67
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
68
- | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-03-13 01:21:27 |
68
+ | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-03-27 01:29:19 |
69
69
  | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-03-21 01:21:31 |
70
70
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
71
71
  | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-03-21 01:23:38 |
72
- | dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-03-20 01:20:40 |
72
+ | dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-03-24 01:32:45 |
73
73
  | dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
74
74
  | dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-01-13 01:19:41 |
75
- | dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-03-09 01:20:41 |
75
+ | dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-03-27 01:41:31 |
76
76
  | dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2022-11-23 06:23:05 |
77
77
  | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2022-10-26 06:29:47 |
78
- | dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-03-23 01:33:19 |
79
- | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-03-21 01:26:40 |
80
- | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-03-21 01:30:31 |
81
- | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-03-21 01:31:19 |
78
+ | dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-03-27 01:42:17 |
79
+ | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-03-27 01:43:04 |
80
+ | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-03-27 01:43:55 |
81
+ | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-03-24 01:38:35 |
82
82
  | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2022-04-04 06:38:48 |
83
83
  | ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2023-02-01 01:21:28 |
84
84
  | dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
85
85
  | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-03-21 01:32:46 |
86
- | eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2023-03-09 01:23:03 |
86
+ | eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2023-03-24 01:40:42 |
87
87
  | ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2022-04-04 06:39:27 |
88
88
  | ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2022-04-08 06:06:57 |
89
89
  | ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2023-03-21 01:33:43 |
90
90
  | eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2022-05-13 06:11:29 |
91
91
  | eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2022-11-16 06:22:42 |
92
- | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-03-09 01:24:21 |
92
+ | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-03-27 01:51:55 |
93
93
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-03-16 01:32:21 |
94
- | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-03-23 01:38:57 |
95
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-03-23 01:39:22 |
94
+ | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-03-27 01:52:50 |
95
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-03-27 01:54:48 |
96
96
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-02-27 01:25:30 |
97
97
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-03-15 01:37:54 |
98
98
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-02-02 01:28:41 |
@@ -125,26 +125,26 @@
125
125
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-03-03 01:26:52 |
126
126
  | lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-03-23 01:48:55 |
127
127
  | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-03-15 01:46:26 |
128
- | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-03-22 02:01:17 |
128
+ | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-03-27 02:10:03 |
129
129
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
130
130
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
131
- | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2023-03-23 01:51:42 |
131
+ | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2023-03-27 02:12:03 |
132
132
  | market | [云市场](https://cloud.tencent.com/document/product/306) | 2022-04-04 06:57:43 |
133
133
  | memcached | [云数据库Memcached](https://cloud.tencent.com/document/product/241) | 2023-03-21 01:50:45 |
134
134
  | mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
135
135
  | mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2023-01-10 01:33:47 |
136
136
  | mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2023-02-24 01:20:12 |
137
137
  | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-03-20 01:41:42 |
138
- | monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-03-23 01:53:03 |
138
+ | monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-03-27 02:14:20 |
139
139
  | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-03-23 01:54:54 |
140
140
  | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2023-03-21 01:53:56 |
141
141
  | ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-03-15 01:56:41 |
142
142
  | msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2022-04-04 07:00:13 |
143
143
  | mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
144
- | nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2023-03-21 01:54:21 |
144
+ | nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2023-03-24 01:59:29 |
145
145
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
146
146
  | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-03-21 01:54:32 |
147
- | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-03-23 01:57:00 |
147
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-03-27 02:19:13 |
148
148
  | omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-03-21 20:10:58 |
149
149
  | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-03-20 01:46:48 |
150
150
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-02-20 01:44:36 |
@@ -153,12 +153,12 @@
153
153
  | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2023-03-21 01:58:06 |
154
154
  | pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2023-03-09 01:42:26 |
155
155
  | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2023-03-20 01:48:22 |
156
- | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-03-16 02:04:37 |
156
+ | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-03-27 02:24:20 |
157
157
  | region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2023-03-20 01:49:11 |
158
158
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2022-04-04 07:04:04 |
159
159
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
160
160
  | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2023-03-09 01:43:49 |
161
- | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-03-20 01:49:47 |
161
+ | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-03-27 02:26:15 |
162
162
  | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2023-03-06 01:34:35 |
163
163
  | smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2022-11-23 06:47:21 |
164
164
  | smop | [腾讯安心用户运营平台](https://cloud.tencent.com/document/product/1310) | 2023-03-21 09:25:44 |
@@ -181,15 +181,15 @@
181
181
  | tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
182
182
  | tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2022-04-04 07:09:07 |
183
183
  | tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2023-03-10 01:48:39 |
184
- | tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2023-03-22 02:25:31 |
184
+ | tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2023-03-24 02:09:09 |
185
185
  | tcbr | [云托管 CloudBase Run](https://cloud.tencent.com/document/product/1243) | 2023-03-08 01:54:20 |
186
186
  | tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-07-21 06:17:29 |
187
187
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
188
188
  | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2023-03-09 01:49:28 |
189
189
  | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2023-03-20 01:55:07 |
190
- | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-03-23 02:07:17 |
190
+ | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-03-24 02:10:54 |
191
191
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-10-21 06:47:14 |
192
- | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-01-31 01:58:44 |
192
+ | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-03-27 02:39:51 |
193
193
  | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-03-20 01:58:33 |
194
194
  | tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-03-16 02:17:10 |
195
195
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-03-02 01:40:29 |
@@ -201,25 +201,25 @@
201
201
  | tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2022-04-04 07:16:59 |
202
202
  | tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
203
203
  | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-02-08 02:09:17 |
204
- | tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-03-03 01:55:44 |
205
- | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-03-22 02:39:44 |
204
+ | tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-03-24 02:33:01 |
205
+ | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-03-27 02:48:49 |
206
206
  | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-03-23 02:42:43 |
207
207
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
208
208
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-11-18 06:55:59 |
209
209
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2023-01-09 01:52:45 |
210
210
  | trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2022-12-07 07:14:03 |
211
211
  | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-03-21 02:26:25 |
212
- | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-03-23 02:55:58 |
212
+ | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-03-24 02:36:53 |
213
213
  | tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-03-21 02:27:23 |
214
- | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-02-23 02:05:41 |
214
+ | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-03-23 15:53:56 |
215
215
  | tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-10-31 06:59:44 |
216
216
  | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-02-15 02:10:16 |
217
217
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2022-04-04 07:22:44 |
218
218
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-11-16 06:46:30 |
219
219
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-04-04 07:22:54 |
220
- | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-03-22 02:46:14 |
221
- | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-03-23 02:58:47 |
222
- | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-03-22 02:51:26 |
220
+ | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-03-24 02:42:50 |
221
+ | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-03-27 02:59:01 |
222
+ | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-03-27 03:03:12 |
223
223
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-03-14 12:01:08 |
224
224
  | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-03-22 02:53:10 |
225
225
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.565"
1
+ export const sdkVersion = "4.0.567"
@@ -499,7 +499,6 @@ export class Client extends AbstractClient {
499
499
  * 启动配置,可以通过 `ModifyLaunchConfigurationAttributes` 修改少量字段。如需使用新的启动配置,建议重新创建启动配置。
500
500
 
501
501
  * 每个项目最多只能创建20个启动配置,详见[使用限制](https://cloud.tencent.com/document/product/377/3120)。
502
-
503
502
  */
504
503
  async CreateLaunchConfiguration(
505
504
  req: CreateLaunchConfigurationRequest,
@@ -154,6 +154,11 @@ InstanceType 指定单一实例类型,通过设置 InstanceTypes可以指定
154
154
  * IPv6公网带宽相关信息设置。若新建实例包含IPv6地址,该参数可为新建实例的IPv6地址分配公网带宽。关联启动配置的伸缩组Ipv6AddressCount参数为0时,该参数不会生效。
155
155
  */
156
156
  IPv6InternetAccessible?: IPv6InternetAccessible
157
+
158
+ /**
159
+ * 置放群组id,仅支持指定一个。
160
+ */
161
+ DisasterRecoverGroupIds?: Array<string>
157
162
  }
158
163
 
159
164
  /**
@@ -638,7 +643,7 @@ export interface CreateLaunchConfigurationResponse {
638
643
  /**
639
644
  * 当通过本接口来创建启动配置时会返回该参数,表示启动配置ID。
640
645
  */
641
- LaunchConfigurationId: string
646
+ LaunchConfigurationId?: string
642
647
 
643
648
  /**
644
649
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -1385,6 +1390,11 @@ export interface CreateLaunchConfigurationRequest {
1385
1390
  * IPv6公网带宽相关信息设置。若新建实例包含IPv6地址,该参数可为新建实例的IPv6地址分配公网带宽。关联启动配置的伸缩组Ipv6AddressCount参数为0时,该参数不会生效。
1386
1391
  */
1387
1392
  IPv6InternetAccessible?: IPv6InternetAccessible
1393
+
1394
+ /**
1395
+ * 置放群组id,仅支持指定一个。
1396
+ */
1397
+ DisasterRecoverGroupIds?: Array<string>
1388
1398
  }
1389
1399
 
1390
1400
  /**
@@ -2616,6 +2626,12 @@ export interface Instance {
2616
2626
  <li>AFTER_WARMUP:完成预热
2617
2627
  */
2618
2628
  WarmupStatus: string
2629
+
2630
+ /**
2631
+ * 置放群组id,仅支持指定一个。
2632
+ 注意:此字段可能返回 null,表示取不到有效值。
2633
+ */
2634
+ DisasterRecoverGroupIds?: Array<string>
2619
2635
  }
2620
2636
 
2621
2637
  /**
@@ -3637,6 +3653,12 @@ export interface ClearLaunchConfigurationAttributesRequest {
3637
3653
  填 true 代表清空主机名设置信息,清空后基于此新创建的云主机将按照“as-{{ 伸缩组AutoScalingGroupName }}”进行设置。
3638
3654
  */
3639
3655
  ClearInstanceNameSettings?: boolean
3656
+
3657
+ /**
3658
+ * 是否清空置放群组信息,非必填,默认为 false。
3659
+ 填 true 代表清空置放群组信息,清空后基于此新创建的云主机将不指定任何置放群组。
3660
+ */
3661
+ ClearDisasterRecoverGroupIds?: boolean
3640
3662
  }
3641
3663
 
3642
3664
  /**
@@ -109,7 +109,7 @@ export class Client extends AbstractClient {
109
109
 
110
110
  /**
111
111
  * 本接口服务对时长5小时以内的录音文件进行识别,异步返回识别全部结果。
112
- 支持中文普通话、英语、粤语、日语、越南语、马来语、印度尼西亚语、上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话。
112
+ 支持中文普通话、英语、粤语、日语、越南语、马来语、印度尼西亚语、菲律宾语、上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话。
113
113
  • 支持wav、mp3、m4a、flv、mp4、wma、3gp、amr、aac、ogg-opus、flac格式。
114
114
  • 支持语音 URL 和本地语音文件两种请求方式。语音 URL 的音频时长不能长于5小时,文件大小不超过1GB。本地语音文件调用不能大于5MB。
115
115
  • 提交录音文件识别请求后,在3小时内完成识别(大多数情况下1小时音频约3分钟以内完成识别,半小时内发送超过1000小时录音或者2万条识别任务的除外),识别结果在服务端可保存7天。
@@ -274,7 +274,7 @@ export class Client extends AbstractClient {
274
274
  }
275
275
 
276
276
  /**
277
- * 本接口用于对60秒之内的短音频文件进行识别。<br>• 支持中文普通话、英语、粤语、日语、越南语、马来语、印度尼西亚语、上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话。<br>• 支持本地语音文件上传和语音URL上传两种请求方式,音频时长不能超过60s,音频文件大小不能超过3MB。<br>• 音频格式支持wav、pcm、ogg-opus、speex、silk、mp3、m4a、aac。<br>• 请求方法为 HTTP POST , Content-Type为"application/json; charset=utf-8"<br>• 签名方法参考 [公共参数](https://cloud.tencent.com/document/api/1093/35640) 中签名方法v3。<br>• 默认接口请求频率限制:30次/秒,如您有提高请求频率限制的需求,请[前往购买](https://buy.cloud.tencent.com/asr)。
277
+ * 本接口用于对60秒之内的短音频文件进行识别。<br>• 支持中文普通话、英语、粤语、日语、越南语、马来语、印度尼西亚语、菲律宾语、上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话。<br>• 支持本地语音文件上传和语音URL上传两种请求方式,音频时长不能超过60s,音频文件大小不能超过3MB。<br>• 音频格式支持wav、pcm、ogg-opus、speex、silk、mp3、m4a、aac。<br>• 请求方法为 HTTP POST , Content-Type为"application/json; charset=utf-8"<br>• 签名方法参考 [公共参数](https://cloud.tencent.com/document/api/1093/35640) 中签名方法v3。<br>• 默认接口请求频率限制:30次/秒,如您有提高请求频率限制的需求,请[前往购买](https://buy.cloud.tencent.com/asr)。
278
278
  */
279
279
  async SentenceRecognition(
280
280
  req: SentenceRecognitionRequest,
@@ -121,6 +121,7 @@ export interface CreateAsyncRecognitionTaskRequest {
121
121
  • 16k_en:16k 英语;
122
122
  • 16k_ca:16k 粤语;
123
123
  • 16k_id:16k 印度尼西亚语;
124
+ • 16k_fil:16k 菲律宾语;
124
125
  */
125
126
  EngineType: string
126
127
 
@@ -242,6 +243,7 @@ export interface SentenceRecognitionRequest {
242
243
  • 16k_vi:16k 越南语;
243
244
  • 16k_ms:16k 马来语;
244
245
  • 16k_id:16k 印度尼西亚语;
246
+ • 16k_fil:16k 菲律宾语;
245
247
  • 16k_zh_medical:16k 医疗;
246
248
  • 16k_zh-PY 中英粤;
247
249
  • 16k_zh_dialect:多方言,支持23种方言(上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话);
@@ -477,6 +479,7 @@ export interface CreateRecTaskRequest {
477
479
  • 16k_vi:16k 越南语;
478
480
  • 16k_ms:16k 马来语;
479
481
  • 16k_id:16k 印度尼西亚语;
482
+ • 16k_fil:16k 菲律宾语;
480
483
  • 16k_zh_edu 中文教育;
481
484
  • 16k_en_edu 英文教育;
482
485
  • 16k_zh_medical 医疗;
@@ -1461,13 +1461,15 @@ export interface DescribeComputeEnvRequest {
1461
1461
  */
1462
1462
  export interface InstanceMarketOptionsRequest {
1463
1463
  /**
1464
- * 竞价相关选项
1465
- */
1464
+ * 竞价相关选项
1465
+ 注意:此字段可能返回 null,表示取不到有效值。
1466
+ */
1466
1467
  SpotOptions: SpotMarketOptions
1467
1468
 
1468
1469
  /**
1469
- * 市场选项类型,当前只支持取值:spot
1470
- */
1470
+ * 市场选项类型,当前只支持取值:spot
1471
+ 注意:此字段可能返回 null,表示取不到有效值。
1472
+ */
1471
1473
  MarketType?: string
1472
1474
  }
1473
1475
 
@@ -1360,62 +1360,62 @@ export interface DescribeBillListResponse {
1360
1360
  /**
1361
1361
  * 收支明细列表
1362
1362
  */
1363
- TransactionList: Array<BillTransactionInfo>
1363
+ TransactionList?: Array<BillTransactionInfo>
1364
1364
 
1365
1365
  /**
1366
1366
  * 总条数
1367
1367
  */
1368
- Total: number
1368
+ Total?: number
1369
1369
 
1370
1370
  /**
1371
1371
  * 退费总额,单位(分)
1372
1372
  */
1373
- ReturnAmount: number
1373
+ ReturnAmount?: number
1374
1374
 
1375
1375
  /**
1376
1376
  * 充值总额,单位(分)
1377
1377
  */
1378
- RechargeAmount: number
1378
+ RechargeAmount?: number
1379
1379
 
1380
1380
  /**
1381
1381
  * 冻结总额,单位(分)
1382
1382
  */
1383
- BlockAmount: number
1383
+ BlockAmount?: number
1384
1384
 
1385
1385
  /**
1386
1386
  * 解冻总额,单位(分)
1387
1387
  */
1388
- UnblockAmount: number
1388
+ UnblockAmount?: number
1389
1389
 
1390
1390
  /**
1391
1391
  * 扣费总额,单位(分)
1392
1392
  */
1393
- DeductAmount: number
1393
+ DeductAmount?: number
1394
1394
 
1395
1395
  /**
1396
1396
  * 资金转入总额,单位(分)
1397
1397
  */
1398
- AgentInAmount: number
1398
+ AgentInAmount?: number
1399
1399
 
1400
1400
  /**
1401
1401
  * 垫付充值总额,单位(分)
1402
1402
  */
1403
- AdvanceRechargeAmount: number
1403
+ AdvanceRechargeAmount?: number
1404
1404
 
1405
1405
  /**
1406
1406
  * 提现扣减总额,单位(分)
1407
1407
  */
1408
- WithdrawAmount: number
1408
+ WithdrawAmount?: number
1409
1409
 
1410
1410
  /**
1411
1411
  * 资金转出总额,单位(分)
1412
1412
  */
1413
- AgentOutAmount: number
1413
+ AgentOutAmount?: number
1414
1414
 
1415
1415
  /**
1416
1416
  * 还垫付总额,单位(分)
1417
1417
  */
1418
- AdvancePayAmount: number
1418
+ AdvancePayAmount?: number
1419
1419
 
1420
1420
  /**
1421
1421
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -2106,7 +2106,7 @@ export interface DescribeVoucherUsageDetailsRequest {
2106
2106
  /**
2107
2107
  * 代金券id
2108
2108
  */
2109
- VoucherId?: string
2109
+ VoucherId: string
2110
2110
 
2111
2111
  /**
2112
2112
  * 操作人,默认就是用户uin
@@ -2279,12 +2279,12 @@ export interface PayDealsRequest {
2279
2279
  */
2280
2280
  export interface DescribeBillListRequest {
2281
2281
  /**
2282
- * 查询范围的起始时间(包含)
2282
+ * 查询范围的起始时间(包含)时间格式 yyyy-MM-dd HH:mm:ss 开始时间和结束时间差值小于等于六个月
2283
2283
  */
2284
2284
  StartTime: string
2285
2285
 
2286
2286
  /**
2287
- * 查询范围的结束时间(包含)
2287
+ * 查询范围的结束时间(包含)时间格式 yyyy-MM-dd HH:mm:ss ,开始时间和结束时间差值小于等于六个月
2288
2288
  */
2289
2289
  EndTime: string
2290
2290
 
@@ -2886,18 +2886,18 @@ export interface DescribeVoucherUsageDetailsResponse {
2886
2886
  /**
2887
2887
  * 券总数
2888
2888
  */
2889
- TotalCount: number
2889
+ TotalCount?: number
2890
2890
 
2891
2891
  /**
2892
2892
  * 总已用金额(微分)
2893
2893
  */
2894
- TotalUsedAmount: number
2894
+ TotalUsedAmount?: number
2895
2895
 
2896
2896
  /**
2897
2897
  * 代金券使用记录细节
2898
2898
  注意:此字段可能返回 null,表示取不到有效值。
2899
2899
  */
2900
- UsageRecords: Array<UsageRecords>
2900
+ UsageRecords?: Array<UsageRecords>
2901
2901
 
2902
2902
  /**
2903
2903
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -671,12 +671,18 @@ export interface SeatUserInfo {
671
671
  /**
672
672
  * 坐席名称
673
673
  */
674
- Name?: string
674
+ Name: string
675
675
 
676
676
  /**
677
677
  * 坐席邮箱
678
678
  */
679
- Mail?: string
679
+ Mail: string
680
+
681
+ /**
682
+ * 工号
683
+ 注意:此字段可能返回 null,表示取不到有效值。
684
+ */
685
+ StaffNumber: string
680
686
 
681
687
  /**
682
688
  * 坐席电话号码(带0086前缀)
@@ -698,12 +704,6 @@ export interface SeatUserInfo {
698
704
  注意:此字段可能返回 null,表示取不到有效值。
699
705
  */
700
706
  SkillGroupNameList?: Array<string>
701
-
702
- /**
703
- * 工号
704
- 注意:此字段可能返回 null,表示取不到有效值。
705
- */
706
- StaffNumber?: string
707
707
  }
708
708
 
709
709
  /**
@@ -2529,6 +2529,11 @@ export interface DescribeDefaultParamsRequest {
2529
2529
  * 默认参数模板类型。支持值包括:"HIGH_STABILITY" - 高稳定模板,"HIGH_PERFORMANCE" - 高性能模板。
2530
2530
  */
2531
2531
  TemplateType?: string
2532
+
2533
+ /**
2534
+ * 参数模板引擎,默认值:InnoDB
2535
+ */
2536
+ EngineType?: string
2532
2537
  }
2533
2538
 
2534
2539
  /**
@@ -6456,12 +6461,12 @@ export interface DescribeDefaultParamsResponse {
6456
6461
  /**
6457
6462
  * 参数个数。
6458
6463
  */
6459
- TotalCount: number
6464
+ TotalCount?: number
6460
6465
 
6461
6466
  /**
6462
6467
  * 参数详情。
6463
6468
  */
6464
- Items: Array<ParameterDetail>
6469
+ Items?: Array<ParameterDetail>
6465
6470
 
6466
6471
  /**
6467
6472
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。