tencentcloud-sdk-nodejs 4.0.702 → 4.0.704

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 (149) hide show
  1. package/CHANGELOG.md +523 -0
  2. package/SERVICE_CHANGELOG.md +896 -865
  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 +13 -0
  8. package/src/services/ccc/v20200210/ccc_models.ts +35 -4
  9. package/src/services/cdwpg/v20201230/cdwpg_client.ts +38 -1
  10. package/src/services/cdwpg/v20201230/cdwpg_models.ts +229 -4
  11. package/src/services/cvm/v20170312/cvm_client.ts +2 -2
  12. package/src/services/cvm/v20170312/cvm_models.ts +6 -6
  13. package/src/services/cwp/v20180228/cwp_models.ts +66 -39
  14. package/src/services/dasb/v20191018/dasb_client.ts +31 -7
  15. package/src/services/dasb/v20191018/dasb_models.ts +116 -8
  16. package/src/services/dbbrain/index.ts +2 -2
  17. package/src/services/dlc/v20210125/dlc_client.ts +9 -8
  18. package/src/services/dlc/v20210125/dlc_models.ts +167 -38
  19. package/src/services/es/v20180416/es_models.ts +8 -4
  20. package/src/services/ess/v20201111/ess_client.ts +3 -1
  21. package/src/services/ess/v20201111/ess_models.ts +39 -10
  22. package/src/services/essbasic/index.ts +2 -2
  23. package/src/services/essbasic/v20210526/essbasic_client.ts +1 -0
  24. package/src/services/essbasic/v20210526/essbasic_models.ts +213 -11
  25. package/src/services/goosefs/v20220519/goosefs_models.ts +6 -6
  26. package/src/services/iai/index.ts +2 -2
  27. package/src/services/ims/index.ts +2 -2
  28. package/src/services/iotcloud/index.ts +2 -2
  29. package/src/services/iotvideo/index.ts +2 -2
  30. package/src/services/iss/v20230517/iss_client.ts +15 -1
  31. package/src/services/iss/v20230517/iss_models.ts +69 -18
  32. package/src/services/lcic/v20220817/lcic_client.ts +16 -3
  33. package/src/services/lcic/v20220817/lcic_models.ts +135 -67
  34. package/src/services/lighthouse/v20200324/lighthouse_models.ts +11 -2
  35. package/src/services/live/v20180801/live_models.ts +1 -1
  36. package/src/services/mgobe/index.ts +2 -2
  37. package/src/services/mongodb/index.ts +2 -2
  38. package/src/services/monitor/v20180724/monitor_client.ts +1 -1
  39. package/src/services/monitor/v20180724/monitor_models.ts +25 -21
  40. package/src/services/mps/v20190612/mps_client.ts +3 -0
  41. package/src/services/mps/v20190612/mps_models.ts +62 -6
  42. package/src/services/oceanus/v20190422/oceanus_client.ts +3 -1
  43. package/src/services/oceanus/v20190422/oceanus_models.ts +108 -26
  44. package/src/services/organization/index.ts +2 -2
  45. package/src/services/sms/index.ts +2 -2
  46. package/src/services/sms/v20190711/sms_client.ts +0 -2
  47. package/src/services/sms/v20190711/sms_models.ts +2 -2
  48. package/src/services/tat/v20201028/tat_client.ts +26 -1
  49. package/src/services/tat/v20201028/tat_models.ts +69 -4
  50. package/src/services/tbp/index.ts +2 -2
  51. package/src/services/tdmq/v20200217/tdmq_models.ts +1 -1
  52. package/src/services/tem/index.ts +2 -2
  53. package/src/services/teo/v20220901/teo_models.ts +97 -67
  54. package/src/services/thpc/index.ts +2 -2
  55. package/src/services/tione/index.ts +2 -2
  56. package/src/services/tms/index.ts +2 -2
  57. package/src/services/tsf/v20180326/tsf_models.ts +2 -2
  58. package/src/services/vm/index.ts +2 -2
  59. package/src/services/vpc/v20170312/vpc_models.ts +1 -1
  60. package/src/services/waf/v20180125/waf_client.ts +28 -3
  61. package/src/services/waf/v20180125/waf_models.ts +146 -18
  62. package/tencentcloud/common/sdk_version.d.ts +1 -1
  63. package/tencentcloud/common/sdk_version.js +1 -1
  64. package/tencentcloud/services/ams/index.d.ts +4 -4
  65. package/tencentcloud/services/ams/index.js +2 -2
  66. package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +13 -0
  67. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +35 -4
  68. package/tencentcloud/services/cdwpg/v20201230/cdwpg_client.d.ts +13 -1
  69. package/tencentcloud/services/cdwpg/v20201230/cdwpg_client.js +18 -0
  70. package/tencentcloud/services/cdwpg/v20201230/cdwpg_models.d.ts +222 -4
  71. package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +2 -2
  72. package/tencentcloud/services/cvm/v20170312/cvm_client.js +2 -2
  73. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +6 -6
  74. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +66 -39
  75. package/tencentcloud/services/dasb/v20191018/dasb_client.d.ts +11 -3
  76. package/tencentcloud/services/dasb/v20191018/dasb_client.js +15 -3
  77. package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +112 -8
  78. package/tencentcloud/services/dbbrain/index.d.ts +4 -4
  79. package/tencentcloud/services/dbbrain/index.js +2 -2
  80. package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +7 -7
  81. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +166 -38
  82. package/tencentcloud/services/es/v20180416/es_models.d.ts +8 -4
  83. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +2 -1
  84. package/tencentcloud/services/ess/v20201111/ess_client.js +2 -1
  85. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +38 -10
  86. package/tencentcloud/services/essbasic/index.d.ts +4 -4
  87. package/tencentcloud/services/essbasic/index.js +2 -2
  88. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +212 -11
  89. package/tencentcloud/services/goosefs/v20220519/goosefs_models.d.ts +6 -6
  90. package/tencentcloud/services/iai/index.d.ts +4 -4
  91. package/tencentcloud/services/iai/index.js +2 -2
  92. package/tencentcloud/services/ims/index.d.ts +4 -4
  93. package/tencentcloud/services/ims/index.js +2 -2
  94. package/tencentcloud/services/iotcloud/index.d.ts +4 -4
  95. package/tencentcloud/services/iotcloud/index.js +2 -2
  96. package/tencentcloud/services/iotvideo/index.d.ts +4 -4
  97. package/tencentcloud/services/iotvideo/index.js +2 -2
  98. package/tencentcloud/services/iss/v20230517/iss_client.d.ts +5 -1
  99. package/tencentcloud/services/iss/v20230517/iss_client.js +6 -0
  100. package/tencentcloud/services/iss/v20230517/iss_models.d.ts +65 -18
  101. package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +5 -1
  102. package/tencentcloud/services/lcic/v20220817/lcic_client.js +6 -0
  103. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +131 -66
  104. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +11 -2
  105. package/tencentcloud/services/live/v20180801/live_models.d.ts +1 -1
  106. package/tencentcloud/services/mgobe/index.d.ts +4 -4
  107. package/tencentcloud/services/mgobe/index.js +2 -2
  108. package/tencentcloud/services/mongodb/index.d.ts +4 -4
  109. package/tencentcloud/services/mongodb/index.js +2 -2
  110. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +1 -1
  111. package/tencentcloud/services/monitor/v20180724/monitor_client.js +1 -1
  112. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +25 -21
  113. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +59 -6
  114. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +106 -26
  115. package/tencentcloud/services/organization/index.d.ts +4 -4
  116. package/tencentcloud/services/organization/index.js +2 -2
  117. package/tencentcloud/services/sms/index.d.ts +4 -4
  118. package/tencentcloud/services/sms/index.js +2 -2
  119. package/tencentcloud/services/sms/v20190711/sms_client.d.ts +0 -2
  120. package/tencentcloud/services/sms/v20190711/sms_client.js +0 -2
  121. package/tencentcloud/services/sms/v20190711/sms_models.d.ts +2 -2
  122. package/tencentcloud/services/tat/v20201028/tat_client.d.ts +9 -1
  123. package/tencentcloud/services/tat/v20201028/tat_client.js +12 -0
  124. package/tencentcloud/services/tat/v20201028/tat_models.d.ts +64 -4
  125. package/tencentcloud/services/tbp/index.d.ts +4 -4
  126. package/tencentcloud/services/tbp/index.js +2 -2
  127. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +1 -1
  128. package/tencentcloud/services/tem/index.d.ts +4 -4
  129. package/tencentcloud/services/tem/index.js +2 -2
  130. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +97 -67
  131. package/tencentcloud/services/thpc/index.d.ts +4 -4
  132. package/tencentcloud/services/thpc/index.js +2 -2
  133. package/tencentcloud/services/tione/index.d.ts +4 -4
  134. package/tencentcloud/services/tione/index.js +2 -2
  135. package/tencentcloud/services/tms/index.d.ts +4 -4
  136. package/tencentcloud/services/tms/index.js +2 -2
  137. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +2 -2
  138. package/tencentcloud/services/vm/index.d.ts +4 -4
  139. package/tencentcloud/services/vm/index.js +2 -2
  140. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +1 -1
  141. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +9 -1
  142. package/tencentcloud/services/waf/v20180125/waf_client.js +12 -0
  143. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +141 -18
  144. package/test/cdwpg.v20201230.test.js +30 -0
  145. package/test/dasb.v20191018.test.js +22 -2
  146. package/test/iss.v20230517.test.js +10 -0
  147. package/test/lcic.v20220817.test.js +10 -0
  148. package/test/tat.v20201028.test.js +20 -0
  149. package/test/waf.v20180125.test.js +20 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.702",
