tencentcloud-sdk-nodejs 4.0.631 → 4.0.633

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 (141) hide show
  1. package/CHANGELOG.md +442 -0
  2. package/SERVICE_CHANGELOG.md +411 -145
  3. package/package.json +1 -1
  4. package/products.md +29 -29
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/ams/index.ts +2 -2
  7. package/src/services/apigateway/v20180808/apigateway_models.ts +2 -2
  8. package/src/services/billing/v20180709/billing_models.ts +34 -24
  9. package/src/services/ccc/v20200210/ccc_models.ts +13 -0
  10. package/src/services/cdb/v20170320/cdb_models.ts +2 -2
  11. package/src/services/cdwch/v20200915/cdwch_models.ts +47 -18
  12. package/src/services/cfw/v20190904/cfw_models.ts +9 -0
  13. package/src/services/chdfs/index.ts +2 -2
  14. package/src/services/cii/index.ts +2 -2
  15. package/src/services/ckafka/v20190819/ckafka_models.ts +16 -17
  16. package/src/services/cme/v20191029/cme_client.ts +11 -11
  17. package/src/services/cme/v20191029/cme_models.ts +2 -2
  18. package/src/services/cynosdb/v20190107/cynosdb_models.ts +8 -0
  19. package/src/services/dbbrain/index.ts +2 -2
  20. package/src/services/dlc/v20210125/dlc_models.ts +3 -2
  21. package/src/services/dnspod/v20210323/dnspod_client.ts +27 -14
  22. package/src/services/dnspod/v20210323/dnspod_models.ts +71 -12
  23. package/src/services/eis/index.ts +2 -2
  24. package/src/services/ess/v20201111/ess_models.ts +35 -0
  25. package/src/services/essbasic/index.ts +2 -2
  26. package/src/services/essbasic/v20210526/essbasic_models.ts +21 -5
  27. package/src/services/facefusion/index.ts +2 -2
  28. package/src/services/faceid/v20180301/faceid_models.ts +4 -4
  29. package/src/services/iai/index.ts +2 -2
  30. package/src/services/iai/v20200303/iai_client.ts +0 -2
  31. package/src/services/iai/v20200303/iai_models.ts +7 -7
  32. package/src/services/ims/index.ts +2 -2
  33. package/src/services/iotvideo/index.ts +2 -2
  34. package/src/services/irp/index.ts +2 -2
  35. package/src/services/live/v20180801/live_models.ts +18 -18
  36. package/src/services/mgobe/index.ts +2 -2
  37. package/src/services/mongodb/index.ts +2 -2
  38. package/src/services/organization/v20210331/organization_client.ts +12 -0
  39. package/src/services/organization/v20210331/organization_models.ts +45 -0
  40. package/src/services/postgres/v20170312/postgres_models.ts +1 -1
  41. package/src/services/scf/v20180416/scf_models.ts +9 -1
  42. package/src/services/tbp/index.ts +2 -2
  43. package/src/services/tcb/v20180608/tcb_client.ts +587 -479
  44. package/src/services/tcb/v20180608/tcb_models.ts +951 -102
  45. package/src/services/tcr/v20190924/tcr_client.ts +18 -46
  46. package/src/services/tcr/v20190924/tcr_models.ts +120 -168
  47. package/src/services/tcss/v20201101/tcss_models.ts +5 -0
  48. package/src/services/teo/index.ts +2 -2
  49. package/src/services/thpc/index.ts +2 -2
  50. package/src/services/tke/v20180525/tke_models.ts +10 -1
  51. package/src/services/tms/index.ts +2 -2
  52. package/src/services/tsw/index.ts +2 -2
  53. package/src/services/vm/index.ts +2 -2
  54. package/src/services/wav/v20210129/wav_client.ts +100 -74
  55. package/src/services/wav/v20210129/wav_models.ts +1445 -1142
  56. package/src/services/yunsou/index.ts +2 -2
  57. package/tencentcloud/common/sdk_version.d.ts +1 -1
  58. package/tencentcloud/common/sdk_version.js +1 -1
  59. package/tencentcloud/services/ams/index.d.ts +4 -4
  60. package/tencentcloud/services/ams/index.js +2 -2
  61. package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +2 -2
  62. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +34 -24
  63. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +13 -0
  64. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +2 -2
  65. package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +47 -18
  66. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +9 -0
  67. package/tencentcloud/services/chdfs/index.d.ts +4 -4
  68. package/tencentcloud/services/chdfs/index.js +2 -2
  69. package/tencentcloud/services/cii/index.d.ts +4 -4
  70. package/tencentcloud/services/cii/index.js +2 -2
  71. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +16 -17
  72. package/tencentcloud/services/cme/v20191029/cme_client.d.ts +11 -11
  73. package/tencentcloud/services/cme/v20191029/cme_client.js +11 -11
  74. package/tencentcloud/services/cme/v20191029/cme_models.d.ts +2 -2
  75. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +8 -0
  76. package/tencentcloud/services/dbbrain/index.d.ts +4 -4
  77. package/tencentcloud/services/dbbrain/index.js +2 -2
  78. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +3 -2
  79. package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +9 -5
  80. package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +12 -6
  81. package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +68 -12
  82. package/tencentcloud/services/eis/index.d.ts +4 -4
  83. package/tencentcloud/services/eis/index.js +2 -2
  84. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +35 -0
  85. package/tencentcloud/services/essbasic/index.d.ts +4 -4
  86. package/tencentcloud/services/essbasic/index.js +2 -2
  87. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +21 -5
  88. package/tencentcloud/services/facefusion/index.d.ts +4 -4
  89. package/tencentcloud/services/facefusion/index.js +2 -2
  90. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +4 -4
  91. package/tencentcloud/services/iai/index.d.ts +4 -4
  92. package/tencentcloud/services/iai/index.js +2 -2
  93. package/tencentcloud/services/iai/v20200303/iai_client.d.ts +0 -2
  94. package/tencentcloud/services/iai/v20200303/iai_client.js +0 -2
  95. package/tencentcloud/services/iai/v20200303/iai_models.d.ts +7 -7
  96. package/tencentcloud/services/ims/index.d.ts +4 -4
  97. package/tencentcloud/services/ims/index.js +2 -2
  98. package/tencentcloud/services/iotvideo/index.d.ts +4 -4
  99. package/tencentcloud/services/iotvideo/index.js +2 -2
  100. package/tencentcloud/services/irp/index.d.ts +4 -4
  101. package/tencentcloud/services/irp/index.js +2 -2
  102. package/tencentcloud/services/live/v20180801/live_models.d.ts +18 -18
  103. package/tencentcloud/services/mgobe/index.d.ts +4 -4
  104. package/tencentcloud/services/mgobe/index.js +2 -2
  105. package/tencentcloud/services/mongodb/index.d.ts +4 -4
  106. package/tencentcloud/services/mongodb/index.js +2 -2
  107. package/tencentcloud/services/organization/v20210331/organization_client.d.ts +5 -1
  108. package/tencentcloud/services/organization/v20210331/organization_client.js +6 -0
  109. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +43 -0
  110. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +1 -1
  111. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +9 -1
  112. package/tencentcloud/services/tbp/index.d.ts +4 -4
  113. package/tencentcloud/services/tbp/index.js +2 -2
  114. package/tencentcloud/services/tcb/v20180608/tcb_client.d.ts +194 -159
  115. package/tencentcloud/services/tcb/v20180608/tcb_client.js +287 -236
  116. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +937 -113
  117. package/tencentcloud/services/tcr/v20190924/tcr_client.d.ts +3 -15
  118. package/tencentcloud/services/tcr/v20190924/tcr_client.js +3 -19
  119. package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +118 -162
  120. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +5 -0
  121. package/tencentcloud/services/teo/index.d.ts +4 -4
  122. package/tencentcloud/services/teo/index.js +2 -2
  123. package/tencentcloud/services/thpc/index.d.ts +4 -4
  124. package/tencentcloud/services/thpc/index.js +2 -2
  125. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +10 -1
  126. package/tencentcloud/services/tms/index.d.ts +4 -4
  127. package/tencentcloud/services/tms/index.js +2 -2
  128. package/tencentcloud/services/tsw/index.d.ts +4 -4
  129. package/tencentcloud/services/tsw/index.js +2 -2
  130. package/tencentcloud/services/vm/index.d.ts +4 -4
  131. package/tencentcloud/services/vm/index.js +2 -2
  132. package/tencentcloud/services/wav/v20210129/wav_client.d.ts +13 -5
  133. package/tencentcloud/services/wav/v20210129/wav_client.js +18 -6
  134. package/tencentcloud/services/wav/v20210129/wav_models.d.ts +1413 -1116
  135. package/tencentcloud/services/yunsou/index.d.ts +4 -4
  136. package/tencentcloud/services/yunsou/index.js +2 -2
  137. package/test/dnspod.v20210323.test.js +14 -4
  138. package/test/organization.v20210331.test.js +10 -0
  139. package/test/tcb.v20180608.test.js +238 -158
  140. package/test/tcr.v20190924.test.js +2 -22
  141. package/test/wav.v20210129.test.js +24 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.631",
