tencentcloud-sdk-nodejs 4.0.714 → 4.0.716

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 (120) hide show
  1. package/CHANGELOG.md +727 -0
  2. package/SERVICE_CHANGELOG.md +732 -92
  3. package/package.json +1 -1
  4. package/products.md +38 -38
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/antiddos/v20200309/antiddos_models.ts +4 -4
  7. package/src/services/apm/v20210622/apm_models.ts +5 -2
  8. package/src/services/batch/v20170312/batch_models.ts +4 -2
  9. package/src/services/billing/v20180709/billing_client.ts +80 -28
  10. package/src/services/billing/v20180709/billing_models.ts +460 -120
  11. package/src/services/cdn/v20180606/cdn_models.ts +1 -1
  12. package/src/services/cfw/v20190904/cfw_client.ts +40 -4
  13. package/src/services/cfw/v20190904/cfw_models.ts +327 -112
  14. package/src/services/ckafka/v20190819/ckafka_models.ts +71 -35
  15. package/src/services/clb/v20180317/clb_models.ts +1 -1
  16. package/src/services/cls/v20201016/cls_models.ts +17 -13
  17. package/src/services/csip/v20221121/csip_client.ts +18 -2
  18. package/src/services/csip/v20221121/csip_models.ts +257 -34
  19. package/src/services/cvm/v20170312/cvm_client.ts +3 -4
  20. package/src/services/cvm/v20170312/cvm_models.ts +16 -10
  21. package/src/services/cwp/v20180228/cwp_models.ts +11 -1
  22. package/src/services/dcdb/v20180411/dcdb_models.ts +73 -21
  23. package/src/services/dlc/v20210125/dlc_models.ts +6 -2
  24. package/src/services/es/v20180416/es_client.ts +56 -10
  25. package/src/services/es/v20180416/es_models.ts +747 -391
  26. package/src/services/ess/v20201111/ess_models.ts +2 -2
  27. package/src/services/essbasic/v20210526/essbasic_client.ts +81 -43
  28. package/src/services/essbasic/v20210526/essbasic_models.ts +205 -128
  29. package/src/services/iss/v20230517/iss_models.ts +5 -1
  30. package/src/services/mariadb/v20170312/mariadb_models.ts +75 -23
  31. package/src/services/ocr/v20181119/ocr_models.ts +11 -2
  32. package/src/services/omics/v20221128/omics_client.ts +41 -1
  33. package/src/services/omics/v20221128/omics_models.ts +327 -30
  34. package/src/services/organization/v20210331/organization_client.ts +12 -0
  35. package/src/services/organization/v20210331/organization_models.ts +20 -0
  36. package/src/services/redis/v20180412/redis_models.ts +4 -1
  37. package/src/services/ses/v20201002/ses_models.ts +2 -2
  38. package/src/services/tcss/v20201101/tcss_models.ts +9 -3
  39. package/src/services/tdmq/v20200217/tdmq_client.ts +46 -20
  40. package/src/services/tdmq/v20200217/tdmq_models.ts +319 -58
  41. package/src/services/teo/v20220901/teo_client.ts +31 -4
  42. package/src/services/teo/v20220901/teo_models.ts +155 -23
  43. package/src/services/tke/v20180525/tke_models.ts +1 -1
  44. package/src/services/trp/v20210515/trp_client.ts +20 -7
  45. package/src/services/trp/v20210515/trp_models.ts +80 -16
  46. package/src/services/vod/v20180717/vod_models.ts +1 -0
  47. package/src/services/vpc/v20170312/vpc_client.ts +12 -0
  48. package/src/services/vpc/v20170312/vpc_models.ts +64 -0
  49. package/src/services/waf/v20180125/waf_models.ts +19 -2
  50. package/src/services/wedata/v20210820/wedata_client.ts +1 -0
  51. package/src/services/wedata/v20210820/wedata_models.ts +18 -0
  52. package/tencentcloud/common/sdk_version.d.ts +1 -1
  53. package/tencentcloud/common/sdk_version.js +1 -1
  54. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +4 -4
  55. package/tencentcloud/services/apm/v20210622/apm_models.d.ts +5 -2
  56. package/tencentcloud/services/batch/v20170312/batch_models.d.ts +4 -2
  57. package/tencentcloud/services/billing/v20180709/billing_client.d.ts +25 -9
  58. package/tencentcloud/services/billing/v20180709/billing_client.js +36 -12
  59. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +448 -120
  60. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +1 -1
  61. package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +13 -1
  62. package/tencentcloud/services/cfw/v20190904/cfw_client.js +18 -0
  63. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +321 -112
  64. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +71 -35
  65. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +1 -1
  66. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +17 -13
  67. package/tencentcloud/services/csip/v20221121/csip_client.d.ts +5 -1
  68. package/tencentcloud/services/csip/v20221121/csip_client.js +6 -0
  69. package/tencentcloud/services/csip/v20221121/csip_models.d.ts +251 -34
  70. package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +3 -4
  71. package/tencentcloud/services/cvm/v20170312/cvm_client.js +3 -4
  72. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +16 -10
  73. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +11 -1
  74. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +73 -21
  75. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +6 -2
  76. package/tencentcloud/services/es/v20180416/es_client.d.ts +13 -1
  77. package/tencentcloud/services/es/v20180416/es_client.js +18 -0
  78. package/tencentcloud/services/es/v20180416/es_models.d.ts +724 -384
  79. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +2 -2
  80. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +81 -43
  81. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +81 -43
  82. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +205 -128
  83. package/tencentcloud/services/iss/v20230517/iss_models.d.ts +5 -1
  84. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +75 -23
  85. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +11 -2
  86. package/tencentcloud/services/omics/v20221128/omics_client.d.ts +13 -1
  87. package/tencentcloud/services/omics/v20221128/omics_client.js +18 -0
  88. package/tencentcloud/services/omics/v20221128/omics_models.d.ts +317 -30
  89. package/tencentcloud/services/organization/v20210331/organization_client.d.ts +5 -1
  90. package/tencentcloud/services/organization/v20210331/organization_client.js +6 -0
  91. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +18 -0
  92. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +4 -1
  93. package/tencentcloud/services/ses/v20201002/ses_models.d.ts +2 -2
  94. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +9 -3
  95. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +15 -7
  96. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +21 -9
  97. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +313 -58
  98. package/tencentcloud/services/teo/v20220901/teo_client.d.ts +11 -3
  99. package/tencentcloud/services/teo/v20220901/teo_client.js +14 -2
  100. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +148 -23
  101. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +1 -1
  102. package/tencentcloud/services/trp/v20210515/trp_client.d.ts +7 -3
  103. package/tencentcloud/services/trp/v20210515/trp_client.js +9 -3
  104. package/tencentcloud/services/trp/v20210515/trp_models.d.ts +77 -16
  105. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +1 -0
  106. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +5 -1
  107. package/tencentcloud/services/vpc/v20170312/vpc_client.js +6 -0
  108. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +62 -0
  109. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +19 -2
  110. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +17 -0
  111. package/test/billing.v20180709.test.js +48 -8
  112. package/test/cfw.v20190904.test.js +30 -0
  113. package/test/csip.v20221121.test.js +10 -0
  114. package/test/es.v20180416.test.js +30 -0
  115. package/test/omics.v20221128.test.js +30 -0
  116. package/test/organization.v20210331.test.js +10 -0
  117. package/test/tdmq.v20200217.test.js +32 -12
  118. package/test/teo.v20220901.test.js +20 -0
  119. package/test/trp.v20210515.test.js +12 -2
  120. package/test/vpc.v20170312.test.js +10 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.714",
