tencentcloud-sdk-nodejs 4.0.252 → 4.0.256

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 (122) hide show
  1. package/CHANGELOG.md +753 -51
  2. package/package.json +1 -1
  3. package/products.md +36 -36
  4. package/src/common/sdk_version.ts +1 -1
  5. package/src/services/as/v20180419/as_client.ts +15 -1
  6. package/src/services/as/v20180419/as_models.ts +65 -5
  7. package/src/services/asr/v20190614/asr_client.ts +1 -1
  8. package/src/services/asr/v20190614/asr_models.ts +6 -0
  9. package/src/services/billing/v20180709/billing_models.ts +51 -20
  10. package/src/services/ccc/v20200210/ccc_models.ts +6 -0
  11. package/src/services/cdn/v20180606/cdn_client.ts +5 -4
  12. package/src/services/cdn/v20180606/cdn_models.ts +91 -35
  13. package/src/services/cii/v20210408/cii_client.ts +13 -0
  14. package/src/services/cii/v20210408/cii_models.ts +82 -0
  15. package/src/services/ckafka/v20190819/ckafka_client.ts +17 -5
  16. package/src/services/ckafka/v20190819/ckafka_models.ts +177 -140
  17. package/src/services/clb/v20180317/clb_client.ts +44 -18
  18. package/src/services/clb/v20180317/clb_models.ts +180 -64
  19. package/src/services/cme/v20191029/cme_models.ts +10 -10
  20. package/src/services/cpdp/v20190820/cpdp_models.ts +53 -0
  21. package/src/services/cvm/v20170312/cvm_client.ts +17 -0
  22. package/src/services/cvm/v20170312/cvm_models.ts +30 -0
  23. package/src/services/cwp/v20180228/cwp_models.ts +27 -1
  24. package/src/services/dnspod/v20210323/dnspod_client.ts +82 -69
  25. package/src/services/dnspod/v20210323/dnspod_models.ts +1178 -1133
  26. package/src/services/eiam/v20210420/eiam_models.ts +30 -0
  27. package/src/services/emr/v20190103/emr_models.ts +22 -4
  28. package/src/services/faceid/v20180301/faceid_client.ts +1 -0
  29. package/src/services/faceid/v20180301/faceid_models.ts +46 -0
  30. package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +26 -1
  31. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +172 -84
  32. package/src/services/lighthouse/v20200324/lighthouse_models.ts +2 -2
  33. package/src/services/mongodb/v20190725/mongodb_client.ts +19 -3
  34. package/src/services/mongodb/v20190725/mongodb_models.ts +302 -62
  35. package/src/services/mrs/v20200910/mrs_models.ts +12 -0
  36. package/src/services/rum/v20210622/rum_client.ts +27 -3
  37. package/src/services/rum/v20210622/rum_models.ts +290 -25
  38. package/src/services/scf/v20180416/scf_models.ts +32 -26
  39. package/src/services/tat/v20201028/tat_client.ts +16 -1
  40. package/src/services/tat/v20201028/tat_models.ts +31 -4
  41. package/src/services/tcb/v20180608/tcb_models.ts +1 -1
  42. package/src/services/tcss/v20201101/tcss_models.ts +1 -1
  43. package/src/services/tdmq/v20200217/tdmq_models.ts +11 -1
  44. package/src/services/tem/v20210701/tem_client.ts +12 -0
  45. package/src/services/tem/v20210701/tem_models.ts +35 -0
  46. package/src/services/thpc/v20211109/thpc_client.ts +2 -0
  47. package/src/services/thpc/v20211109/thpc_models.ts +40 -0
  48. package/src/services/tke/v20180525/tke_models.ts +6 -0
  49. package/src/services/tse/v20201207/tse_models.ts +5 -0
  50. package/src/services/vod/v20180717/vod_client.ts +5 -3
  51. package/src/services/vod/v20180717/vod_models.ts +244 -30
  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 +5 -1
  55. package/tencentcloud/services/as/v20180419/as_client.js +6 -0
  56. package/tencentcloud/services/as/v20180419/as_models.d.ts +57 -5
  57. package/tencentcloud/services/asr/v20190614/asr_client.d.ts +1 -1
  58. package/tencentcloud/services/asr/v20190614/asr_client.js +1 -1
  59. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +5 -0
  60. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +50 -19
  61. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +5 -0
  62. package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +1 -1
  63. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +79 -31
  64. package/tencentcloud/services/cii/v20210408/cii_client.d.ts +5 -1
  65. package/tencentcloud/services/cii/v20210408/cii_client.js +6 -0
  66. package/tencentcloud/services/cii/v20210408/cii_models.d.ts +70 -0
  67. package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +5 -1
  68. package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +6 -0
  69. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +152 -120
  70. package/tencentcloud/services/clb/v20180317/clb_client.d.ts +16 -7
  71. package/tencentcloud/services/clb/v20180317/clb_client.js +21 -8
  72. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +155 -56
  73. package/tencentcloud/services/cme/v20191029/cme_models.d.ts +8 -9
  74. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +44 -0
  75. package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +10 -1
  76. package/tencentcloud/services/cvm/v20170312/cvm_client.js +11 -0
  77. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +26 -0
  78. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +22 -1
  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 +1048 -1009
  82. package/tencentcloud/services/eiam/v20210420/eiam_models.d.ts +25 -0
  83. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +20 -4
  84. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +39 -0
  85. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +9 -1
  86. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +12 -0
  87. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +144 -68
  88. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +2 -2
  89. package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +5 -1
  90. package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +6 -0
  91. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +253 -55
  92. package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +10 -0
  93. package/tencentcloud/services/rum/v20210622/rum_client.d.ts +9 -1
  94. package/tencentcloud/services/rum/v20210622/rum_client.js +12 -0
  95. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +241 -25
  96. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +31 -26
  97. package/tencentcloud/services/tat/v20201028/tat_client.d.ts +8 -1
  98. package/tencentcloud/services/tat/v20201028/tat_client.js +9 -0
  99. package/tencentcloud/services/tat/v20201028/tat_models.d.ts +28 -4
  100. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +1 -1
  101. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +1 -1
  102. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +9 -1
  103. package/tencentcloud/services/tem/v20210701/tem_client.d.ts +5 -1
  104. package/tencentcloud/services/tem/v20210701/tem_client.js +6 -0
  105. package/tencentcloud/services/tem/v20210701/tem_models.d.ts +30 -0
  106. package/tencentcloud/services/thpc/v20211109/thpc_models.d.ts +34 -0
  107. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +5 -0
  108. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +4 -0
  109. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +4 -3
  110. package/tencentcloud/services/vod/v20180717/vod_client.js +4 -3
  111. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +176 -0
  112. package/test/as.v20180419.test.js +10 -0
  113. package/test/cii.v20210408.test.js +10 -0
  114. package/test/ckafka.v20190819.test.js +10 -0
  115. package/test/clb.v20180317.test.js +24 -4
  116. package/test/cvm.v20170312.test.js +10 -0
  117. package/test/dnspod.v20210323.test.js +14 -4
  118. package/test/iotexplorer.v20190423.test.js +20 -0
  119. package/test/mongodb.v20190725.test.js +10 -0
  120. package/test/rum.v20210622.test.js +20 -0
  121. package/test/tat.v20201028.test.js +10 -0
  122. package/test/tem.v20210701.test.js +10 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.252",
