tencentcloud-sdk-nodejs 4.0.615 → 4.0.617

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 (87) hide show
  1. package/CHANGELOG.md +440 -0
  2. package/SERVICE_CHANGELOG.md +385 -201
  3. package/package.json +1 -1
  4. package/products.md +21 -21
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/apigateway/v20180808/apigateway_client.ts +3 -1
  7. package/src/services/apigateway/v20180808/apigateway_models.ts +132 -5
  8. package/src/services/ccc/v20200210/ccc_models.ts +6 -1
  9. package/src/services/cdb/v20170320/cdb_models.ts +1 -1
  10. package/src/services/cfg/v20210820/cfg_client.ts +2 -1
  11. package/src/services/cfg/v20210820/cfg_models.ts +64 -24
  12. package/src/services/ckafka/v20190819/ckafka_client.ts +2 -1
  13. package/src/services/ckafka/v20190819/ckafka_models.ts +79 -7
  14. package/src/services/clb/v20180317/clb_models.ts +2 -1
  15. package/src/services/csip/v20221121/csip_client.ts +12 -0
  16. package/src/services/csip/v20221121/csip_models.ts +25 -0
  17. package/src/services/dcdb/v20180411/dcdb_client.ts +12 -0
  18. package/src/services/dcdb/v20180411/dcdb_models.ts +30 -0
  19. package/src/services/dnspod/v20210323/dnspod_client.ts +19 -7
  20. package/src/services/dnspod/v20210323/dnspod_models.ts +119 -6
  21. package/src/services/ess/v20201111/ess_client.ts +95 -46
  22. package/src/services/ess/v20201111/ess_models.ts +241 -34
  23. package/src/services/essbasic/v20210526/essbasic_client.ts +2 -1
  24. package/src/services/essbasic/v20210526/essbasic_models.ts +47 -37
  25. package/src/services/sms/v20190711/sms_client.ts +1 -1
  26. package/src/services/sms/v20190711/sms_models.ts +1 -1
  27. package/src/services/sms/v20210111/sms_client.ts +1 -1
  28. package/src/services/sms/v20210111/sms_models.ts +1 -1
  29. package/src/services/tdmq/v20200217/tdmq_client.ts +3 -2
  30. package/src/services/tdmq/v20200217/tdmq_models.ts +26 -10
  31. package/src/services/tione/v20211111/tione_client.ts +1 -0
  32. package/src/services/tione/v20211111/tione_models.ts +24 -2
  33. package/src/services/tiw/v20190919/tiw_models.ts +1 -3
  34. package/src/services/tsf/v20180326/tsf_models.ts +1 -1
  35. package/src/services/vpc/v20170312/vpc_client.ts +3 -3
  36. package/src/services/vpc/v20170312/vpc_models.ts +10 -9
  37. package/src/services/wedata/v20210820/wedata_client.ts +15 -1
  38. package/src/services/wedata/v20210820/wedata_models.ts +196 -6
  39. package/tencentcloud/common/sdk_version.d.ts +1 -1
  40. package/tencentcloud/common/sdk_version.js +1 -1
  41. package/tencentcloud/services/apigateway/v20180808/apigateway_client.d.ts +1 -1
  42. package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +111 -5
  43. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +5 -1
  44. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +1 -1
  45. package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +54 -20
  46. package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +1 -1
  47. package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +1 -1
  48. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +66 -7
  49. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +2 -1
  50. package/tencentcloud/services/csip/v20221121/csip_client.d.ts +5 -1
  51. package/tencentcloud/services/csip/v20221121/csip_client.js +6 -0
  52. package/tencentcloud/services/csip/v20221121/csip_models.d.ts +22 -0
  53. package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +5 -1
  54. package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +6 -0
  55. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +26 -0
  56. package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +7 -3
  57. package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +9 -3
  58. package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +101 -6
  59. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +37 -21
  60. package/tencentcloud/services/ess/v20201111/ess_client.js +49 -25
  61. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +207 -31
  62. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -0
  63. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +1 -0
  64. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +40 -31
  65. package/tencentcloud/services/sms/v20190711/sms_client.d.ts +1 -1
  66. package/tencentcloud/services/sms/v20190711/sms_client.js +1 -1
  67. package/tencentcloud/services/sms/v20190711/sms_models.d.ts +1 -1
  68. package/tencentcloud/services/sms/v20210111/sms_client.d.ts +1 -1
  69. package/tencentcloud/services/sms/v20210111/sms_client.js +1 -1
  70. package/tencentcloud/services/sms/v20210111/sms_models.d.ts +1 -1
  71. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +1 -0
  72. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +1 -0
  73. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +23 -10
  74. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +21 -2
  75. package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +1 -3
  76. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +1 -1
  77. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +3 -3
  78. package/tencentcloud/services/vpc/v20170312/vpc_client.js +3 -3
  79. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +10 -9
  80. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +5 -1
  81. package/tencentcloud/services/wedata/v20210820/wedata_client.js +6 -0
  82. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +166 -6
  83. package/test/csip.v20221121.test.js +10 -0
  84. package/test/dcdb.v20180411.test.js +10 -0
  85. package/test/dnspod.v20210323.test.js +12 -2
  86. package/test/ess.v20201111.test.js +50 -10
  87. package/test/wedata.v20210820.test.js +10 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.615",