3
+ "version": "4.0.716",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -10,20 +10,20 @@
10
10
  | ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2023-08-17 01:06:14 |
11
11
  | ams | [音频内容安全](https://cloud.tencent.com/document/product/1219) | 2023-09-13 01:06:17 |
12
12
  | anicloud | [动效素材服务](https://cloud.tencent.com/document/product/1641) | 2023-05-18 01:01:53 |
13
- | antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/297) | 2023-10-10 01:05:53 |
13
+ | antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/297) | 2023-10-26 20:07:01 |
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
17
  | apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2023-10-23 00:01:27 |
18
- | apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2023-09-25 01:06:12 |
18
+ | apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2023-10-27 01:10:12 |
19
19
  | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-10-25 01:06:52 |
20
20
  | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-10-26 01:06:40 |
21
21
  | asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2023-05-18 01:04:02 |
22
22
  | ba | [ICP备案](https://cloud.tencent.com/document/product/243) | 2023-10-13 01:07:08 |
23
- | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2023-10-16 01:07:03 |
23
+ | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2023-10-27 01:11:09 |
24
24
  | bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2023-10-11 01:10:01 |
25
25
  | bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2023-10-20 01:06:54 |
26
- | billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-10-24 01:07:07 |
26
+ | billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-10-27 15:51:05 |
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-10-18 01:14:30 |
29
29
  | bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2023-08-31 01:07:17 |
@@ -40,36 +40,36 @@
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-10-25 01:08:41 |
42
42
  | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-10-19 15:57:59 |
43
- | ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2023-10-26 01:07:53 |
44
- | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-10-24 01:08:15 |
43
+ | ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2023-10-27 01:15:45 |
44
+ | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-10-30 00:11:05 |
45
45
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-09-12 01:18:51 |
46
- | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-10-23 00:03:56 |
46
+ | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-10-27 01:17:34 |
47
47
  | cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2023-08-17 01:43:06 |
48
48
  | cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2023-09-08 01:20:53 |
49
49
  | cdwpg | [云数据仓库 PostgreSQL](https://cloud.tencent.com/document/product/878) | 2023-10-24 01:08:56 |
50
50
  | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-10-10 01:10:06 |
51
51
  | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2023-09-01 01:09:12 |
52
- | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-09-27 01:09:43 |
52
+ | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-10-27 01:19:30 |
53
53
  | chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2023-08-17 01:47:49 |
54
54
  | ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2023-07-06 01:13:25 |
55
55
  | cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2023-05-18 01:12:07 |
56
56
  | cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
57
57
  | cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
58
- | ckafka | [消息队列 CKafka 版](https://cloud.tencent.com/document/product/597) | 2023-10-26 01:09:09 |
59
- | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-10-26 01:09:22 |
58
+ | ckafka | [消息队列 CKafka 版](https://cloud.tencent.com/document/product/597) | 2023-10-27 01:21:10 |
59
+ | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-10-27 01:22:04 |
60
60
  | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2023-05-18 01:13:28 |
61
61
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2023-08-17 01:57:08 |
62
62
  | cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-08-03 01:03:28 |
63
- | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-10-26 01:09:45 |
63
+ | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-10-27 01:23:28 |
64
64
  | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-10-19 16:00:29 |
65
65
  | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2023-08-17 02:03:39 |
66
66
  | cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2023-08-24 01:10:10 |
67
67
  | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-09-21 02:09:54 |
68
68
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
69
- | csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-10-16 01:11:35 |
69
+ | csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-10-30 00:24:02 |
70
70
  | csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2023-05-19 11:26:14 |
71
- | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-10-16 01:11:44 |
72
- | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-10-26 01:11:16 |
71
+ | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-10-30 00:24:37 |
72
+ | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-10-27 01:29:35 |
73
73
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
74
74
  | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-10-23 00:08:10 |
75
75
  | dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-10-12 01:46:01 |
@@ -78,8 +78,8 @@
78
78
  | dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-10-09 01:12:39 |
79
79
  | dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2023-08-22 01:11:33 |
80
80
  | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2023-08-17 02:50:46 |
81
- | dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-09-25 01:13:09 |
82
- | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-10-24 01:13:16 |
81
+ | dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-10-30 00:33:47 |
82
+ | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-10-27 01:38:16 |
83
83
  | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-10-26 01:13:41 |
84
84
  | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-10-20 01:14:01 |
85
85
  | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2023-08-17 02:59:36 |
@@ -94,16 +94,16 @@
94
94
  | eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2023-05-18 01:25:40 |
95
95
  | eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
96
96
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-10-16 01:15:50 |
97
- | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-10-12 01:57:01 |
98
- | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-10-26 01:15:07 |
99
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-10-26 01:15:20 |
97
+ | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-10-30 00:42:05 |
98
+ | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-10-26 16:41:49 |
99
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-10-30 00:43:34 |
100
100
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-09-18 01:48:33 |
101
101
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-10-20 01:16:02 |
102
102
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-08-17 03:12:49 |
103
103
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2023-08-17 03:12:58 |
104
104
  | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2023-09-22 01:52:02 |
105
105
  | gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2023-10-18 02:07:09 |
106
- | goosefs | [数据加速器 GooseFS](https://cloud.tencent.com/document/product/1424) | 2023-10-25 01:17:51 |
106
+ | goosefs | [数据加速器 GooseFS](https://cloud.tencent.com/document/product/1424) | 2023-10-30 00:46:32 |
107
107
  | gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-07-11 06:12:36 |
108
108
  | gs | [云游戏](https://cloud.tencent.com/document/product/1162) | 2023-05-18 01:29:42 |
109
109
  | gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2022-07-11 06:12:44 |
@@ -124,7 +124,7 @@
124
124
  | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2023-10-25 01:19:12 |
125
125
  | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2023-08-17 03:44:44 |
126
126
  | irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2023-09-22 02:00:51 |
127
- | iss | [智能视图计算平台](https://cloud.tencent.com/document/product/1344) | 2023-10-12 02:09:16 |
127
+ | iss | [智能视图计算平台](https://cloud.tencent.com/document/product/1344) | 2023-10-27 01:53:51 |
128
128
  | ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2023-05-18 01:35:21 |
129
129
  | keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-07-19 01:29:34 |
130
130
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-08-17 03:51:31 |
@@ -134,14 +134,14 @@
134
134
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
135
135
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
136
136
  | mall | [商场客留大数据](https://cloud.tencent.com/document/product/1707) | 2023-07-17 10:16:02 |
137
- | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2023-08-29 01:18:45 |
137
+ | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2023-10-30 00:58:10 |
138
138
  | market | [云市场](https://cloud.tencent.com/document/product/306) | 2023-09-21 04:45:17 |
139
139
  | memcached | [云数据库Memcached](https://cloud.tencent.com/document/product/241) | 2023-10-20 01:19:21 |
140
140
  | mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
141
141
  | mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2023-05-18 01:39:20 |
142
142
  | mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2023-10-18 02:23:34 |
143
143
  | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-09-15 02:08:53 |
144
- | monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-10-26 01:18:59 |
144
+ | monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-10-30 01:00:00 |
145
145
  | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-10-25 01:21:31 |
146
146
  | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2023-10-23 00:16:02 |
147
147
  | ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-10-17 01:22:38 |
@@ -150,22 +150,22 @@
150
150
  | nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-09-15 02:14:19 |
151
151
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
152
152
  | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-10-24 01:20:07 |
153
- | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-10-20 01:20:31 |
154
- | omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-10-25 01:22:21 |
155
- | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-10-25 01:22:26 |
153
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-10-30 01:04:20 |
154
+ | omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-10-27 16:07:10 |
155
+ | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-10-27 02:04:21 |
156
156
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-08-17 04:23:46 |
157
157
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-05-18 01:44:14 |
158
158
  | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2023-10-09 01:20:54 |
159
159
  | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2023-10-13 01:22:04 |
160
160
  | pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2023-08-24 01:24:59 |
161
161
  | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2023-10-19 16:13:58 |
162
- | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-10-23 00:17:18 |
162
+ | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-10-30 01:08:20 |
163
163
  | region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2023-10-13 01:22:28 |
164
164
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-08-17 04:33:51 |
165
165
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
166
166
  | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2023-10-13 01:22:31 |
167
167
  | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-10-19 16:14:22 |
168
- | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2023-10-18 02:37:31 |
168
+ | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2023-10-30 01:10:42 |
169
169
  | smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2023-07-11 01:37:49 |
170
170
  | smop | [腾讯安心用户运营平台](https://cloud.tencent.com/document/product/1310) | 2023-05-18 01:47:59 |
171
171
  | smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2023-08-17 04:38:34 |
@@ -177,7 +177,7 @@
177
177
  | ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2023-10-24 01:22:12 |
178
178
  | sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2023-08-17 04:46:28 |
179
179
  | ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2023-08-17 04:46:36 |
180
- | sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2023-10-25 01:24:32 |
180
+ | sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2023-10-27 02:11:56 |
181
181
  | taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2023-08-17 04:47:19 |
182
182
  | tag | [标签](https://cloud.tencent.com/document/product/651) | 2023-09-21 05:27:30 |
183
183
  | tan | [碳引擎](https://cloud.tencent.com/document/product/1498) | 2023-05-18 01:50:16 |
@@ -194,13 +194,13 @@
194
194
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
195
195
  | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2023-10-09 01:23:14 |
196
196
  | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2023-09-11 02:43:38 |
197
- | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-10-18 02:46:59 |
197
+ | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-10-27 02:15:26 |
198
198
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2023-06-21 01:36:25 |
199
199
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-07-24 01:49:20 |
200
- | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-10-25 01:26:16 |
200
+ | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-10-30 01:21:37 |
201
201
  | tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-05-18 01:55:50 |
202
202
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-08-30 01:25:15 |
203
- | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-10-26 01:24:50 |
203
+ | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-10-27 10:26:11 |
204
204
  | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-09-21 06:17:00 |
205
205
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
206
206
  | tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-08-17 05:26:08 |
@@ -210,14 +210,14 @@
210
210
  | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-09-01 01:23:47 |
211
211
  | tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-10-20 01:25:11 |
212
212
  | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-09-22 02:39:13 |
213
- | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-10-16 01:26:43 |
213
+ | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-10-27 02:23:24 |
214
214
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
215
215
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2023-10-25 01:27:42 |
216
216
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2023-09-27 01:26:36 |
217
217
  | tourism | [文旅客情大数据](https://cloud.tencent.com/document/product/1684) | 2023-08-10 01:43:37 |
218
218
  | trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-05-18 02:01:19 |
219
219
  | trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2023-10-24 01:25:58 |
220
- | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-10-09 11:35:49 |
220
+ | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-10-26 14:46:10 |
221
221
  | trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-07-18 01:53:24 |
222
222
  | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-10-26 01:26:53 |
223
223
  | tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-10-20 01:26:31 |
@@ -227,12 +227,12 @@
227
227
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2023-08-17 05:50:27 |
228
228
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-05-18 02:04:19 |
229
229
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-08-17 05:50:56 |
230
- | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-10-26 01:27:44 |
231
- | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-10-25 01:29:12 |
230
+ | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-10-30 01:34:07 |
231
+ | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-10-30 01:36:36 |
232
232
  | vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-07-18 01:58:58 |
233
- | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-10-26 01:28:51 |
233
+ | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-10-27 02:33:14 |
234
234
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-07-18 01:59:28 |
235
- | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-10-24 01:29:28 |
235
+ | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-10-30 01:41:20 |
236
236
  | weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2023-09-12 09:30:48 |
237
237
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
238
238
  | yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-08-10 01:50:27 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.714"
1
+ export const sdkVersion = "4.0.716"
@@ -5903,21 +5903,21 @@ export interface PacketFilterRelation {
5903
5903
  }
5904
5904
 
5905
5905
  /**
5906
- * 四七层规则的
5906
+ * 四七层规则对应实例与IP的关系
5907
5907
  */
5908
5908
  export interface RuleInstanceRelation {
5909
5909
  /**
5910
5910
  * 资源实例的IP
5911
5911
  */
5912
- EipList: Array<string>
5912
+ EipList?: Array<string>
5913
5913
  /**
5914
5914
  * 资源实例的ID
5915
5915
  */
5916
- InstanceId: string
5916
+ InstanceId?: string
5917
5917
  /**
5918
5918
  * 资源实例的Cname
5919
5919
  */
5920
- Cname: string
5920
+ Cname?: string
5921
5921
  }
5922
5922
 
5923
5923
  /**
@@ -330,8 +330,6 @@ export interface DescribeApmInstancesResponse {
330
330
 
331
331
  /**
332
332
  * Span对象
333
-
334
-
335
333
  */
336
334
  export interface Span {
337
335
  /**
@@ -389,6 +387,11 @@ export interface Span {
389
387
  注意:此字段可能返回 null,表示取不到有效值。
390
388
  */
391
389
  StartTimeMillis?: number
390
+ /**
391
+ * Parent Span Id
392
+ 注意:此字段可能返回 null,表示取不到有效值。
393
+ */
394
+ ParentSpanID?: string
392
395
  }
393
396
 
394
397
  /**
@@ -1717,10 +1717,12 @@ export interface EventConfig {
1717
1717
  export interface SpotMarketOptions {
1718
1718
  /**
1719
1719
  * 竞价出价
1720
+ 注意:此字段可能返回 null,表示取不到有效值。
1720
1721
  */
1721
1722
  MaxPrice: string
1722
1723
  /**
1723
1724
  * 竞价请求类型,当前仅支持类型:one-time
1725
+ 注意:此字段可能返回 null,表示取不到有效值。
1724
1726
  */
1725
1727
  SpotInstanceType?: string
1726
1728
  }
@@ -1880,7 +1882,7 @@ export interface DescribeComputeEnvCreateInfosResponse {
1880
1882
  */
1881
1883
  export interface RunSecurityServiceEnabled {
1882
1884
  /**
1883
- * 是否开启[云安全](/document/product/296)服务。取值范围:<br><li>TRUE:表示开启云安全服务<br><li>FALSE:表示不开启云安全服务<br><br>默认取值:TRUE
1885
+ * 是否开启[云安全](/document/product/296)服务。取值范围:<br><li>true:表示开启云安全服务<br><li>false:表示不开启云安全服务<br><br>默认取值:true
1884
1886
  */
1885
1887
  Enabled?: boolean
1886
1888
  }
@@ -3029,7 +3031,7 @@ export interface InternetAccessible {
3029
3031
  */
3030
3032
  InternetMaxBandwidthOut?: number
3031
3033
  /**
3032
- * 是否分配公网IP。取值范围:<br><li>TRUE:表示分配公网IP<br><li>FALSE:表示不分配公网IP<br><br>当公网带宽大于0Mbps时,可自由选择开通与否,默认开通公网IP;当公网带宽为0,则不允许分配公网IP。该参数仅在RunInstances接口中作为入参使用。
3034
+ * 是否分配公网IP。取值范围:<br><li>true:表示分配公网IP<br><li>false:表示不分配公网IP<br><br>当公网带宽大于0Mbps时,可自由选择开通与否,默认开通公网IP;当公网带宽为0,则不允许分配公网IP。该参数仅在RunInstances接口中作为入参使用。
3033
3035
  */
3034
3036
  PublicIpAssigned?: boolean
3035
3037
  /**
@@ -21,6 +21,7 @@ import {
21
21
  DescribeCostSummaryByProductRequest,
22
22
  ConsumptionBusinessSummaryDataItem,
23
23
  BillTagInfo,
24
+ SavingPlanCoverageRate,
24
25
  BillTransactionInfo,
25
26
  ConditionBusiness,
26
27
  DescribeCostSummaryByProductResponse,
@@ -38,11 +39,13 @@ import {
38
39
  DescribeDosageCosDetailByDateRequest,
39
40
  DeleteAllocationTagRequest,
40
41
  DescribeBillListRequest,
42
+ DescribeSavingPlanOverviewResponse,
41
43
  BillDistributionResourceSummary,
42
44
  BusinessSummaryInfo,
43
45
  DescribeBillSummaryByProductRequest,
44
46
  DescribeVoucherUsageDetailsResponse,
45
47
  ConsumptionSummaryTotal,
48
+ SavingPlanCoverageDetail,
46
49
  DescribeCostDetailResponse,
47
50
  VoucherInfos,
48
51
  DescribeCostSummaryByProjectResponse,
@@ -54,12 +57,15 @@ import {
54
57
  DescribeCostSummaryByRegionRequest,
55
58
  ConsumptionSummaryTrend,
56
59
  DescribeBillDownloadUrlRequest,
60
+ CreateSavingPlanOrderResponse,
61
+ SavingPlanOverviewDetail,
57
62
  DescribeBillSummaryByPayModeRequest,
58
63
  ApplicableProducts,
59
64
  ConditionPayMode,
60
65
  PayDealsResponse,
61
66
  BillDetail,
62
- DetailSet,
67
+ CreateSavingPlanOrderRequest,
68
+ DescribeBillDetailResponse,
63
69
  Deal,
64
70
  DescribeDealsByCondResponse,
65
71
  DescribeBillSummaryByProjectRequest,
@@ -74,15 +80,17 @@ import {
74
80
  DescribeBillSummaryResponse,
75
81
  BillResourceSummary,
76
82
  Conditions,
83
+ DescribeSavingPlanCoverageRequest,
77
84
  RegionSummaryOverviewItem,
78
85
  ConsumptionProjectSummaryDataItem,
79
86
  DescribeDosageDetailByDateResponse,
80
87
  DescribeBillSummaryForOrganizationRequest,
88
+ DescribeSavingPlanOverviewRequest,
81
89
  ActionSummaryOverviewItem,
82
- DescribeVoucherInfoRequest,
90
+ DescribeBillDetailForOrganizationRequest,
83
91
  DescribeVoucherUsageDetailsRequest,
84
92
  DescribeBillResourceSummaryRequest,
85
- DescribeBillDetailResponse,
93
+ DetailSet,
86
94
  BillDetailComponentConfig,
87
95
  TagSummaryOverviewItem,
88
96
  ConsumptionResourceSummaryConditionValue,
@@ -98,6 +106,7 @@ import {
98
106
  ConditionRegion,
99
107
  CostDetail,
100
108
  DescribeBillSummaryByProductResponse,
109
+ SavingPlanUsageDetail,
101
110
  DescribeBillSummaryByRegionResponse,
102
111
  CreateAllocationTagResponse,
103
112
  ConsumptionResourceSummaryDataItem,
@@ -108,8 +117,11 @@ import {
108
117
  DescribeBillListResponse,
109
118
  DescribeAccountBalanceResponse,
110
119
  BusinessSummaryOverviewItem,
120
+ DescribeSavingPlanUsageResponse,
111
121
  UsageRecords,
112
- DescribeBillDetailForOrganizationRequest,
122
+ DescribeSavingPlanCoverageResponse,
123
+ DescribeVoucherInfoRequest,
124
+ DescribeSavingPlanUsageRequest,
113
125
  DescribeDealsByCondRequest,
114
126
  DescribeDosageCosDetailByDateResponse,
115
127
  DescribeBillSummaryForOrganizationResponse,
@@ -140,13 +152,23 @@ export class Client extends AbstractClient {
140
152
  }
141
153
 
142
154
  /**
143
- * 获取收支明细列表,支持翻页和参数过滤
155
+ * 获取按地域汇总消耗详情
144
156
  */
145
- async DescribeBillList(
146
- req: DescribeBillListRequest,
147
- cb?: (error: string, rep: DescribeBillListResponse) => void
148
- ): Promise<DescribeBillListResponse> {
149
- return this.request("DescribeBillList", req, cb)
157
+ async DescribeCostSummaryByRegion(
158
+ req: DescribeCostSummaryByRegionRequest,
159
+ cb?: (error: string, rep: DescribeCostSummaryByRegionResponse) => void
160
+ ): Promise<DescribeCostSummaryByRegionResponse> {
161
+ return this.request("DescribeCostSummaryByRegion", req, cb)
162
+ }
163
+
164
+ /**
165
+ * 查询当前用户节省计划覆盖率明细数据,如无特别说明,金额单位均为元(国内站)或者美元(国际站)。
166
+ */
167
+ async DescribeSavingPlanCoverage(
168
+ req: DescribeSavingPlanCoverageRequest,
169
+ cb?: (error: string, rep: DescribeSavingPlanCoverageResponse) => void
170
+ ): Promise<DescribeSavingPlanCoverageResponse> {
171
+ return this.request("DescribeSavingPlanCoverage", req, cb)
150
172
  }
151
173
 
152
174
  /**
@@ -159,6 +181,16 @@ export class Client extends AbstractClient {
159
181
  return this.request("DescribeBillResourceSummary", req, cb)
160
182
  }
161
183
 
184
+ /**
185
+ * 查用当前用户明细节省计划总览查询时段内的使用情况
186
+ */
187
+ async DescribeSavingPlanOverview(
188
+ req: DescribeSavingPlanOverviewRequest,
189
+ cb?: (error: string, rep: DescribeSavingPlanOverviewResponse) => void
190
+ ): Promise<DescribeSavingPlanOverviewResponse> {
191
+ return this.request("DescribeSavingPlanOverview", req, cb)
192
+ }
193
+
162
194
  /**
163
195
  * 批量设置分账标签
164
196
  */
@@ -243,23 +275,23 @@ export class Client extends AbstractClient {
243
275
  }
244
276
 
245
277
  /**
246
- * 获取按地域汇总消耗详情
278
+ * 获取收支明细列表,支持翻页和参数过滤
247
279
  */
248
- async DescribeCostSummaryByRegion(
249
- req: DescribeCostSummaryByRegionRequest,
250
- cb?: (error: string, rep: DescribeCostSummaryByRegionResponse) => void
251
- ): Promise<DescribeCostSummaryByRegionResponse> {
252
- return this.request("DescribeCostSummaryByRegion", req, cb)
280
+ async DescribeBillList(
281
+ req: DescribeBillListRequest,
282
+ cb?: (error: string, rep: DescribeBillListResponse) => void
283
+ ): Promise<DescribeBillListResponse> {
284
+ return this.request("DescribeBillList", req, cb)
253
285
  }
254
286
 
255
287
  /**
256
- * 获取按产品汇总消耗详情
288
+ * 该接口支持通过传参,获取L0-PDF、L1-汇总、L2-资源、L3-明细、账单包、五类账单文件下载链接
257
289
  */
258
- async DescribeCostSummaryByProduct(
259
- req: DescribeCostSummaryByProductRequest,
260
- cb?: (error: string, rep: DescribeCostSummaryByProductResponse) => void
261
- ): Promise<DescribeCostSummaryByProductResponse> {
262
- return this.request("DescribeCostSummaryByProduct", req, cb)
290
+ async DescribeBillDownloadUrl(
291
+ req: DescribeBillDownloadUrlRequest,
292
+ cb?: (error: string, rep: DescribeBillDownloadUrlResponse) => void
293
+ ): Promise<DescribeBillDownloadUrlResponse> {
294
+ return this.request("DescribeBillDownloadUrl", req, cb)
263
295
  }
264
296
 
265
297
  /**
@@ -303,6 +335,16 @@ export class Client extends AbstractClient {
303
335
  return this.request("DescribeDosageDetailByDate", req, cb)
304
336
  }
305
337
 
338
+ /**
339
+ * 查用当前用户明细节省计划查询时段内的使用情况
340
+ */
341
+ async DescribeSavingPlanUsage(
342
+ req: DescribeSavingPlanUsageRequest,
343
+ cb?: (error: string, rep: DescribeSavingPlanUsageResponse) => void
344
+ ): Promise<DescribeSavingPlanUsageResponse> {
345
+ return this.request("DescribeSavingPlanUsage", req, cb)
346
+ }
347
+
306
348
  /**
307
349
  * 获取代金券使用记录
308
350
  */
@@ -313,6 +355,16 @@ export class Client extends AbstractClient {
313
355
  return this.request("DescribeVoucherUsageDetails", req, cb)
314
356
  }
315
357
 
358
+ /**
359
+ * 创建节省计划订单,创建订单完成需调用PayDeals接口完成订单支付
360
+ */
361
+ async CreateSavingPlanOrder(
362
+ req: CreateSavingPlanOrderRequest,
363
+ cb?: (error: string, rep: CreateSavingPlanOrderResponse) => void
364
+ ): Promise<CreateSavingPlanOrderResponse> {
365
+ return this.request("CreateSavingPlanOrder", req, cb)
366
+ }
367
+
316
368
  /**
317
369
  * 获取按地域汇总费用分布
318
370
  */
@@ -364,13 +416,13 @@ export class Client extends AbstractClient {
364
416
  }
365
417
 
366
418
  /**
367
- * 该接口支持通过传参,获取L0-PDF、L1-汇总、L2-资源、L3-明细、账单包、五类账单文件下载链接
419
+ * 获取按产品汇总消耗详情
368
420
  */
369
- async DescribeBillDownloadUrl(
370
- req: DescribeBillDownloadUrlRequest,
371
- cb?: (error: string, rep: DescribeBillDownloadUrlResponse) => void
372
- ): Promise<DescribeBillDownloadUrlResponse> {
373
- return this.request("DescribeBillDownloadUrl", req, cb)
421
+ async DescribeCostSummaryByProduct(
422
+ req: DescribeCostSummaryByProductRequest,
423
+ cb?: (error: string, rep: DescribeCostSummaryByProductResponse) => void
424
+ ): Promise<DescribeCostSummaryByProductResponse> {
425
+ return this.request("DescribeCostSummaryByProduct", req, cb)
374
426
  }
375
427
 
376
428
  /**