3
+ "version": "4.0.704",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -14,22 +14,22 @@
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-09-22 01:08:25 |
17
+ | apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2023-10-12 01:07:58 |
18
18
  | apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2023-09-25 01:06:12 |
19
19
  | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-10-10 01:07:51 |
20
20
  | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-09-27 01:07:00 |
21
21
  | asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2023-05-18 01:04:02 |
22
22
  | ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2023-09-27 01:07:05 |
23
23
  | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2023-10-10 01:08:04 |
24
- | bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2023-08-17 01:19:19 |
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-09-27 01:07:14 |
26
- | billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-09-26 01:07:22 |
26
+ | billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-10-12 01:11:28 |
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-08-17 01:20:19 |
29
29
  | bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2023-08-31 01:07:17 |
30
30
  | bmeip | [黑石弹性公网IP](https://cloud.tencent.com/document/product/1028) | 2023-08-17 01:21:42 |
31
31
  | bmlb | [黑石负载均衡](https://cloud.tencent.com/document/product/1027) | 2023-08-17 01:21:57 |
32
- | bmvpc | [黑石私有网络](https://cloud.tencent.com/document/product/1024) | 2023-08-17 01:22:11 |
32
+ | bmvpc | [黑石私有网络](https://cloud.tencent.com/document/product/1024) | 2023-10-12 01:13:46 |
33
33
  | bpaas | [商业流程服务](https://cloud.tencent.com/document/product/1083) | 2023-06-14 01:09:11 |
34
34
  | bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2023-08-17 01:22:35 |
35
35
  | bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2023-05-18 01:06:40 |
@@ -40,13 +40,13 @@
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
42
  | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-09-20 01:08:08 |
43
- | ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2023-09-15 01:15:34 |
43
+ | ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2023-10-12 01:16:25 |
44
44
  | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-09-21 01:31:18 |
45
45
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-09-12 01:18:51 |
46
46
  | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-10-09 01:08:48 |
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
- | cdwpg | [云数据仓库 PostgreSQL](https://cloud.tencent.com/document/product/878) | 2023-09-27 11:25:41 |
49
+ | cdwpg | [云数据仓库 PostgreSQL](https://cloud.tencent.com/document/product/878) | 2023-10-12 01:20:34 |
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
52
  | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-09-27 01:09:43 |
@@ -66,20 +66,20 @@
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-09-28 01:10:30 |
69
+ | csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-10-11 01:29:04 |
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-10 01:12:20 |
72
- | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-10-10 01:12:51 |
71
+ | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-10-12 01:31:43 |
72
+ | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-10-12 01:38:16 |
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-10 01:34:35 |
75
- | dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-09-20 01:33:17 |
75
+ | dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-10-12 01:46:01 |
76
76
  | dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
77
77
  | dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:20:11 |
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
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-10 01:35:31 |
82
+ | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-10-12 01:49:02 |
83
83
  | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-09-12 01:43:38 |
84
84
  | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-09-20 01:34:26 |
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-10 01:37:17 |
97
- | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-10-09 01:15:32 |
98
- | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-10-09 17:30:41 |
99
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-10-09 17:31:01 |
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-12 01:57:39 |
99
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-10-12 01:58:40 |
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-09-19 01:15:41 |
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-08-24 01:19:31 |
106
- | goosefs | [数据加速器 GooseFS](https://cloud.tencent.com/document/product/1424) | 2023-09-25 01:15:41 |
106
+ | goosefs | [数据加速器 GooseFS](https://cloud.tencent.com/document/product/1424) | 2023-10-12 02:01:46 |
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,13 +124,13 @@
124
124
  | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2023-08-30 01:17:01 |
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-09 01:18:08 |
127
+ | iss | [智能视图计算平台](https://cloud.tencent.com/document/product/1344) | 2023-10-12 02:09:16 |
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 |
131
- | lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-09-27 01:19:43 |
132
- | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-10-09 01:18:40 |
133
- | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-10-09 01:18:54 |
131
+ | lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-10-12 02:11:22 |
132
+ | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-10-11 02:02:31 |
133
+ | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-10-12 02:13:03 |
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 |
@@ -141,15 +141,15 @@
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-08-30 01:19:09 |
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-09 01:19:36 |
145
- | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-10-10 01:42:36 |
144
+ | monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-10-12 02:16:26 |
145
+ | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-10-11 02:08:20 |
146
146
  | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2023-09-13 02:09:08 |
147
147
  | ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-08-30 01:19:55 |
148
148
  | msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2023-08-17 04:18:22 |
149
149
  | mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
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
- | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-09-06 02:10:27 |
152
+ | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-10-12 02:20:57 |
153
153
  | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-10-10 01:43:15 |
154
154
  | omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-09-18 02:11:06 |
155
155
  | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-09-22 02:15:37 |
@@ -160,7 +160,7 @@
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-09-18 02:13:42 |
162
162
  | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-09-04 02:18:48 |
163
- | region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2023-08-02 01:20:32 |
163
+ | region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2023-10-12 02:26:16 |
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-08-09 01:43:06 |
@@ -181,7 +181,7 @@
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 |
184
- | tat | [自动化助手](https://cloud.tencent.com/document/product/1340) | 2023-10-10 01:50:55 |
184
+ | tat | [自动化助手](https://cloud.tencent.com/document/product/1340) | 2023-10-11 02:22:08 |
185
185
  | tav | [文件检测](https://cloud.tencent.com/document/product) | 2019-11-28 22:10:04 |
186
186
  | tbaas | [腾讯云区块链服务平台 TBaaS](https://cloud.tencent.com/document/product/663) | 2023-08-17 04:48:24 |
187
187
  | tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
@@ -197,10 +197,10 @@
197
197
  | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-09-22 02:29:25 |
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-09 01:24:14 |
200
+ | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-10-11 02:29:22 |
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-10 01:53:07 |
203
+ | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-10-11 02:31:17 |
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 |
@@ -221,16 +221,16 @@
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-09-27 10:40:48 |
223
223
  | tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-09-27 01:26:51 |
224
- | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-09-12 02:52:20 |
224
+ | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-10-11 02:39:14 |
225
225
  | tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2023-05-18 02:04:00 |
226
226
  | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-09-19 01:29:02 |
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
230
  | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-10-09 01:26:55 |
231
- | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-10-09 01:27:27 |
231
+ | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-10-12 02:55:40 |
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-10 01:56:43 |
233
+ | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-10-12 02:58:37 |
234
234
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-07-18 01:59:28 |
235
235
  | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-08-31 01:29:16 |
236
236
  | weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2023-09-12 09:30:48 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.702"
1
+ export const sdkVersion = "4.0.704"
@@ -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
  }
@@ -828,6 +828,11 @@ export interface ApiInfo {
828
828
  注意:此字段可能返回 null,表示取不到有效值。
829
829
  */
830
830
  Base64EncodedTriggerRules?: Array<Base64EncodedTriggerRule>
831
+ /**
832
+ * 是否开启SCF Event异步调用。
833
+ 注意:此字段可能返回 null,表示取不到有效值。
834
+ */
835
+ ServiceScfEventIsAsyncCall?: boolean
831
836
  }
832
837
 
833
838
  /**
@@ -3543,6 +3548,10 @@ export interface ModifyApiRequest {
3543
3548
  * scf函数类型。当后端类型是SCF时生效。支持事件触发(EVENT),http直通云函数(HTTP)。
3544
3549
  */
3545
3550
  ServiceScfFunctionType?: string
3551
+ /**
3552
+ * 是否开启SCF Event异步调用。
3553
+ */
3554
+ ServiceScfEventIsAsyncCall?: boolean
3546
3555
  /**
3547
3556
  * EIAM应用类型。
3548
3557
  */
@@ -3958,6 +3967,10 @@ export interface CreateApiRequest {
3958
3967
  * scf函数类型。当后端类型是SCF时生效。支持事件触发(EVENT),http直通云函数(HTTP)。
3959
3968
  */
3960
3969
  ServiceScfFunctionType?: string
3970
+ /**
3971
+ * 是否开启SCF Event异步调用。
3972
+ */
3973
+ ServiceScfEventIsAsyncCall?: boolean
3961
3974
  /**
3962
3975
  * EIAM应用类型。
3963
3976
  */
@@ -148,11 +148,16 @@ export interface DescribeProtectedTelCdrResponse {
148
148
  /**
149
149
  * 话单记录总数
150
150
  */
151
- TotalCount: number
151
+ TotalCount?: number
152
+ /**
153
+ * 话单记录
154
+ * @deprecated
155
+ */
156
+ TelCdrs?: Array<TelCdrInfo>
152
157
  /**
153
158
  * 话单记录
154
159
  */
155
- TelCdrs: Array<TelCdrInfo>
160
+ TelCdrList?: Array<TelCdrInfo>
156
161
  /**
157
162
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
158
163
  */
@@ -419,8 +424,13 @@ export interface DescribeTelCallInfoResponse {
419
424
  SeatUsedCount?: number
420
425
  /**
421
426
  * 音频套餐包消耗分钟数
427
+ * @deprecated
422
428
  */
423
429
  VoipCallInCount?: number
430
+ /**
431
+ * 音频套餐包消耗分钟数
432
+ */
433
+ VOIPCallInCount?: number
424
434
  /**
425
435
  * 离线语音转文字套餐包消耗分钟数
426
436
  */
@@ -521,6 +531,7 @@ export interface DescribeTelCdrRequest {
521
531
  EndTimeStamp: number
522
532
  /**
523
533
  * 实例 ID(废弃)
534
+ * @deprecated
524
535
  */
525
536
  InstanceId?: number
526
537
  /**
@@ -1733,8 +1744,14 @@ export interface TelCdrInfo {
1733
1744
  /**
1734
1745
  * 客户自定义数据(User-to-User Interface)
1735
1746
  注意:此字段可能返回 null,表示取不到有效值。
1747
+ * @deprecated
1736
1748
  */
1737
1749
  Uui?: string
1750
+ /**
1751
+ * 客户自定义数据(User-to-User Interface)
1752
+ 注意:此字段可能返回 null,表示取不到有效值。
1753
+ */
1754
+ UUI?: string
1738
1755
  /**
1739
1756
  * IVR按键信息(e.g. [{"Key":"1","Label":"非常满意"}])
1740
1757
  注意:此字段可能返回 null,表示取不到有效值。
@@ -1784,6 +1801,10 @@ export interface NumberInfo {
1784
1801
  * 绑定的外呼技能组
1785
1802
  */
1786
1803
  CallOutSkillGroupIds?: Array<number | bigint>
1804
+ /**
1805
+ * 号码状态,1-正常,2-欠费停用,4-管理员停用,5-违规停用
1806
+ */
1807
+ State?: number
1787
1808
  }
1788
1809
 
1789
1810
  /**
@@ -2076,8 +2097,13 @@ export interface CreateCallOutSessionRequest {
2076
2097
  IsForceUseMobile?: boolean
2077
2098
  /**
2078
2099
  * 自定义数据,长度限制 1024 字节
2100
+ * @deprecated
2079
2101
  */
2080
2102
  Uui?: string
2103
+ /**
2104
+ * 自定义数据,长度限制 1024 字节
2105
+ */
2106
+ UUI?: string
2081
2107
  }
2082
2108
 
2083
2109
  /**
@@ -2338,11 +2364,16 @@ export interface DescribeTelCdrResponse {
2338
2364
  /**
2339
2365
  * 话单记录总数
2340
2366
  */
2341
- TotalCount: number
2367
+ TotalCount?: number
2368
+ /**
2369
+ * 话单记录
2370
+ * @deprecated
2371
+ */
2372
+ TelCdrs?: Array<TelCdrInfo>
2342
2373
  /**
2343
2374
  * 话单记录
2344
2375
  */
2345
- TelCdrs: Array<TelCdrInfo>
2376
+ TelCdrList?: Array<TelCdrInfo>
2346
2377
  /**
2347
2378
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2348
2379
  */
@@ -18,14 +18,21 @@
18
18
  import { AbstractClient } from "../../../common/abstract_client"
19
19
  import { ClientConfig } from "../../../common/interface"
20
20
  import {
21
+ ModifyInstanceResponse,
22
+ DescribeInstanceStateRequest,
21
23
  ResourceSpecNew,
22
24
  DestroyInstanceByApiResponse,
25
+ DestroyInstanceByApiRequest,
23
26
  CreateInstanceByApiRequest,
24
27
  CBSSpec,
28
+ ModifyInstanceRequest,
25
29
  CreateInstanceByApiResponse,
30
+ DescribeSimpleInstancesResponse,
26
31
  Tag,
32
+ DescribeInstanceStateResponse,
33
+ InstanceSimpleInfoNew,
27
34
  ChargeProperties,
28
- DestroyInstanceByApiRequest,
35
+ DescribeSimpleInstancesRequest,
29
36
  } from "./cdwpg_models"
30
37
 
31
38
  /**
@@ -56,4 +63,34 @@ export class Client extends AbstractClient {
56
63
  ): Promise<CreateInstanceByApiResponse> {
57
64
  return this.request("CreateInstanceByApi", req, cb)
58
65
  }
66
+
67
+ /**
68
+ * 集群详情页中显示集群状态、流程进度等
69
+ */
70
+ async DescribeInstanceState(
71
+ req: DescribeInstanceStateRequest,
72
+ cb?: (error: string, rep: DescribeInstanceStateResponse) => void
73
+ ): Promise<DescribeInstanceStateResponse> {
74
+ return this.request("DescribeInstanceState", req, cb)
75
+ }
76
+
77
+ /**
78
+ * 修改实例信息,目前为实例名称
79
+ */
80
+ async ModifyInstance(
81
+ req: ModifyInstanceRequest,
82
+ cb?: (error: string, rep: ModifyInstanceResponse) => void
83
+ ): Promise<ModifyInstanceResponse> {
84
+ return this.request("ModifyInstance", req, cb)
85
+ }
86
+
87
+ /**
88
+ * 获取集群实例列表
89
+ */
90
+ async DescribeSimpleInstances(
91
+ req: DescribeSimpleInstancesRequest,
92
+ cb?: (error: string, rep: DescribeSimpleInstancesResponse) => void
93
+ ): Promise<DescribeSimpleInstancesResponse> {
94
+ return this.request("DescribeSimpleInstances", req, cb)
95
+ }
59
96
  }
@@ -15,6 +15,26 @@
15
15
  * under the License.
16
16
  */
17
17
 
18
+ /**
19
+ * ModifyInstance返回参数结构体
20
+ */
21
+ export interface ModifyInstanceResponse {
22
+ /**
23
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
24
+ */
25
+ RequestId?: string
26
+ }
27
+
28
+ /**
29
+ * DescribeInstanceState请求参数结构体
30
+ */
31
+ export interface DescribeInstanceStateRequest {
32
+ /**
33
+ * 集群实例名称
34
+ */
35
+ InstanceId: string
36
+ }
37
+
18
38
  /**
19
39
  * 资源规格
20
40
  */
@@ -55,6 +75,16 @@ export interface DestroyInstanceByApiResponse {
55
75
  RequestId?: string
56
76
  }
57
77
 
78
+ /**
79
+ * DestroyInstanceByApi请求参数结构体
80
+ */
81
+ export interface DestroyInstanceByApiRequest {
82
+ /**
83
+ * 实例名称,例如"cdwpg-xxxx"
84
+ */
85
+ InstanceId: string
86
+ }
87
+
58
88
  /**
59
89
  * CreateInstanceByApi请求参数结构体
60
90
  */
@@ -111,6 +141,20 @@ export interface CBSSpec {
111
141
  DiskCount: number
112
142
  }
113
143
 
144
+ /**
145
+ * ModifyInstance请求参数结构体
146
+ */
147
+ export interface ModifyInstanceRequest {
148
+ /**
149
+ * 实例Id
150
+ */
151
+ InstanceId: string
152
+ /**
153
+ * 新修改的实例名称
154
+ */
155
+ InstanceName: string
156
+ }
157
+
114
158
  /**
115
159
  * CreateInstanceByApi返回参数结构体
116
160
  */
@@ -136,6 +180,31 @@ export interface CreateInstanceByApiResponse {
136
180
  RequestId?: string
137
181
  }
138
182
 
183
+ /**
184
+ * DescribeSimpleInstances返回参数结构体
185
+ */
186
+ export interface DescribeSimpleInstancesResponse {
187
+ /**
188
+ * 1
189
+ 注意:此字段可能返回 null,表示取不到有效值。
190
+ */
191
+ TotalCount?: number
192
+ /**
193
+ * 1
194
+ 注意:此字段可能返回 null,表示取不到有效值。
195
+ */
196
+ InstancesList?: Array<InstanceSimpleInfoNew>
197
+ /**
198
+ * -
199
+ 注意:此字段可能返回 null,表示取不到有效值。
200
+ */
201
+ ErrorMsg?: string
202
+ /**
203
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
204
+ */
205
+ RequestId?: string
206
+ }
207
+
139
208
  /**
140
209
  * 标签描述
141
210
  */
@@ -150,6 +219,146 @@ export interface Tag {
150
219
  TagValue: string
151
220
  }
152
221
 
222
+ /**
223
+ * DescribeInstanceState返回参数结构体
224
+ */
225
+ export interface DescribeInstanceStateResponse {
226
+ /**
227
+ * 集群状态,例如:Serving
228
+ */
229
+ InstanceState?: string
230
+ /**
231
+ * 集群操作创建时间
232
+ 注意:此字段可能返回 null,表示取不到有效值。
233
+ */
234
+ FlowCreateTime?: string
235
+ /**
236
+ * 集群操作名称
237
+ 注意:此字段可能返回 null,表示取不到有效值。
238
+ */
239
+ FlowName?: string
240
+ /**
241
+ * 集群操作进度
242
+ 注意:此字段可能返回 null,表示取不到有效值。
243
+ */
244
+ FlowProgress?: number
245
+ /**
246
+ * 集群状态描述,例如:运行中
247
+ 注意:此字段可能返回 null,表示取不到有效值。
248
+ */
249
+ InstanceStateDesc?: string
250
+ /**
251
+ * 集群流程错误信息,例如:“创建失败,资源不足”
252
+ 注意:此字段可能返回 null,表示取不到有效值。
253
+ */
254
+ FlowMsg?: string
255
+ /**
256
+ * 当前步骤的名称,例如:”购买资源中“
257
+ 注意:此字段可能返回 null,表示取不到有效值。
258
+ */
259
+ ProcessName?: string
260
+ /**
261
+ * 集群备份任务开启状态
262
+ 注意:此字段可能返回 null,表示取不到有效值。
263
+ */
264
+ BackupStatus?: number
265
+ /**
266
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
267
+ */
268
+ RequestId?: string
269
+ }
270
+
271
+ /**
272
+ * 精简集群信息
273
+ */
274
+ export interface InstanceSimpleInfoNew {
275
+ /**
276
+ * 1
277
+ 注意:此字段可能返回 null,表示取不到有效值。
278
+ */
279
+ ID?: number
280
+ /**
281
+ * 1
282
+ 注意:此字段可能返回 null,表示取不到有效值。
283
+ */
284
+ InstanceId?: string
285
+ /**
286
+ * 1
287
+ 注意:此字段可能返回 null,表示取不到有效值。
288
+ */
289
+ InstanceName?: string
290
+ /**
291
+ * 1
292
+ 注意:此字段可能返回 null,表示取不到有效值。
293
+ */
294
+ Version?: string
295
+ /**
296
+ * 1
297
+ 注意:此字段可能返回 null,表示取不到有效值。
298
+ */
299
+ Region?: string
300
+ /**
301
+ * 1
302
+ 注意:此字段可能返回 null,表示取不到有效值。
303
+ */
304
+ RegionId?: number
305
+ /**
306
+ * 1
307
+ 注意:此字段可能返回 null,表示取不到有效值。
308
+ */
309
+ RegionDesc?: string
310
+ /**
311
+ * 1
312
+ 注意:此字段可能返回 null,表示取不到有效值。
313
+ */
314
+ Zone?: string
315
+ /**
316
+ * 1
317
+ 注意:此字段可能返回 null,表示取不到有效值。
318
+ */
319
+ ZoneId?: number
320
+ /**
321
+ * 1
322
+ 注意:此字段可能返回 null,表示取不到有效值。
323
+ */
324
+ ZoneDesc?: string
325
+ /**
326
+ * 1
327
+ 注意:此字段可能返回 null,表示取不到有效值。
328
+ */
329
+ VpcId?: string
330
+ /**
331
+ * 1
332
+ 注意:此字段可能返回 null,表示取不到有效值。
333
+ */
334
+ SubnetId?: string
335
+ /**
336
+ * 1
337
+ 注意:此字段可能返回 null,表示取不到有效值。
338
+ */
339
+ CreateTime?: string
340
+ /**
341
+ * 1
342
+ 注意:此字段可能返回 null,表示取不到有效值。
343
+ */
344
+ ExpireTime?: string
345
+ /**
346
+ * 1
347
+ 注意:此字段可能返回 null,表示取不到有效值。
348
+ */
349
+ AccessInfo?: string
350
+ /**
351
+ * 1
352
+ 注意:此字段可能返回 null,表示取不到有效值。
353
+ */
354
+ PayMode?: string
355
+ /**
356
+ * 1
357
+ 注意:此字段可能返回 null,表示取不到有效值。
358
+ */
359
+ RenewFlag?: boolean
360
+ }
361
+
153
362
  /**
154
363
  * 计费时间参数
155
364
  */
@@ -177,11 +386,27 @@ export interface ChargeProperties {
177
386
  }
178
387
 
179
388
  /**
180
- * DestroyInstanceByApi请求参数结构体
389
+ * DescribeSimpleInstances请求参数结构体
181
390
  */
182
- export interface DestroyInstanceByApiRequest {
391
+ export interface DescribeSimpleInstancesRequest {
183
392
  /**
184
- * 实例名称,例如"cdwpg-xxxx"
393
+ * 11
185
394
  */
186
- InstanceId: string
395
+ SearchInstanceId?: string
396
+ /**
397
+ * 11
398
+ */
399
+ SearchInstanceName?: string
400
+ /**
401
+ * 11
402
+ */
403
+ Offset?: number
404
+ /**
405
+ * 11
406
+ */
407
+ Limit?: number
408
+ /**
409
+ * 11
410
+ */
411
+ SearchTags?: Array<string>
187
412
  }