3
+ "version": "4.0.617",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -14,7 +14,7 @@
14
14
  | apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-04-04 06:05:36 |
15
15
  | ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-04-04 06:05:40 |
16
16
  | api | [云 API](https://cloud.tencent.com/document/product/1278) | 2023-01-05 01:02:52 |
17
- | apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2023-06-07 01:02:16 |
17
+ | apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2023-06-08 16:31:03 |
18
18
  | apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2023-05-18 01:03:20 |
19
19
  | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-05-18 01:03:25 |
20
20
  | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-05-26 01:03:52 |
@@ -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-05-23 01:06:09 |
43
- | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-06-07 01:07:18 |
44
- | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-06-07 01:07:38 |
45
- | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-06-02 01:12:00 |
43
+ | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-06-08 01:08:30 |
44
+ | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-06-08 01:08:54 |
45
+ | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-06-08 01:10:03 |
46
46
  | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-06-05 01:12:49 |
47
47
  | cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2023-05-18 01:10:41 |
48
48
  | cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2023-05-18 01:10:46 |
49
- | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-06-06 01:12:06 |
49
+ | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-06-08 01:11:18 |
50
50
  | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2023-06-06 01:12:18 |
51
51
  | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-06-02 01:13:34 |
52
52
  | chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2023-05-31 01:12:53 |
@@ -54,8 +54,8 @@
54
54
  | cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2023-05-18 01:12:07 |
55
55
  | cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
56
56
  | cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
57
- | ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-06-07 01:11:15 |
58
- | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-06-02 01:14:55 |
57
+ | ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-06-08 01:12:52 |
58
+ | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-06-08 01:13:42 |
59
59
  | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2023-05-18 01:13:28 |
60
60
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2023-05-18 01:13:36 |
61
61
  | cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-05-18 01:13:44 |
@@ -65,7 +65,7 @@
65
65
  | cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2023-05-31 21:42:46 |
66
66
  | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-05-18 01:15:05 |
67
67
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
68
- | csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-06-02 01:18:01 |
68
+ | csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-06-08 01:17:51 |
69
69
  | csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2023-05-19 11:26:14 |
70
70
  | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-05-26 01:16:07 |
71
71
  | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-06-05 01:20:04 |
@@ -77,9 +77,9 @@
77
77
  | dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-05-18 01:21:10 |
78
78
  | dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2023-05-18 01:21:33 |
79
79
  | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2023-05-18 01:21:37 |
80
- | dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-06-07 01:20:16 |
80
+ | dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-06-08 01:23:27 |
81
81
  | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-06-07 01:20:44 |
82
- | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-06-06 01:25:15 |
82
+ | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-06-08 01:24:45 |
83
83
  | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-05-18 01:23:17 |
84
84
  | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2023-05-18 01:23:31 |
85
85
  | ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2023-05-18 01:23:36 |
@@ -93,8 +93,8 @@
93
93
  | eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-05-18 01:25:58 |
94
94
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-06-01 09:50:15 |
95
95
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-05-18 01:26:23 |
96
- | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-06-06 15:06:22 |
97
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-06-07 01:25:09 |
96
+ | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-06-08 11:16:02 |
97
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-06-08 11:23:08 |
98
98
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-05-31 01:26:29 |
99
99
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-05-31 01:26:34 |
100
100
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-05-24 14:30:55 |
@@ -146,7 +146,7 @@
146
146
  | nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-05-19 01:49:42 |
147
147
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
148
148
  | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-05-29 01:34:54 |
149
- | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-06-01 09:54:24 |
149
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-06-08 01:44:21 |
150
150
  | omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-05-18 01:43:39 |
151
151
  | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-06-01 09:54:49 |
152
152
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-06-07 01:39:31 |
@@ -160,12 +160,12 @@
160
160
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-05-18 01:46:50 |
161
161
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
162
162
  | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2023-05-18 01:46:54 |
163
- | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-05-31 01:38:53 |
163
+ | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-06-08 01:51:22 |
164
164
  | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2023-06-06 01:51:18 |
165
165
  | smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2023-05-18 01:47:52 |
166
166
  | smop | [腾讯安心用户运营平台](https://cloud.tencent.com/document/product/1310) | 2023-05-18 01:47:59 |
167
167
  | smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2023-05-18 01:48:01 |
168
- | sms | [短信](https://cloud.tencent.com/document/product/382) | 2023-05-23 01:37:15 |
168
+ | sms | [短信](https://cloud.tencent.com/document/product/382) | 2023-06-08 01:52:29 |
169
169
  | soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2023-05-18 01:48:23 |
170
170
  | solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
171
171
  | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-06-07 01:43:06 |
@@ -192,7 +192,7 @@
192
192
  | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-06-07 01:46:42 |
193
193
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2023-05-18 01:54:30 |
194
194
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-05-18 01:54:42 |
195
- | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-06-06 01:59:07 |
195
+ | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-06-08 01:59:37 |
196
196
  | tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-05-18 01:55:50 |
197
197
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-05-22 02:01:01 |
198
198
  | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-05-29 01:44:07 |
@@ -203,8 +203,8 @@
203
203
  | tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2023-05-18 01:58:24 |
204
204
  | tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
205
205
  | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-05-29 01:47:15 |
206
- | tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-05-29 15:06:20 |
207
- | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-05-18 01:59:15 |
206
+ | tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-06-08 02:02:11 |
207
+ | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-06-08 02:02:46 |
208
208
  | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-05-26 01:59:46 |
209
209
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
210
210
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2023-05-18 02:01:07 |
@@ -215,18 +215,18 @@
215
215
  | trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-05-31 01:48:08 |
216
216
  | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-05-31 01:48:18 |
217
217
  | tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-05-18 02:02:09 |
218
- | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-06-07 01:54:25 |
218
+ | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-06-08 02:06:11 |
219
219
  | tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2023-05-18 02:04:00 |
220
220
  | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-05-25 02:07:59 |
221
221
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2023-05-18 02:04:06 |
222
222
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-05-18 02:04:19 |
223
223
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-05-18 02:04:23 |
224
224
  | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-05-31 01:49:59 |
225
- | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-06-01 10:01:44 |
225
+ | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-06-08 02:09:57 |
226
226
  | vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-06-07 01:59:27 |
227
227
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-06-07 01:59:35 |
228
228
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-05-18 02:08:17 |
229
- | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-06-07 02:00:11 |
229
+ | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-06-08 02:14:41 |
230
230
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
231
231
  | yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-05-25 02:13:42 |
232
232
  | youmall | [](https://cloud.tencent.com/document/product) | 2019-01-11 11:24:15 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.615"
1
+ export const sdkVersion = "4.0.617"
@@ -34,6 +34,7 @@ import {
34
34
  ImportOpenApiResponse,
35
35
  DisableApiKeyResponse,
36
36
  DescribeApiResponse,
37
+ DescribeServiceForApiAppRequest,
37
38
  UnReleaseServiceRequest,
38
39
  DescribeExclusiveInstancesStatusResponse,
39
40
  ModifySubDomainRequest,
@@ -151,6 +152,7 @@ import {
151
152
  DescribeIPStrategyApisStatusResponse,
152
153
  ModifyApiAppResponse,
153
154
  UpdateApiAppKeyRequest,
155
+ ApigatewayTags,
154
156
  DomainSetList,
155
157
  IPStrategysStatus,
156
158
  DescribeApiKeyResponse,
@@ -233,7 +235,7 @@ import {
233
235
  DescribeUsagePlanEnvironmentsResponse,
234
236
  DescribeServiceSubDomainsResponse,
235
237
  AttachPluginRequest,
236
- DescribeServiceForApiAppRequest,
238
+ DescribeApisStatusResultApiIdStatusSetInfo,
237
239
  ModifyApiEnvironmentStrategyResponse,
238
240
  BindSubDomainRequest,
239
241
  ApiAppInfos,
@@ -389,6 +389,21 @@ export interface DescribeApiResponse {
389
389
  RequestId?: string
390
390
  }
391
391
 
392
+ /**
393
+ * DescribeServiceForApiApp请求参数结构体
394
+ */
395
+ export interface DescribeServiceForApiAppRequest {
396
+ /**
397
+ * 待查询的服务唯一 ID。
398
+ */
399
+ ServiceId: string
400
+
401
+ /**
402
+ * 服务所属的地域
403
+ */
404
+ ApiRegion: string
405
+ }
406
+
392
407
  /**
393
408
  * UnReleaseService请求参数结构体
394
409
  */
@@ -3589,6 +3604,11 @@ export interface DescribeApisStatusResultInfo {
3589
3604
  * 符合条件的 API 接口数量。
3590
3605
  */
3591
3606
  TotalCount: number
3607
+
3608
+ /**
3609
+ * API 接口列表。
3610
+ */
3611
+ ApiIdStatusSet: Array<DescribeApisStatusResultApiIdStatusSetInfo>
3592
3612
  }
3593
3613
 
3594
3614
  /**
@@ -3643,6 +3663,11 @@ export interface UpdateApiAppKeyRequest {
3643
3663
  ApiAppSecret?: string
3644
3664
  }
3645
3665
 
3666
+ /**
3667
+ * key-value
3668
+ */
3669
+ export type ApigatewayTags = null
3670
+
3646
3671
  /**
3647
3672
  * 服务自定义域名列表
3648
3673
  */
@@ -6124,18 +6149,120 @@ export interface AttachPluginRequest {
6124
6149
  }
6125
6150
 
6126
6151
  /**
6127
- * DescribeServiceForApiApp请求参数结构体
6152
+ * api状态详情
6128
6153
  */
6129
- export interface DescribeServiceForApiAppRequest {
6154
+ export interface DescribeApisStatusResultApiIdStatusSetInfo {
6130
6155
  /**
6131
- * 待查询的服务唯一 ID。
6156
+ * 服务唯一ID。
6132
6157
  */
6133
6158
  ServiceId: string
6134
6159
 
6135
6160
  /**
6136
- * 服务所属的地域
6161
+ * API唯一ID。
6137
6162
  */
6138
- ApiRegion: string
6163
+ ApiId: string
6164
+
6165
+ /**
6166
+ * 用户自定义的 API 接口描述。
6167
+ 注意:此字段可能返回 null,表示取不到有效值。
6168
+ */
6169
+ ApiDesc: string
6170
+
6171
+ /**
6172
+ * 创建时间。按照 ISO8601 标准表示,并且使用 UTC 时间。格式为:YYYY-MM-DDThh:mm:ssZ。
6173
+ 注意:此字段可能返回 null,表示取不到有效值。
6174
+ */
6175
+ CreatedTime: string
6176
+
6177
+ /**
6178
+ * 最后修改时间。按照 ISO8601 标准表示,并且使用 UTC 时间。格式为:YYYY-MM-DDThh:mm:ssZ。
6179
+ 注意:此字段可能返回 null,表示取不到有效值。
6180
+ */
6181
+ ModifiedTime: string
6182
+
6183
+ /**
6184
+ * API 接口的名称。
6185
+ 注意:此字段可能返回 null,表示取不到有效值。
6186
+ */
6187
+ ApiName: string
6188
+
6189
+ /**
6190
+ * VPCID。
6191
+ 注意:此字段可能返回 null,表示取不到有效值。
6192
+ */
6193
+ VpcId: number
6194
+
6195
+ /**
6196
+ * VPC唯一ID。
6197
+ 注意:此字段可能返回 null,表示取不到有效值。
6198
+ */
6199
+ UniqVpcId: string
6200
+
6201
+ /**
6202
+ * API类型。取值为NORMAL(普通API)和TSF(微服务API)。
6203
+ 注意:此字段可能返回 null,表示取不到有效值。
6204
+ */
6205
+ ApiType: string
6206
+
6207
+ /**
6208
+ * API协议。
6209
+ 注意:此字段可能返回 null,表示取不到有效值。
6210
+ */
6211
+ Protocol: string
6212
+
6213
+ /**
6214
+ * 是否买后调试。(云市场预留字段)
6215
+ 注意:此字段可能返回 null,表示取不到有效值。
6216
+ */
6217
+ IsDebugAfterCharge: boolean
6218
+
6219
+ /**
6220
+ * API 鉴权类型。取值为SECRET(密钥对鉴权)、NONE(免鉴权)、OAUTH、EIAM。
6221
+ 注意:此字段可能返回 null,表示取不到有效值。
6222
+ */
6223
+ AuthType: string
6224
+
6225
+ /**
6226
+ * OAUTH API的类型。当AuthType 为 OAUTH时该字段有效, 取值为NORMAL(业务API)和 OAUTH(授权API)。
6227
+ 注意:此字段可能返回 null,表示取不到有效值。
6228
+ */
6229
+ ApiBusinessType: string
6230
+
6231
+ /**
6232
+ * 关联的授权API 唯一 ID,当AuthType为OAUTH且ApiBusinessType为NORMAL时生效。标示业务API绑定的oauth2.0授权API唯一ID。
6233
+ 注意:此字段可能返回 null,表示取不到有效值。
6234
+ */
6235
+ AuthRelationApiId: string
6236
+
6237
+ /**
6238
+ * OAUTH 配置信息。当AuthType是OAUTH时生效。
6239
+ 注意:此字段可能返回 null,表示取不到有效值。
6240
+ */
6241
+ OauthConfig: OauthConfig
6242
+
6243
+ /**
6244
+ * 授权API关联的业务API列表。
6245
+ 注意:此字段可能返回 null,表示取不到有效值。
6246
+ */
6247
+ RelationBuniessApiIds?: Array<string>
6248
+
6249
+ /**
6250
+ * API关联的标签信息。
6251
+ 注意:此字段可能返回 null,表示取不到有效值。
6252
+ */
6253
+ Tags: Array<ApigatewayTags>
6254
+
6255
+ /**
6256
+ * API 的路径,如 /path。
6257
+ 注意:此字段可能返回 null,表示取不到有效值。
6258
+ */
6259
+ Path: string
6260
+
6261
+ /**
6262
+ * API 的请求方法,如 GET。
6263
+ 注意:此字段可能返回 null,表示取不到有效值。
6264
+ */
6265
+ Method: string
6139
6266
  }
6140
6267
 
6141
6268
  /**
@@ -2295,10 +2295,15 @@ export interface CreateCallOutSessionRequest {
2295
2295
  Callee: string
2296
2296
 
2297
2297
  /**
2298
- * 主叫号码,须带 0086 前缀
2298
+ * 主叫号码(废弃,使用Callers),须带 0086 前缀
2299
2299
  */
2300
2300
  Caller?: string
2301
2301
 
2302
+ /**
2303
+ * 指定主叫号码列表,如果前面的号码失败了会自动换成下一个号码,须带 0086 前缀
2304
+ */
2305
+ Callers?: Array<string>
2306
+
2302
2307
  /**
2303
2308
  * 是否强制使用手机外呼,当前只支持 true,若为 true 请确保已配置白名单
2304
2309
  */
@@ -2886,7 +2886,7 @@ export interface DescribeDefaultParamsRequest {
2886
2886
  /**
2887
2887
  * 引擎版本,目前支持 ["5.1", "5.5", "5.6", "5.7", "8.0"]
2888
2888
  */
2889
- EngineVersion: string
2889
+ EngineVersion?: string
2890
2890
 
2891
2891
  /**
2892
2892
  * 默认参数模板类型。支持值包括:"HIGH_STABILITY" - 高稳定模板,"HIGH_PERFORMANCE" - 高性能模板。
@@ -20,7 +20,7 @@ import { ClientConfig } from "../../../common/interface"
20
20
  import {
21
21
  ModifyTaskRunStatusResponse,
22
22
  TaskGroupAction,
23
- TaskMonitor,
23
+ TaskGroupInstancesExecuteRules,
24
24
  TaskConfig,
25
25
  DeleteTaskRequest,
26
26
  TaskGroup,
@@ -39,6 +39,7 @@ import {
39
39
  DescribeTaskListResponse,
40
40
  TemplateGroupAction,
41
41
  DescribeTemplateListResponse,
42
+ TaskMonitor,
42
43
  TagWithDescribe,
43
44
  CreateTaskFromTemplateResponse,
44
45
  DeleteTaskResponse,
@@ -142,40 +142,26 @@ export interface TaskGroupAction {
142
142
  }
143
143
 
144
144
  /**
145
- * 监控指标
145
+ * 机器选取规则
146
146
  */
147
- export interface TaskMonitor {
148
- /**
149
- * 监控指标ID
150
- */
151
- TaskMonitorId: number
152
-
147
+ export interface TaskGroupInstancesExecuteRules {
153
148
  /**
154
- * 监控指标对象类型ID
155
- */
156
- TaskMonitorObjectTypeId: number
157
-
158
- /**
159
- * 指标名称
160
- */
161
- MetricName: string
162
-
163
- /**
164
- * 实例ID列表
165
- */
166
- InstancesIds: Array<string>
149
+ * 实例选取模式
150
+ 注意:此字段可能返回 null,表示取不到有效值。
151
+ */
152
+ TaskGroupInstancesExecuteMode?: number
167
153
 
168
154
  /**
169
- * 中文指标
155
+ * 按比例选取模式下选取比例
170
156
  注意:此字段可能返回 null,表示取不到有效值。
171
157
  */
172
- MetricChineseName: string
158
+ TaskGroupInstancesExecutePercent?: number
173
159
 
174
160
  /**
175
- * 单位
161
+ * 按数量选取模式下选取数量
176
162
  注意:此字段可能返回 null,表示取不到有效值。
177
163
  */
178
- Unit: string
164
+ TaskGroupInstancesExecuteNum?: number
179
165
  }
180
166
 
181
167
  /**
@@ -277,6 +263,23 @@ export interface TaskGroup {
277
263
  * 执行模式。1 --- 顺序执行,2 --- 阶段执行
278
264
  */
279
265
  TaskGroupMode: number
266
+
267
+ /**
268
+ * 不参演的实例列表
269
+ */
270
+ TaskGroupDiscardInstanceList?: Array<string>
271
+
272
+ /**
273
+ * 参演实例列表
274
+ 注意:此字段可能返回 null,表示取不到有效值。
275
+ */
276
+ TaskGroupSelectedInstanceList?: Array<string>
277
+
278
+ /**
279
+ * 机器选取规则
280
+ 注意:此字段可能返回 null,表示取不到有效值。
281
+ */
282
+ TaskGroupInstancesExecuteRule?: Array<TaskGroupInstancesExecuteRules>
280
283
  }
281
284
 
282
285
  /**
@@ -753,6 +756,43 @@ export interface DescribeTemplateListResponse {
753
756
  RequestId?: string
754
757
  }
755
758
 
759
+ /**
760
+ * 监控指标
761
+ */
762
+ export interface TaskMonitor {
763
+ /**
764
+ * 监控指标ID
765
+ */
766
+ TaskMonitorId: number
767
+
768
+ /**
769
+ * 监控指标对象类型ID
770
+ */
771
+ TaskMonitorObjectTypeId: number
772
+
773
+ /**
774
+ * 指标名称
775
+ */
776
+ MetricName: string
777
+
778
+ /**
779
+ * 实例ID列表
780
+ */
781
+ InstancesIds: Array<string>
782
+
783
+ /**
784
+ * 中文指标
785
+ 注意:此字段可能返回 null,表示取不到有效值。
786
+ */
787
+ MetricChineseName: string
788
+
789
+ /**
790
+ * 单位
791
+ 注意:此字段可能返回 null,表示取不到有效值。
792
+ */
793
+ Unit: string
794
+ }
795
+
756
796
  /**
757
797
  * 展示标签列表
758
798
  */
@@ -25,6 +25,7 @@ import {
25
25
  PostgreSQLModifyConnectParam,
26
26
  GroupInfoMember,
27
27
  RowParam,
28
+ RouteDTO,
28
29
  EsConnectParam,
29
30
  BatchCreateAclRequest,
30
31
  DescribeDatahubTaskResponse,
@@ -404,7 +405,7 @@ export class Client extends AbstractClient {
404
405
  }
405
406
 
406
407
  /**
407
- * 创建按量计费实例
408
+ * 由于出参需要更新,当前接口将会在未来版本中废弃,建议用户迁移使用 CreatePostPaidInstance 接口。创建按量计费实例。通常用于 SDK 或云 API 控制台调用接口,创建后付费 CKafka 实例。调用接口与在 CKafka 控制台购买按量付费实例效果相同。
408
409
  */
409
410
  async CreateInstancePost(
410
411
  req: CreateInstancePostRequest,
@@ -297,6 +297,17 @@ export interface RowParam {
297
297
  EntryDelimiter?: string
298
298
  }
299
299
 
300
+ /**
301
+ * RouteDTO
302
+ */
303
+ export interface RouteDTO {
304
+ /**
305
+ * RouteId11
306
+ 注意:此字段可能返回 null,表示取不到有效值。
307
+ */
308
+ RouteId?: number
309
+ }
310
+
300
311
  /**
301
312
  * Es连接源参数
302
313
  */
@@ -3012,6 +3023,12 @@ export interface OperateResponseData {
3012
3023
  注意:此字段可能返回 null,表示取不到有效值。
3013
3024
  */
3014
3025
  FlowId: number
3026
+
3027
+ /**
3028
+ * RouteIdDto
3029
+ 注意:此字段可能返回 null,表示取不到有效值。
3030
+ */
3031
+ RouteDTO?: RouteDTO
3015
3032
  }
3016
3033
 
3017
3034
  /**
@@ -6086,34 +6103,89 @@ export interface CreateInstancePostRequest {
6086
6103
  InstanceName: string
6087
6104
 
6088
6105
  /**
6089
- * 实例带宽
6106
+ * 实例内网峰值带宽。单位 MB/s。标准版需传入当前实例规格所对应的峰值带宽。注意如果创建的实例为专业版实例,峰值带宽,分区数等参数配置需要满足专业版的计费规格。
6090
6107
  */
6091
6108
  BandWidth: number
6092
6109
 
6093
6110
  /**
6094
- * vpcId,不填默认基础网络
6111
+ * 创建的实例默认接入点所在的 vpc 对应 vpcId。目前不支持创建基础网络实例,因此该参数必填
6095
6112
  */
6096
6113
  VpcId?: string
6097
6114
 
6098
6115
  /**
6099
- * 子网id,vpc网络需要传该参数,基础网络可以不传
6116
+ * 子网id。创建实例默认接入点所在的子网对应的子网 id
6100
6117
  */
6101
6118
  SubnetId?: string
6102
6119
 
6103
6120
  /**
6104
- * 可选。实例日志的最长保留时间,单位分钟,默认为10080(7天),最大30天,不填默认0,代表不开启日志保留时间回收策略
6121
+ * 实例规格。当创建标准版实例时必填,创建专业版实例时不需要填写。1:入门型;2:标准型;3:进阶型;4:容量型;5:高阶型1;6:高阶性2;7:高阶型3;8:高阶型4;9 :独占型
6122
+ */
6123
+ InstanceType?: number
6124
+
6125
+ /**
6126
+ * 实例日志的默认最长保留时间,单位分钟。不传入该参数时默认为 1440 分钟(1天),最大30天。当 topic 显式设置消息保留时间时,以 topic 保留时间为准
6105
6127
  */
6106
6128
  MsgRetentionTime?: number
6107
6129
 
6108
6130
  /**
6109
- * 可用区
6131
+ * 创建实例时可以选择集群Id, 该入参表示集群Id。不指定实例所在集群则不传入该参数
6132
+ */
6133
+ ClusterId?: number
6134
+
6135
+ /**
6136
+ * 实例版本。目前支持 "0.10.2","1.1.1","2.4.2","2.8.1"
6137
+ */
6138
+ KafkaVersion?: string
6139
+
6140
+ /**
6141
+ * 实例类型。"standard":标准版,"profession":专业版
6142
+ */
6143
+ SpecificationsType?: string
6144
+
6145
+ /**
6146
+ * 实例硬盘类型,"CLOUD_BASIC":云硬盘,"CLOUD_SSD":高速云硬盘。不传默认为 "CLOUD_BASIC"
6147
+ */
6148
+ DiskType?: string
6149
+
6150
+ /**
6151
+ * 实例硬盘大小,需要满足当前实例的计费规格
6152
+ */
6153
+ DiskSize?: number
6154
+
6155
+ /**
6156
+ * 实例最大分区数量,需要满足当前实例的计费规格
6157
+ */
6158
+ Partition?: number
6159
+
6160
+ /**
6161
+ * 实例最大 topic 数量,需要满足当前实例的计费规格
6162
+ */
6163
+ TopicNum?: number
6164
+
6165
+ /**
6166
+ * 实例所在的可用区。当创建多可用区实例时,该参数为创建的默认接入点所在的子网
6110
6167
  */
6111
6168
  ZoneId?: number
6112
6169
 
6113
6170
  /**
6114
- * 创建实例时可以选择集群Id, 该入参表示集群Id
6171
+ * 当前实例是否为多可用区实例。
6115
6172
  */
6116
- ClusterId?: number
6173
+ MultiZoneFlag?: boolean
6174
+
6175
+ /**
6176
+ * 当实例为多可用区实例时,多可用区 id 列表。注意参数 ZoneId 对应的多可用区需要包含在该参数数组中
6177
+ */
6178
+ ZoneIds?: Array<number>
6179
+
6180
+ /**
6181
+ * 购买实例数量。非必填,默认值为 1。当传入该参数时,会创建多个 instanceName 加后缀区分的实例
6182
+ */
6183
+ InstanceNum?: number
6184
+
6185
+ /**
6186
+ * 公网带宽大小,单位 Mbps。默认是没有加上免费 3Mbps 带宽。例如总共需要 3Mbps 公网带宽,此处传 0;总共需要 4Mbps 公网带宽,此处传 1
6187
+ */
6188
+ PublicNetworkMonthly?: number
6117
6189
  }
6118
6190
 
6119
6191
  /**
@@ -2388,7 +2388,8 @@ export interface HealthCheck {
2388
2388
  TimeOut?: number
2389
2389
 
2390
2390
  /**
2391
- * 健康检查探测间隔时间,默认值:5,可选值:5~300,单位:秒。
2391
+ * 健康检查探测间隔时间,默认值:5,IPv4 CLB实例的取值范围为:2-300,IPv6 CLB 实例的取值范围为:5-300。单位:秒。
2392
+ 说明:部分老旧 IPv4 CLB实例的取值范围为:5-300。
2392
2393
  注意:此字段可能返回 null,表示取不到有效值。
2393
2394
  */
2394
2395
  IntervalTime?: number