3
+ "version": "4.0.633",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -14,7 +14,7 @@
14
14
  | apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-04-04 06:05:36 |
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
- | apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2023-06-29 01:02:05 |
17
+ | apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2023-06-30 01:06:46 |
18
18
  | apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2023-06-28 01:02:05 |
19
19
  | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-06-15 01:02:32 |
20
20
  | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-06-27 01:03:21 |
@@ -23,7 +23,7 @@
23
23
  | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2023-05-18 01:04:14 |
24
24
  | bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2023-06-26 01:08:49 |
25
25
  | bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2023-05-18 01:04:39 |
26
- | billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-06-28 01:03:11 |
26
+ | billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-07-03 01:04:02 |
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-05-18 01:04:59 |
29
29
  | bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2023-05-18 01:05:33 |
@@ -39,28 +39,28 @@
39
39
  | car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2023-05-31 01:09:58 |
40
40
  | casb | [云访问安全代理](https://cloud.tencent.com/document/product/1303) | 2022-12-26 10:53:16 |
41
41
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2023-05-18 01:07:39 |
42
- | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-05-23 01:06:09 |
43
- | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-06-09 01:06:01 |
44
- | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-06-29 01:07:08 |
42
+ | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-07-03 01:06:30 |
43
+ | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-06-30 01:11:07 |
44
+ | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-07-03 01:07:03 |
45
45
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-06-08 01:10:03 |
46
46
  | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-06-28 01:06:57 |
47
47
  | cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2023-05-18 01:10:41 |
48
- | cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2023-06-09 01:07:54 |
48
+ | cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2023-06-30 01:12:59 |
49
49
  | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-06-29 01:09:00 |
50
50
  | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2023-06-27 01:08:55 |
51
- | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-06-28 01:08:09 |
51
+ | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-06-30 01:13:38 |
52
52
  | chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2023-05-31 01:12:53 |
53
53
  | ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2023-06-05 01:14:51 |
54
54
  | cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2023-05-18 01:12:07 |
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-06-29 01:10:07 |
57
+ | ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-07-03 01:09:56 |
58
58
  | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-06-22 01:16:17 |
59
59
  | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2023-05-18 01:13:28 |
60
60
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2023-05-18 01:13:36 |
61
61
  | cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-06-16 10:55:41 |
62
62
  | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-06-27 01:11:41 |
63
- | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-06-29 01:11:59 |
63
+ | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-07-03 01:12:04 |
64
64
  | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2023-05-18 01:14:51 |
65
65
  | cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2023-05-31 21:42:46 |
66
66
  | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-06-19 01:11:32 |
@@ -70,7 +70,7 @@
70
70
  | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-05-26 01:16:07 |
71
71
  | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-06-20 01:17:02 |
72
72
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
73
- | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-06-29 01:15:52 |
73
+ | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-06-29 14:25:48 |
74
74
  | dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-05-18 01:19:47 |
75
75
  | dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
76
76
  | dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:20:11 |
@@ -78,8 +78,8 @@
78
78
  | dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2023-05-18 01:21:33 |
79
79
  | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2023-05-18 01:21:37 |
80
80
  | dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-06-28 01:18:44 |
81
- | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-06-21 01:15:50 |
82
- | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-06-21 01:16:19 |
81
+ | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-07-03 01:18:43 |
82
+ | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-07-03 01:19:17 |
83
83
  | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-05-18 01:23:17 |
84
84
  | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2023-05-18 01:23:31 |
85
85
  | ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2023-05-18 01:23:36 |
@@ -92,14 +92,14 @@
92
92
  | eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2023-05-18 01:25:40 |
93
93
  | eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-05-18 01:25:58 |
94
94
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-06-22 01:29:05 |
95
- | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-05-18 01:26:23 |
96
- | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-06-29 01:21:41 |
97
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-06-29 01:22:07 |
95
+ | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-07-03 01:22:18 |
96
+ | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-06-30 18:46:08 |
97
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-07-03 01:23:00 |
98
98
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-05-31 01:26:29 |
99
- | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-05-31 01:26:34 |
99
+ | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-07-03 01:23:32 |
100
100
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-05-24 14:30:55 |
101
101
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2023-05-18 01:28:35 |
102
- | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2023-06-16 01:24:51 |
102
+ | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2023-07-03 01:23:57 |
103
103
  | gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2023-06-14 01:25:30 |
104
104
  | goosefs | [数据加速器 GooseFS](https://cloud.tencent.com/document/product/1424) | 2023-05-18 01:29:36 |
105
105
  | gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-07-11 06:12:36 |
@@ -108,7 +108,7 @@
108
108
  | habo | [](https://cloud.tencent.com/document/product) | 2019-05-09 19:37:22 |
109
109
  | hasim | [高可用物联网卡](https://cloud.tencent.com/document/product/1482) | 2023-05-18 01:29:47 |
110
110
  | hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2023-05-18 01:29:58 |
111
- | iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2023-05-18 01:30:19 |
111
+ | iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2023-06-30 01:28:26 |
112
112
  | ic | [图片瘦身](https://cloud.tencent.com/document/product/636) | 2023-03-02 01:23:21 |
113
113
  | icr | [对话机器人](https://cloud.tencent.com/document/product/1268) | 2023-05-18 01:30:40 |
114
114
  | ie | [智能编辑](https://cloud.tencent.com/document/product/1186) | 2023-05-30 01:20:30 |
@@ -127,7 +127,7 @@
127
127
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-05-18 01:35:58 |
128
128
  | lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-06-29 01:28:41 |
129
129
  | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-06-28 01:29:24 |
130
- | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-06-27 01:30:16 |
130
+ | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-07-03 01:33:54 |
131
131
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
132
132
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
133
133
  | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2023-06-26 01:40:00 |
@@ -148,10 +148,10 @@
148
148
  | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-06-19 01:30:56 |
149
149
  | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-06-22 01:43:22 |
150
150
  | omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-05-18 01:43:39 |
151
- | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-06-14 01:34:43 |
151
+ | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-06-30 01:38:16 |
152
152
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-06-21 01:29:51 |
153
153
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-05-18 01:44:14 |
154
- | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2023-06-26 01:45:09 |
154
+ | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2023-07-03 01:39:12 |
155
155
  | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2023-06-14 01:36:28 |
156
156
  | pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2023-06-20 01:44:07 |
157
157
  | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2023-05-18 01:45:58 |
@@ -160,7 +160,7 @@
160
160
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-05-18 01:46:50 |
161
161
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
162
162
  | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2023-05-18 01:46:54 |
163
- | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-06-27 01:37:18 |
163
+ | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-07-03 01:41:14 |
164
164
  | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2023-06-28 01:37:26 |
165
165
  | smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2023-06-21 01:31:57 |
166
166
  | smop | [腾讯安心用户运营平台](https://cloud.tencent.com/document/product/1310) | 2023-05-18 01:47:59 |
@@ -183,13 +183,13 @@
183
183
  | tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
184
184
  | tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2023-06-06 01:55:04 |
185
185
  | tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2023-06-20 01:48:17 |
186
- | tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2023-03-30 01:54:55 |
186
+ | tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2023-06-29 18:45:40 |
187
187
  | tcbr | [云托管 CloudBase Run](https://cloud.tencent.com/document/product/1243) | 2023-05-18 01:51:15 |
188
188
  | tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-07-21 06:17:29 |
189
189
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
190
190
  | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2023-06-06 01:55:42 |
191
- | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2023-06-28 01:40:48 |
192
- | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-06-07 01:46:42 |
191
+ | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2023-06-30 01:44:37 |
192
+ | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-06-30 01:45:16 |
193
193
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2023-06-21 01:36:25 |
194
194
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-06-27 01:43:11 |
195
195
  | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-06-28 01:43:23 |
@@ -205,7 +205,7 @@
205
205
  | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-05-29 01:47:15 |
206
206
  | tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-06-26 01:57:45 |
207
207
  | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-06-08 02:02:46 |
208
- | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-06-29 01:44:18 |
208
+ | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-06-30 01:49:36 |
209
209
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
210
210
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2023-05-18 02:01:07 |
211
211
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2023-05-18 02:01:10 |
@@ -221,11 +221,11 @@
221
221
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2023-05-18 02:04:06 |
222
222
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-05-18 02:04:19 |
223
223
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-05-18 02:04:23 |
224
- | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-06-29 01:49:16 |
224
+ | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-07-03 01:54:42 |
225
225
  | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-06-28 01:50:33 |
226
226
  | vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-06-21 01:45:11 |
227
- | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-06-27 01:53:24 |
228
- | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-05-18 02:08:17 |
227
+ | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-07-03 01:59:20 |
228
+ | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-06-30 12:15:39 |
229
229
  | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-06-27 01:54:02 |
230
230
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
231
231
  | yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-06-22 02:06:43 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.631"
1
+ export const sdkVersion = "4.0.633"
@@ -1,7 +1,7 @@
1
- import { v20201229 } from "./v20201229"
2
1
  import { v20200608 } from "./v20200608"
2
+ import { v20201229 } from "./v20201229"
3
3
 
4
4
  export const ams = {
5
- v20201229: v20201229,
6
5
  v20200608: v20200608,
6
+ v20201229: v20201229,
7
7
  }
@@ -4017,7 +4017,7 @@ export interface DeleteServiceResponse {
4017
4017
  * 删除操作是否成功。
4018
4018
  注意:此字段可能返回 null,表示取不到有效值。
4019
4019
  */
4020
- Result: boolean
4020
+ Result?: boolean
4021
4021
  /**
4022
4022
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4023
4023
  */
@@ -6266,7 +6266,7 @@ export interface DescribeServiceReleaseVersionResponse {
6266
6266
  * 服务发布版本列表。
6267
6267
  注意:此字段可能返回 null,表示取不到有效值。
6268
6268
  */
6269
- Result: ServiceReleaseVersion
6269
+ Result?: ServiceReleaseVersion
6270
6270
  /**
6271
6271
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
6272
6272
  */
@@ -1522,15 +1522,15 @@ export interface BillDetailComponent {
1522
1522
  /**
1523
1523
  * 组件类型:用户购买的产品或服务对应的组件大类,例如:云服务器 CVM 的组件:CPU、内存等
1524
1524
  */
1525
- ComponentCodeName: string
1525
+ ComponentCodeName?: string
1526
1526
  /**
1527
1527
  * 组件名称:用户购买的产品或服务,所包含的具体组件
1528
1528
  */
1529
- ItemCodeName: string
1529
+ ItemCodeName?: string
1530
1530
  /**
1531
1531
  * 组件刊例价:组件的官网原始单价(如果客户享受一口价/合同价则默认不展示)
1532
1532
  */
1533
- SinglePrice: string
1533
+ SinglePrice?: string
1534
1534
  /**
1535
1535
  * 组件指定价(已废弃)
1536
1536
  * @deprecated
@@ -1539,51 +1539,61 @@ export interface BillDetailComponent {
1539
1539
  /**
1540
1540
  * 组件价格单位:组件价格的单位,单位构成:元/用量单位/时长单位
1541
1541
  */
1542
- PriceUnit: string
1542
+ PriceUnit?: string
1543
1543
  /**
1544
1544
  * 组件用量:该组件实际结算用量,组件用量 = 组件原始用量 - 抵扣用量(含资源包
1545
1545
  */
1546
- UsedAmount: string
1546
+ UsedAmount?: string
1547
1547
  /**
1548
1548
  * 组件用量单位:组件用量对应的单位
1549
1549
  */
1550
- UsedAmountUnit: string
1550
+ UsedAmountUnit?: string
1551
+ /**
1552
+ * 原始用量/时长:组件被资源包抵扣前的原始用量/时长
1553
+ 注意:此字段可能返回 null,表示取不到有效值。
1554
+ */
1555
+ RealTotalMeasure?: string
1556
+ /**
1557
+ * 抵扣用量/时长(含资源包):组件被资源包抵扣的用量/时长
1558
+ 注意:此字段可能返回 null,表示取不到有效值。
1559
+ */
1560
+ DeductedMeasure?: string
1551
1561
  /**
1552
1562
  * 使用时长:资源使用的时长
1553
1563
  */
1554
- TimeSpan: string
1564
+ TimeSpan?: string
1555
1565
  /**
1556
1566
  * 时长单位:资源使用时长的单位
1557
1567
  */
1558
- TimeUnitName: string
1568
+ TimeUnitName?: string
1559
1569
  /**
1560
1570
  * 组件原价:原价 = 组件刊例价 * 组件用量 * 使用时长(如果客户享受一口价/合同价则默认不展示,退费类场景也默认不展示)
1561
1571
  */
1562
- Cost: string
1572
+ Cost?: string
1563
1573
  /**
1564
1574
  * 折扣率:本资源享受的折扣率(如果客户享受一口价/合同价则默认不展示,退费场景也默认不展示)
1565
1575
  */
1566
- Discount: string
1576
+ Discount?: string
1567
1577
  /**
1568
1578
  * 优惠类型
1569
1579
  */
1570
- ReduceType: string
1580
+ ReduceType?: string
1571
1581
  /**
1572
1582
  * 优惠后总价:优惠后总价=(原价 - 预留实例抵扣原价 - 节省计划抵扣原价)* 折扣率
1573
1583
  */
1574
- RealCost: string
1584
+ RealCost?: string
1575
1585
  /**
1576
1586
  * 优惠券支出:使用各类优惠券(如代金券、现金券等)支付的金额
1577
1587
  */
1578
- VoucherPayAmount: string
1588
+ VoucherPayAmount?: string
1579
1589
  /**
1580
1590
  * 现金账户支出:通过现金账户支付的金额
1581
1591
  */
1582
- CashPayAmount: string
1592
+ CashPayAmount?: string
1583
1593
  /**
1584
1594
  * 赠送账户支出:使用赠送金支付的金额
1585
1595
  */
1586
- IncentivePayAmount: string
1596
+ IncentivePayAmount?: string
1587
1597
  /**
1588
1598
  * 分成金账户支出:通过分成金账户支付的金额
1589
1599
  注意:此字段可能返回 null,表示取不到有效值。
@@ -1593,37 +1603,37 @@ export interface BillDetailComponent {
1593
1603
  * 组件类型编码
1594
1604
  注意:此字段可能返回 null,表示取不到有效值。
1595
1605
  */
1596
- ItemCode: string
1606
+ ItemCode?: string
1597
1607
  /**
1598
1608
  * 组件名称编码
1599
1609
  注意:此字段可能返回 null,表示取不到有效值。
1600
1610
  */
1601
- ComponentCode: string
1611
+ ComponentCode?: string
1602
1612
  /**
1603
1613
  * 组件单价:组件的折后单价,组件单价 = 刊例价 * 折扣
1604
1614
  注意:此字段可能返回 null,表示取不到有效值。
1605
1615
  */
1606
- ContractPrice: string
1616
+ ContractPrice?: string
1607
1617
  /**
1608
1618
  * 实例类型:购买的产品服务对应的实例类型,包括资源包、RI、SP、竞价实例。正常的实例展示默认为不展示
1609
1619
  注意:此字段可能返回 null,表示取不到有效值。
1610
1620
  */
1611
- InstanceType: string
1621
+ InstanceType?: string
1612
1622
  /**
1613
1623
  * 预留实例抵扣的使用时长:本产品或服务使用预留实例抵扣的使用时长
1614
1624
  注意:此字段可能返回 null,表示取不到有效值。
1615
1625
  */
1616
- RiTimeSpan: string
1626
+ RiTimeSpan?: string
1617
1627
  /**
1618
1628
  * 预留实例抵扣组件原价:本产品或服务使用预留实例抵扣的组件原价金额
1619
1629
  注意:此字段可能返回 null,表示取不到有效值。
1620
1630
  */
1621
- OriginalCostWithRI: string
1631
+ OriginalCostWithRI?: string
1622
1632
  /**
1623
1633
  * 节省计划抵扣率:节省计划可用余额额度范围内,节省计划对于此组件打的折扣率
1624
1634
  注意:此字段可能返回 null,表示取不到有效值。
1625
1635
  */
1626
- SPDeductionRate: string
1636
+ SPDeductionRate?: string
1627
1637
  /**
1628
1638
  * 节省计划抵扣金额(已废弃)
1629
1639
  注意:此字段可能返回 null,表示取不到有效值。
@@ -1634,12 +1644,12 @@ export interface BillDetailComponent {
1634
1644
  * 节省计划抵扣组件原价:节省计划抵扣原价=节省计划包抵扣金额/节省计划抵扣率
1635
1645
  注意:此字段可能返回 null,表示取不到有效值。
1636
1646
  */
1637
- OriginalCostWithSP: string
1647
+ OriginalCostWithSP?: string
1638
1648
  /**
1639
1649
  * 混合折扣率:综合各类折扣抵扣信息后的最终折扣率,混合折扣率 = 优惠后总价 / 组件原价
1640
1650
  注意:此字段可能返回 null,表示取不到有效值。
1641
1651
  */
1642
- BlendedDiscount: string
1652
+ BlendedDiscount?: string
1643
1653
  }
1644
1654
 
1645
1655
  /**
@@ -1741,6 +1741,11 @@ export interface TelCdrInfo {
1741
1741
  注意:此字段可能返回 null,表示取不到有效值。
1742
1742
  */
1743
1743
  VoicemailRecordURL?: Array<string>
1744
+ /**
1745
+ * 通话中语音留言ASR文本信息地址
1746
+ 注意:此字段可能返回 null,表示取不到有效值。
1747
+ */
1748
+ VoicemailAsrURL?: Array<string>
1744
1749
  }
1745
1750
 
1746
1751
  /**
@@ -1897,6 +1902,14 @@ export interface CreateExtensionRequest {
1897
1902
  * 分机名称
1898
1903
  */
1899
1904
  ExtensionName: string
1905
+ /**
1906
+ * 绑定的技能组列表
1907
+ */
1908
+ SkillGroupIds?: Array<number>
1909
+ /**
1910
+ * 绑定的坐席邮箱
1911
+ */
1912
+ Relation?: string
1900
1913
  }
1901
1914
 
1902
1915
  /**
@@ -8406,11 +8406,11 @@ export interface DescribeBackupSummariesResponse {
8406
8406
  /**
8407
8407
  * 实例备份统计条目。
8408
8408
  */
8409
- Items: Array<BackupSummaryItem>
8409
+ Items?: Array<BackupSummaryItem>
8410
8410
  /**
8411
8411
  * 实例备份统计总条目数。
8412
8412
  */
8413
- TotalCount: number
8413
+ TotalCount?: number
8414
8414
  /**
8415
8415
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
8416
8416
  */
@@ -244,11 +244,11 @@ export interface ModifyInstanceKeyValConfigsResponse {
244
244
  * 错误信息
245
245
  注意:此字段可能返回 null,表示取不到有效值。
246
246
  */
247
- ErrorMsg: string
247
+ ErrorMsg?: string
248
248
  /**
249
249
  * ID
250
250
  */
251
- FlowId: number
251
+ FlowId?: number
252
252
  /**
253
253
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
254
254
  */
@@ -368,24 +368,39 @@ export interface OpenBackUpRequest {
368
368
  export interface BackupTableContent {
369
369
  /**
370
370
  * 数据库
371
+ 注意:此字段可能返回 null,表示取不到有效值。
371
372
  */
372
373
  Database: string
373
374
  /**
374
375
  * 表
376
+ 注意:此字段可能返回 null,表示取不到有效值。
375
377
  */
376
378
  Table: string
377
379
  /**
378
380
  * 表总字节数
381
+ 注意:此字段可能返回 null,表示取不到有效值。
379
382
  */
380
383
  TotalBytes: number
381
384
  /**
382
385
  * 虚拟cluster
386
+ 注意:此字段可能返回 null,表示取不到有效值。
383
387
  */
384
388
  VCluster?: string
385
389
  /**
386
390
  * 表ip
391
+ 注意:此字段可能返回 null,表示取不到有效值。
387
392
  */
388
393
  Ips?: string
394
+ /**
395
+ * zk路径
396
+ 注意:此字段可能返回 null,表示取不到有效值。
397
+ */
398
+ ZooPath?: string
399
+ /**
400
+ * cvm的ip地址
401
+ 注意:此字段可能返回 null,表示取不到有效值。
402
+ */
403
+ Rip?: string
389
404
  }
390
405
 
391
406
  /**
@@ -396,17 +411,17 @@ export interface CreateInstanceNewResponse {
396
411
  * 流程ID
397
412
  注意:此字段可能返回 null,表示取不到有效值。
398
413
  */
399
- FlowId: string
414
+ FlowId?: string
400
415
  /**
401
416
  * 实例ID
402
417
  注意:此字段可能返回 null,表示取不到有效值。
403
418
  */
404
- InstanceId: string
419
+ InstanceId?: string
405
420
  /**
406
421
  * 错误信息
407
422
  注意:此字段可能返回 null,表示取不到有效值。
408
423
  */
409
- ErrorMsg: string
424
+ ErrorMsg?: string
410
425
  /**
411
426
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
412
427
  */
@@ -943,6 +958,10 @@ export interface DescribeInstancesNewRequest {
943
958
  * 搜索标签列表
944
959
  */
945
960
  SearchTags?: Array<SearchTags>
961
+ /**
962
+ * 信息详细与否
963
+ */
964
+ IsSimple?: boolean
946
965
  }
947
966
 
948
967
  /**
@@ -1421,23 +1440,28 @@ export interface ScheduleStrategy {
1421
1440
  * 备份桶列表
1422
1441
  注意:此字段可能返回 null,表示取不到有效值。
1423
1442
  */
1424
- CosBucketName: string
1443
+ CosBucketName?: string
1425
1444
  /**
1426
1445
  * 备份保留天数
1427
1446
  */
1428
- RetainDays: number
1447
+ RetainDays?: number
1429
1448
  /**
1430
1449
  * 备份的天
1431
1450
  */
1432
- WeekDays: string
1451
+ WeekDays?: string
1433
1452
  /**
1434
1453
  * 备份小时
1435
1454
  */
1436
- ExecuteHour: number
1455
+ ExecuteHour?: number
1437
1456
  /**
1438
1457
  * 策略id
1439
1458
  */
1440
- ScheduleId: number
1459
+ ScheduleId?: number
1460
+ /**
1461
+ * 下次备份时间
1462
+ 注意:此字段可能返回 null,表示取不到有效值。
1463
+ */
1464
+ NextBackupTime?: string
1441
1465
  }
1442
1466
 
1443
1467
  /**
@@ -1487,17 +1511,17 @@ export interface ResizeDiskResponse {
1487
1511
  * 流程ID
1488
1512
  注意:此字段可能返回 null,表示取不到有效值。
1489
1513
  */
1490
- FlowId: string
1514
+ FlowId?: string
1491
1515
  /**
1492
1516
  * 实例ID
1493
1517
  注意:此字段可能返回 null,表示取不到有效值。
1494
1518
  */
1495
- InstanceId: string
1519
+ InstanceId?: string
1496
1520
  /**
1497
1521
  * 错误信息
1498
1522
  注意:此字段可能返回 null,表示取不到有效值。
1499
1523
  */
1500
- ErrorMsg: string
1524
+ ErrorMsg?: string
1501
1525
  /**
1502
1526
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1503
1527
  */
@@ -1511,26 +1535,31 @@ export interface DescribeBackUpScheduleResponse {
1511
1535
  /**
1512
1536
  * 备份是否开启
1513
1537
  */
1514
- BackUpOpened: boolean
1538
+ BackUpOpened?: boolean
1515
1539
  /**
1516
1540
  * 元数据备份策略
1517
1541
  注意:此字段可能返回 null,表示取不到有效值。
1518
1542
  */
1519
- MetaStrategy: ScheduleStrategy
1543
+ MetaStrategy?: ScheduleStrategy
1520
1544
  /**
1521
1545
  * 表数据备份策略
1522
1546
  注意:此字段可能返回 null,表示取不到有效值。
1523
1547
  */
1524
- DataStrategy: ScheduleStrategy
1548
+ DataStrategy?: ScheduleStrategy
1525
1549
  /**
1526
1550
  * 备份表列表
1527
1551
  注意:此字段可能返回 null,表示取不到有效值。
1528
1552
  */
1529
- BackUpContents: Array<BackupTableContent>
1553
+ BackUpContents?: Array<BackupTableContent>
1530
1554
  /**
1531
1555
  * 备份的状态
1532
1556
  */
1533
- BackUpStatus: number
1557
+ BackUpStatus?: number
1558
+ /**
1559
+ * 错误信息
1560
+ 注意:此字段可能返回 null,表示取不到有效值。
1561
+ */
1562
+ ErrorMsg?: string
1534
1563
  /**
1535
1564
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1536
1565
  */
@@ -2947,6 +2947,11 @@ export interface InstanceInfo {
2947
2947
  注意:此字段可能返回 null,表示取不到有效值。
2948
2948
  */
2949
2949
  Server?: Array<string>
2950
+ /**
2951
+ * 地域
2952
+ 注意:此字段可能返回 null,表示取不到有效值。
2953
+ */
2954
+ RegionKey?: string
2950
2955
  }
2951
2956
 
2952
2957
  /**
@@ -4474,6 +4479,10 @@ export interface DescribeBlockIgnoreListResponse {
4474
4479
  * 状态信息,success:查询成功,fail:查询失败
4475
4480
  */
4476
4481
  ReturnMsg?: string
4482
+ /**
4483
+ * 安全事件来源下拉框
4484
+ */
4485
+ SourceList?: Array<string>
4477
4486
  /**
4478
4487
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4479
4488
  */
@@ -1,7 +1,7 @@
1
- import { v20201112 } from "./v20201112"
2
1
  import { v20190718 } from "./v20190718"
2
+ import { v20201112 } from "./v20201112"
3
3
 
4
4
  export const chdfs = {
5
- v20201112: v20201112,
6
5
  v20190718: v20190718,
6
+ v20201112: v20201112,
7
7
  }
@@ -1,7 +1,7 @@
1
- import { v20210408 } from "./v20210408"
2
1
  import { v20201210 } from "./v20201210"
2
+ import { v20210408 } from "./v20210408"
3
3
 
4
4
  export const cii = {
5
- v20210408: v20210408,
6
5
  v20201210: v20201210,
6
+ v20210408: v20210408,
7
7
  }