3
+ "version": "4.0.256",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -13,13 +13,13 @@
13
13
  | api | [云 API](https://cloud.tencent.com/document/product/546) | 2021-04-25 10:09:57 |
14
14
  | apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2021-12-08 08:05:34 |
15
15
  | apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2021-12-02 08:02:32 |
16
- | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2021-11-23 08:02:56 |
17
- | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2021-12-06 08:01:23 |
16
+ | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2021-12-14 08:05:13 |
17
+ | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2021-12-13 08:04:36 |
18
18
  | asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2021-11-29 08:03:58 |
19
19
  | ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2021-11-10 08:02:33 |
20
20
  | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2021-11-10 08:02:34 |
21
21
  | bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2021-12-07 08:02:49 |
22
- | billing | [计费相关](https://cloud.tencent.com/document/product/555) | 2021-11-23 08:03:19 |
22
+ | billing | [计费相关](https://cloud.tencent.com/document/product/555) | 2021-12-09 08:01:35 |
23
23
  | bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
24
24
  | bm | [黑石物理服务器1.0](https://cloud.tencent.com/document/product/386) | 2021-11-10 08:02:45 |
25
25
  | bmeip | [黑石弹性公网IP](https://cloud.tencent.com/document/product/1028) | 2021-11-10 08:02:52 |
@@ -27,32 +27,32 @@
27
27
  | bmvpc | [黑石私有网络](https://cloud.tencent.com/document/product/1024) | 2021-11-10 08:03:01 |
28
28
  | bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2021-01-07 08:02:40 |
29
29
  | btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2021-11-10 08:03:08 |
30
- | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2021-11-10 08:03:09 |
30
+ | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2021-12-10 08:02:11 |
31
31
  | captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2021-12-03 08:02:43 |
32
- | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2021-11-10 08:03:19 |
32
+ | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2021-12-14 08:06:08 |
33
33
  | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2021-11-10 08:03:22 |
34
- | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2021-12-06 08:02:18 |
34
+ | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2021-12-10 08:02:29 |
35
35
  | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2021-12-02 08:03:37 |
36
- | cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2021-12-06 08:02:38 |
36
+ | cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2021-12-10 08:02:48 |
37
37
  | cds | [数据安全审计](https://cloud.tencent.com/document/product/856) | 2021-11-10 08:03:57 |
38
38
  | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2021-12-06 08:02:54 |
39
39
  | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2021-12-01 08:04:35 |
40
- | chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2021-11-10 08:04:08 |
41
- | cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2021-11-23 08:04:46 |
40
+ | chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2021-12-09 08:03:02 |
41
+ | cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2021-12-13 08:06:17 |
42
42
  | cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
43
43
  | cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
44
- | ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2021-12-07 11:23:56 |
45
- | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2021-11-30 08:04:28 |
44
+ | ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2021-12-14 08:07:08 |
45
+ | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2021-12-14 08:07:15 |
46
46
  | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2021-11-16 08:07:51 |
47
47
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2021-11-10 08:04:28 |
48
48
  | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2021-12-07 08:04:37 |
49
- | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2021-12-07 08:04:45 |
49
+ | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2021-12-14 08:07:36 |
50
50
  | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2021-11-10 08:04:45 |
51
51
  | cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
52
- | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2021-12-06 08:03:46 |
52
+ | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2021-12-09 08:03:47 |
53
53
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
54
- | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2021-11-26 08:07:10 |
55
- | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2021-11-30 08:05:34 |
54
+ | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2021-12-13 08:07:20 |
55
+ | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2021-12-10 08:04:29 |
56
56
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
57
57
  | cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2021-11-17 08:10:15 |
58
58
  | dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2021-11-10 08:05:47 |
@@ -60,23 +60,23 @@
60
60
  | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2021-11-10 08:06:00 |
61
61
  | dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2021-12-07 08:06:14 |
62
62
  | dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2021-11-10 08:06:10 |
63
- | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2021-11-17 08:10:54 |
63
+ | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2021-12-09 08:05:19 |
64
64
  | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2021-12-06 08:05:24 |
65
65
  | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2021-11-10 08:06:23 |
66
66
  | ds | [电子合同服务](https://cloud.tencent.com/document/product/869) | 2021-11-10 08:06:24 |
67
67
  | dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2021-11-10 08:06:26 |
68
- | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2021-12-01 08:07:08 |
68
+ | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2021-12-14 08:09:31 |
69
69
  | ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2021-11-10 08:06:30 |
70
70
  | ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2021-12-02 08:06:56 |
71
71
  | ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2021-12-06 08:05:41 |
72
- | eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2021-11-10 08:06:52 |
72
+ | eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2021-12-14 08:09:55 |
73
73
  | eis | [企业集成服务](https://cloud.tencent.com/document/product/1270) | 2021-11-10 08:06:56 |
74
- | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2021-12-08 08:10:26 |
74
+ | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2021-12-10 08:06:20 |
75
75
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2021-11-10 08:07:00 |
76
76
  | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2021-11-10 08:07:03 |
77
77
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2021-11-18 08:08:10 |
78
- | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2021-11-26 08:09:14 |
79
- | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2021-12-03 08:06:45 |
78
+ | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2021-12-10 08:06:32 |
79
+ | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2021-12-14 08:10:17 |
80
80
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2021-12-08 08:10:45 |
81
81
  | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2021-12-03 08:06:49 |
82
82
  | gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2021-11-10 08:07:25 |
@@ -92,13 +92,13 @@
92
92
  | ims | [图片内容检测](https://cloud.tencent.com/document/product/1125) | 2021-11-10 08:07:49 |
93
93
  | iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2021-11-10 08:07:50 |
94
94
  | iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2021-07-21 08:06:35 |
95
- | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2021-12-06 08:07:14 |
95
+ | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2021-12-10 08:07:35 |
96
96
  | iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2021-11-10 08:08:16 |
97
97
  | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2021-12-03 08:07:55 |
98
98
  | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2021-12-03 08:08:18 |
99
99
  | ivld | [视频智能标签](https://cloud.tencent.com/document/product/1509) | 2021-11-30 14:56:41 |
100
100
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2021-11-29 08:10:07 |
101
- | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2021-11-30 20:01:47 |
101
+ | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2021-12-09 08:07:48 |
102
102
  | live | [云直播](https://cloud.tencent.com/document/product/267) | 2021-12-08 08:12:19 |
103
103
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2021-11-10 08:08:46 |
104
104
  | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2021-11-26 08:11:04 |
@@ -106,10 +106,10 @@
106
106
  | memcached | [云数据库 Memcached](https://cloud.tencent.com/document/product) | 2020-08-24 08:07:49 |
107
107
  | mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2021-11-10 08:08:55 |
108
108
  | mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2021-11-10 08:08:55 |
109
- | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2021-12-01 08:10:00 |
109
+ | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2021-12-14 08:12:21 |
110
110
  | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2021-12-03 08:09:12 |
111
111
  | mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2021-11-24 08:11:23 |
112
- | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2021-11-30 08:10:05 |
112
+ | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2021-12-14 08:12:50 |
113
113
  | ms | [移动应用安全](https://cloud.tencent.com/document/product) | 2020-06-05 08:13:52 |
114
114
  | msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2021-11-10 08:09:22 |
115
115
  | mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
@@ -126,8 +126,8 @@
126
126
  | redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2021-12-07 13:09:58 |
127
127
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2021-11-10 08:10:03 |
128
128
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2021-11-10 08:10:04 |
129
- | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2021-11-10 08:10:05 |
130
- | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2021-12-08 08:14:03 |
129
+ | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2021-12-14 08:13:36 |
130
+ | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2021-12-13 08:12:48 |
131
131
  | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2021-11-26 08:12:29 |
132
132
  | smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2021-11-10 08:10:15 |
133
133
  | sms | [短信](https://cloud.tencent.com/document/product/382) | 2021-11-16 08:13:49 |
@@ -141,22 +141,22 @@
141
141
  | sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2021-11-10 08:10:42 |
142
142
  | taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2021-11-10 08:10:43 |
143
143
  | tag | [标签](https://cloud.tencent.com/document/product/651) | 2021-11-10 08:10:44 |
144
- | tat | [腾讯云自动化助手](https://cloud.tencent.com/document/product/1340) | 2021-12-03 08:11:00 |
144
+ | tat | [腾讯云自动化助手](https://cloud.tencent.com/document/product/1340) | 2021-12-09 08:10:32 |
145
145
  | tav | [文件检测](https://cloud.tencent.com/document/product) | 2019-11-28 22:10:04 |
146
146
  | tbaas | [TBaaS](https://cloud.tencent.com/document/product/663) | 2021-11-10 08:10:50 |
147
147
  | tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
148
148
  | tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2021-11-10 08:10:55 |
149
149
  | tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2021-11-10 08:10:55 |
150
- | tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2021-12-07 08:11:30 |
150
+ | tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2021-12-14 08:14:39 |
151
151
  | tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2021-11-10 08:11:12 |
152
152
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
153
153
  | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2021-11-18 08:12:32 |
154
154
  | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2021-11-11 11:08:37 |
155
- | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2021-12-08 08:15:31 |
155
+ | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2021-12-10 08:11:22 |
156
156
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2021-11-10 08:11:24 |
157
- | tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2021-12-03 08:11:41 |
158
- | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2021-11-10 08:11:34 |
159
- | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2021-11-29 19:51:19 |
157
+ | tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2021-12-14 08:15:22 |
158
+ | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2021-12-09 08:11:43 |
159
+ | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2021-12-13 08:14:47 |
160
160
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
161
161
  | tic | [腾讯云IaC平台](https://cloud.tencent.com/document/product/1213) | 2021-11-10 08:11:35 |
162
162
  | ticm | [智能鉴黄](https://cloud.tencent.com/document/product/864) | 2021-01-07 08:08:15 |
@@ -165,19 +165,19 @@
165
165
  | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2021-11-10 08:11:42 |
166
166
  | tione | [智能钛机器学习平台](https://cloud.tencent.com/document/product/851) | 2021-11-10 08:11:45 |
167
167
  | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2021-12-03 08:12:15 |
168
- | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2021-11-30 08:12:44 |
168
+ | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2021-12-09 08:12:05 |
169
169
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
170
170
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2021-11-10 08:12:05 |
171
171
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2021-11-10 08:12:05 |
172
172
  | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2021-11-11 11:09:51 |
173
- | tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2021-11-22 08:11:57 |
173
+ | tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2021-12-14 08:16:15 |
174
174
  | tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2021-11-30 08:13:08 |
175
175
  | tsw | [腾讯微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2021-11-10 08:12:32 |
176
176
  | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2021-11-10 08:12:33 |
177
177
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2021-11-10 08:12:34 |
178
178
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2021-11-10 08:12:36 |
179
179
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2021-11-10 08:12:38 |
180
- | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2021-11-17 08:17:34 |
180
+ | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2021-12-13 08:15:55 |
181
181
  | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2021-12-03 08:13:27 |
182
182
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2021-12-02 08:14:23 |
183
183
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2021-11-10 08:13:30 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.252"
1
+ export const sdkVersion = "4.0.256"
@@ -29,6 +29,7 @@ import {
29
29
  CreateAutoScalingGroupResponse,
30
30
  DescribeAccountLimitsResponse,
31
31
  CreateLaunchConfigurationResponse,
32
+ Advice,
32
33
  CreateLifecycleHookResponse,
33
34
  ClearLaunchConfigurationAttributesResponse,
34
35
  DescribeAutoScalingGroupsResponse,
@@ -48,6 +49,7 @@ import {
48
49
  CreateScalingPolicyResponse,
49
50
  CreateNotificationConfigurationResponse,
50
51
  DescribeLaunchConfigurationsResponse,
52
+ RemoveInstancesRequest,
51
53
  DeleteScalingPolicyResponse,
52
54
  Tag,
53
55
  DescribeAutoScalingInstancesRequest,
@@ -80,6 +82,7 @@ import {
80
82
  UpgradeLifecycleHookResponse,
81
83
  InstanceTag,
82
84
  PaiInstance,
85
+ DescribeAutoScalingAdvicesResponse,
83
86
  CreateAutoScalingGroupRequest,
84
87
  DeleteScheduledActionResponse,
85
88
  UpgradeLaunchConfigurationRequest,
@@ -115,6 +118,7 @@ import {
115
118
  DescribeLifecycleHooksResponse,
116
119
  CreateScalingPolicyRequest,
117
120
  ScaleInInstancesResponse,
121
+ DescribeAutoScalingAdvicesRequest,
118
122
  DeleteNotificationConfigurationRequest,
119
123
  DescribeLaunchConfigurationsRequest,
120
124
  NotificationTarget,
@@ -130,7 +134,7 @@ import {
130
134
  ClearLaunchConfigurationAttributesRequest,
131
135
  PreviewPaiDomainNameResponse,
132
136
  DeleteAutoScalingGroupRequest,
133
- RemoveInstancesRequest,
137
+ AutoScalingAdvice,
134
138
  StartAutoScalingInstancesRequest,
135
139
  AttachInstancesRequest,
136
140
  SpotMixedAllocationPolicy,
@@ -342,6 +346,16 @@ export class Client extends AbstractClient {
342
346
  return this.request("CreateScheduledAction", req, cb)
343
347
  }
344
348
 
349
+ /**
350
+ * 此接口用于查询伸缩组配置建议。
351
+ */
352
+ async DescribeAutoScalingAdvices(
353
+ req: DescribeAutoScalingAdvicesRequest,
354
+ cb?: (error: string, rep: DescribeAutoScalingAdvicesResponse) => void
355
+ ): Promise<DescribeAutoScalingAdvicesResponse> {
356
+ return this.request("DescribeAutoScalingAdvices", req, cb)
357
+ }
358
+
345
359
  /**
346
360
  * 本接口(RemoveInstances)用于从伸缩组删除 CVM 实例。根据当前的产品逻辑,如果实例由弹性伸缩自动创建,则实例会被销毁;如果实例系创建后加入伸缩组的,则会从伸缩组中移除,保留实例。
347
361
  * 如果删除指定实例后,伸缩组内处于`IN_SERVICE`状态的实例数量小于伸缩组最小值,接口将报错
@@ -481,6 +481,26 @@ export interface CreateLaunchConfigurationResponse {
481
481
  RequestId?: string
482
482
  }
483
483
 
484
+ /**
485
+ * 伸缩配置建议。
486
+ */
487
+ export interface Advice {
488
+ /**
489
+ * 问题描述。
490
+ */
491
+ Problem: string
492
+
493
+ /**
494
+ * 问题详情。
495
+ */
496
+ Detail: string
497
+
498
+ /**
499
+ * 建议解决方案。
500
+ */
501
+ Solution: string
502
+ }
503
+
484
504
  /**
485
505
  * CreateLifecycleHook返回参数结构体
486
506
  */
@@ -835,6 +855,21 @@ export interface DescribeLaunchConfigurationsResponse {
835
855
  RequestId?: string
836
856
  }
837
857
 
858
+ /**
859
+ * RemoveInstances请求参数结构体
860
+ */
861
+ export interface RemoveInstancesRequest {
862
+ /**
863
+ * 伸缩组ID
864
+ */
865
+ AutoScalingGroupId: string
866
+
867
+ /**
868
+ * CVM实例ID列表
869
+ */
870
+ InstanceIds: Array<string>
871
+ }
872
+
838
873
  /**
839
874
  * DeleteScalingPolicy返回参数结构体
840
875
  */
@@ -1725,6 +1760,21 @@ export interface PaiInstance {
1725
1760
  PaiMateUrl: string
1726
1761
  }
1727
1762
 
1763
+ /**
1764
+ * DescribeAutoScalingAdvices返回参数结构体
1765
+ */
1766
+ export interface DescribeAutoScalingAdvicesResponse {
1767
+ /**
1768
+ * 伸缩组配置建议集合。
1769
+ */
1770
+ AutoScalingAdviceSet: Array<AutoScalingAdvice>
1771
+
1772
+ /**
1773
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1774
+ */
1775
+ RequestId?: string
1776
+ }
1777
+
1728
1778
  /**
1729
1779
  * CreateAutoScalingGroup请求参数结构体
1730
1780
  */
@@ -2881,6 +2931,16 @@ export interface ScaleInInstancesResponse {
2881
2931
  RequestId?: string
2882
2932
  }
2883
2933
 
2934
+ /**
2935
+ * DescribeAutoScalingAdvices请求参数结构体
2936
+ */
2937
+ export interface DescribeAutoScalingAdvicesRequest {
2938
+ /**
2939
+ * 待查询的伸缩组列表,上限100。
2940
+ */
2941
+ AutoScalingGroupIds: Array<string>
2942
+ }
2943
+
2884
2944
  /**
2885
2945
  * DeleteNotificationConfiguration请求参数结构体
2886
2946
  */
@@ -3226,18 +3286,18 @@ export interface DeleteAutoScalingGroupRequest {
3226
3286
  }
3227
3287
 
3228
3288
  /**
3229
- * RemoveInstances请求参数结构体
3289
+ * 伸缩组配置建议。
3230
3290
  */
3231
- export interface RemoveInstancesRequest {
3291
+ export interface AutoScalingAdvice {
3232
3292
  /**
3233
- * 伸缩组ID
3293
+ * 伸缩组ID
3234
3294
  */
3235
3295
  AutoScalingGroupId: string
3236
3296
 
3237
3297
  /**
3238
- * CVM实例ID列表
3298
+ * 伸缩组配置建议集合。
3239
3299
  */
3240
- InstanceIds: Array<string>
3300
+ Advices: Array<Advice>
3241
3301
  }
3242
3302
 
3243
3303
  /**
@@ -275,7 +275,7 @@ export class Client extends AbstractClient {
275
275
  }
276
276
 
277
277
  /**
278
- * 本接口用于对60秒之内的短音频文件进行识别。<br>• 支持中文普通话、英语、粤语、日语、上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话。。<br>• 支持本地语音文件上传和语音URL上传两种请求方式,音频时长不能超过60s,音频文件大小不能超过3MB。<br>• 音频格式支持wav、mp3;采样率支持8000Hz或者16000Hz;采样精度支持16bits;声道支持单声道。<br>• 请求方法为 HTTP POST , Content-Type为"application/json; charset=utf-8"<br>• 签名方法参考 [公共参数](https://cloud.tencent.com/document/api/1093/35640) 中签名方法v3。<br>• 默认接口请求频率限制:25次/秒,如您有提高请求频率限制的需求,请提[工单](https://console.cloud.tencent.com/workorder/category)进行咨询。
278
+ * 本接口用于对60秒之内的短音频文件进行识别。<br>• 支持中文普通话、英语、粤语、日语、上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话。<br>• 支持本地语音文件上传和语音URL上传两种请求方式,音频时长不能超过60s,音频文件大小不能超过3MB。<br>• 音频格式支持wav、mp3;采样率支持8000Hz或者16000Hz;采样精度支持16bits;声道支持单声道。<br>• 请求方法为 HTTP POST , Content-Type为"application/json; charset=utf-8"<br>• 签名方法参考 [公共参数](https://cloud.tencent.com/document/api/1093/35640) 中签名方法v3。<br>• 默认接口请求频率限制:25次/秒,如您有提高请求频率限制的需求,请提[工单](https://console.cloud.tencent.com/workorder/category)进行咨询。
279
279
  */
280
280
  async SentenceRecognition(
281
281
  req: SentenceRecognitionRequest,
@@ -754,6 +754,12 @@ export interface TaskStatus {
754
754
  注意:此字段可能返回 null,表示取不到有效值。
755
755
  */
756
756
  ResultDetail: Array<SentenceDetail>
757
+
758
+ /**
759
+ * 音频时长(秒)。
760
+ 注意:此字段可能返回 null,表示取不到有效值。
761
+ */
762
+ AudioDuration: number
757
763
  }
758
764
 
759
765
  /**
@@ -306,7 +306,7 @@ adjustment-调账
306
306
  */
307
307
  export interface ConsumptionBusinessSummaryDataItem {
308
308
  /**
309
- * 产品码
309
+ * 产品名称代码
310
310
  */
311
311
  BusinessCode: string
312
312
 
@@ -351,12 +351,12 @@ export interface CostDetail {
351
351
  PayerUin: string
352
352
 
353
353
  /**
354
- * 业务名称
354
+ * 产品名称
355
355
  */
356
356
  BusinessCodeName: string
357
357
 
358
358
  /**
359
- * 产品名称
359
+ * 子产品名称
360
360
  */
361
361
  ProductCodeName: string
362
362
 
@@ -422,7 +422,7 @@ export interface CostDetail {
422
422
  ComponentSet: Array<CostComponentSet>
423
423
 
424
424
  /**
425
- * 产品代码
425
+ * 子产品名称代码
426
426
  */
427
427
  ProductCode: string
428
428
  }
@@ -458,7 +458,7 @@ export interface BillResourceSummary {
458
458
  BusinessCodeName: string
459
459
 
460
460
  /**
461
- * 子产品:云产品子类,如云服务器CVM-标准型S1, 当没有获取到子产品名称时,返回"-"
461
+ * 子产品名称:云产品子类,如云服务器CVM-标准型S1, 当没有获取到子产品名称时,返回"-"
462
462
  */
463
463
  ProductCodeName: string
464
464
 
@@ -605,12 +605,12 @@ export interface BillResourceSummary {
605
605
  OperateUin: string
606
606
 
607
607
  /**
608
- * 商品名称代码
608
+ * 产品名称代码
609
609
  */
610
610
  BusinessCode: string
611
611
 
612
612
  /**
613
- * 子商品名称代码
613
+ * 子产品名称代码
614
614
  */
615
615
  ProductCode: string
616
616
 
@@ -660,7 +660,7 @@ export interface Conditions {
660
660
  TimeRange?: number
661
661
 
662
662
  /**
663
- * 产品编码
663
+ * 产品名称代码
664
664
  */
665
665
  BusinessCode?: string
666
666
 
@@ -685,12 +685,12 @@ export interface Conditions {
685
685
  ResourceKeyword?: string
686
686
 
687
687
  /**
688
- * 产品编码
688
+ * 产品名称代码
689
689
  */
690
690
  BusinessCodes?: Array<string>
691
691
 
692
692
  /**
693
- * 子产品编码
693
+ * 子产品名称代码
694
694
  */
695
695
  ProductCodes?: Array<string>
696
696
 
@@ -1000,7 +1000,7 @@ export interface ConsumptionResourceSummaryDataItem {
1000
1000
  PayModeName: string
1001
1001
 
1002
1002
  /**
1003
- * 产品码
1003
+ * 产品名称代码
1004
1004
  */
1005
1005
  BusinessCode: string
1006
1006
 
@@ -1076,8 +1076,38 @@ export interface DescribeBillDetailRequest {
1076
1076
  ResourceId?: string
1077
1077
 
1078
1078
  /**
1079
- * 查询交易类型。如 按量计费日结,按量计费小时结 等
1080
- */
1079
+ * 查询交易类型,如下:
1080
+ 包年包月新购
1081
+ 包年包月续费
1082
+ 包年包月配置变更
1083
+ 包年包月退款
1084
+ 按量计费扣费
1085
+ 按量计费小时结
1086
+ 按量计费日结
1087
+ 按量计费月结
1088
+ 线下项目扣费
1089
+ 线下产品扣费
1090
+ 调账扣费
1091
+ 调账补偿
1092
+ 竞价实例小时结
1093
+ 线下项目调账补偿
1094
+ 线下产品调账补偿
1095
+ 优惠扣费
1096
+ 优惠补偿
1097
+ 按量计费迁入资源
1098
+ 按量计费迁出资源
1099
+ 包年包月迁入资源
1100
+ 包年包月迁出资源
1101
+ 预付费用
1102
+ 小时费用
1103
+ 预留实例退款
1104
+ 按量计费冲正
1105
+ 按量计费冲正
1106
+ 按量计费冲正
1107
+ 按量计费冲正
1108
+ 按量计费冲正
1109
+ 包年包月转按量
1110
+ */
1081
1111
  ActionType?: string
1082
1112
 
1083
1113
  /**
@@ -1086,7 +1116,7 @@ export interface DescribeBillDetailRequest {
1086
1116
  ProjectId?: number
1087
1117
 
1088
1118
  /**
1089
- * 商品名称代码
1119
+ * 产品名称代码
1090
1120
  备注:如需获取当月使用过的BusinessCode,请调用API:<a href="https://cloud.tencent.com/document/product/555/35761">获取产品汇总费用分布</a>
1091
1121
  */
1092
1122
  BusinessCode?: string
@@ -1388,7 +1418,7 @@ export interface DescribeCostSummaryByRegionRequest {
1388
1418
  */
1389
1419
  export interface BusinessSummaryOverviewItem {
1390
1420
  /**
1391
- * 产品码
1421
+ * 产品名称代码
1392
1422
  注意:此字段可能返回 null,表示取不到有效值。
1393
1423
  */
1394
1424
  BusinessCode: string
@@ -1872,6 +1902,7 @@ export interface DescribeBillResourceSummaryRequest {
1872
1902
  按量计费冲正
1873
1903
  按量计费冲正
1874
1904
  按量计费冲正
1905
+ 包年包月转按量
1875
1906
  */
1876
1907
  ActionType?: string
1877
1908
 
@@ -1886,7 +1917,7 @@ export interface DescribeBillResourceSummaryRequest {
1886
1917
  PayMode?: string
1887
1918
 
1888
1919
  /**
1889
- * 商品名称代码
1920
+ * 产品名称代码
1890
1921
  备注:如需获取当月使用过的BusinessCode,请调用API:<a href="https://cloud.tencent.com/document/product/555/35761">获取产品汇总费用分布</a>
1891
1922
  */
1892
1923
  BusinessCode?: string
@@ -2106,19 +2137,19 @@ export interface BillDetail {
2106
2137
  Tags: Array<BillTagInfo>
2107
2138
 
2108
2139
  /**
2109
- * 商品名称代码
2140
+ * 产品名称代码
2110
2141
  注意:此字段可能返回 null,表示取不到有效值。
2111
2142
  */
2112
2143
  BusinessCode: string
2113
2144
 
2114
2145
  /**
2115
- * 子商品名称代码
2146
+ * 子产品名称代码
2116
2147
  注意:此字段可能返回 null,表示取不到有效值。
2117
2148
  */
2118
2149
  ProductCode: string
2119
2150
 
2120
2151
  /**
2121
- * 交易类型代码(未开放的字段)
2152
+ * 交易类型代码
2122
2153
  注意:此字段可能返回 null,表示取不到有效值。
2123
2154
  */
2124
2155
  ActionType: string
@@ -2566,7 +2597,7 @@ export interface DescribeBillSummaryByProjectResponse {
2566
2597
  */
2567
2598
  export interface ConditionBusiness {
2568
2599
  /**
2569
- * 产品码
2600
+ * 产品名称代码
2570
2601
  */
2571
2602
  BusinessCode: string
2572
2603
 
@@ -423,6 +423,12 @@ notInService 不在服务区
423
423
  注意:此字段可能返回 null,表示取不到有效值。
424
424
  */
425
425
  Uui: string
426
+
427
+ /**
428
+ * IVR按键信息(e.g. [{"Key":"1","Label":"非常满意"}])
429
+ 注意:此字段可能返回 null,表示取不到有效值。
430
+ */
431
+ IVRKeyPressedEx: Array<IVRKeyPressedElement>
426
432
  }
427
433
 
428
434
  /**
@@ -23,7 +23,7 @@ import {
23
23
  ScdnTopUrlData,
24
24
  ScdnLogTaskDetail,
25
25
  AdvancedAuthentication,
26
- Compression,
26
+ AdvanceHttps,
27
27
  Revalidate,
28
28
  ResourceData,
29
29
  UrlRecord,
@@ -40,7 +40,7 @@ import {
40
40
  CcTopData,
41
41
  CreateClsLogTopicResponse,
42
42
  RemoteAuthenticationRule,
43
- ScdnAclRule,
43
+ Compression,
44
44
  PurgePathCacheResponse,
45
45
  RangeOriginPull,
46
46
  DomainFilter,
@@ -118,7 +118,7 @@ import {
118
118
  ListClsTopicDomainsResponse,
119
119
  TrafficPackage,
120
120
  BotCookie,
121
- DescribeCdnIpRequest,
121
+ CreateScdnFailedLogTaskResponse,
122
122
  Ipv6,
123
123
  BotStats,
124
124
  DescribeTrafficPackagesRequest,
@@ -172,6 +172,7 @@ import {
172
172
  CreateScdnLogTaskRequest,
173
173
  Quota,
174
174
  DistrictIspInfo,
175
+ ScdnAclRule,
175
176
  SimpleCacheRule,
176
177
  ModifyPurgeFetchTaskStatusResponse,
177
178
  DisableClsLogTopicResponse,
@@ -273,7 +274,7 @@ import {
273
274
  RegionMapRelation,
274
275
  PurgePathCacheRequest,
275
276
  DescribeDiagnoseReportResponse,
276
- CreateScdnFailedLogTaskResponse,
277
+ DescribeCdnIpRequest,
277
278
  CdnData,
278
279
  PurgeUrlsCacheRequest,
279
280
  DDoSAttackBandwidthData,