tencentcloud-sdk-nodejs 4.0.234 → 4.0.238

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 (82) hide show
  1. package/CHANGELOG.md +661 -97
  2. package/package.json +1 -1
  3. package/products.md +28 -28
  4. package/src/common/sdk_version.ts +1 -1
  5. package/src/services/as/v20180419/as_client.ts +0 -12
  6. package/src/services/as/v20180419/as_models.ts +0 -75
  7. package/src/services/ccc/v20200210/ccc_models.ts +6 -0
  8. package/src/services/cdn/v20180606/cdn_models.ts +15 -9
  9. package/src/services/cfs/v20190719/cfs_models.ts +2 -2
  10. package/src/services/cfw/v20190904/cfw_client.ts +1 -1
  11. package/src/services/cfw/v20190904/cfw_models.ts +6 -1
  12. package/src/services/clb/v20180317/clb_models.ts +15 -8
  13. package/src/services/cloudaudit/v20190319/cloudaudit_models.ts +6 -0
  14. package/src/services/cme/v20191029/cme_client.ts +80 -26
  15. package/src/services/cme/v20191029/cme_models.ts +470 -52
  16. package/src/services/cpdp/v20190820/cpdp_client.ts +592 -279
  17. package/src/services/cpdp/v20190820/cpdp_models.ts +10255 -6695
  18. package/src/services/cvm/v20170312/cvm_models.ts +3 -3
  19. package/src/services/cynosdb/v20190107/cynosdb_models.ts +22 -11
  20. package/src/services/dcdb/v20180411/dcdb_models.ts +8 -4
  21. package/src/services/live/v20180801/live_client.ts +2 -2
  22. package/src/services/mariadb/v20170312/mariadb_client.ts +24 -0
  23. package/src/services/mariadb/v20170312/mariadb_models.ts +61 -1
  24. package/src/services/monitor/v20180724/monitor_models.ts +1 -1
  25. package/src/services/mrs/v20200910/mrs_client.ts +11 -5
  26. package/src/services/mrs/v20200910/mrs_models.ts +249 -81
  27. package/src/services/oceanus/v20190422/oceanus_models.ts +15 -5
  28. package/src/services/ocr/v20181119/ocr_models.ts +2 -2
  29. package/src/services/scf/v20180416/scf_models.ts +10 -0
  30. package/src/services/sms/v20210111/sms_models.ts +18 -6
  31. package/src/services/tcb/v20180608/tcb_client.ts +18 -6
  32. package/src/services/tcb/v20180608/tcb_models.ts +87 -0
  33. package/src/services/tiw/v20190919/tiw_models.ts +5 -4
  34. package/src/services/tse/v20201207/tse_models.ts +24 -0
  35. package/src/services/tsf/v20180326/tsf_models.ts +146 -16
  36. package/src/services/vod/v20180717/vod_models.ts +1 -0
  37. package/src/services/vpc/v20170312/vpc_models.ts +26 -1
  38. package/tencentcloud/common/sdk_version.d.ts +1 -1
  39. package/tencentcloud/common/sdk_version.js +1 -1
  40. package/tencentcloud/services/as/v20180419/as_client.d.ts +1 -5
  41. package/tencentcloud/services/as/v20180419/as_client.js +0 -6
  42. package/tencentcloud/services/as/v20180419/as_models.d.ts +0 -62
  43. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +5 -0
  44. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +14 -8
  45. package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +2 -2
  46. package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +1 -1
  47. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +6 -1
  48. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +12 -5
  49. package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_models.d.ts +5 -0
  50. package/tencentcloud/services/cme/v20191029/cme_client.d.ts +26 -10
  51. package/tencentcloud/services/cme/v20191029/cme_client.js +36 -12
  52. package/tencentcloud/services/cme/v20191029/cme_models.d.ts +410 -47
  53. package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +109 -13
  54. package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +162 -18
  55. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +8930 -5949
  56. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +3 -3
  57. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +17 -6
  58. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +7 -4
  59. package/tencentcloud/services/live/v20180801/live_client.d.ts +2 -2
  60. package/tencentcloud/services/live/v20180801/live_client.js +2 -2
  61. package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +9 -1
  62. package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +12 -0
  63. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +53 -1
  64. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +1 -1
  65. package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +220 -75
  66. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +12 -4
  67. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +2 -2
  68. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +8 -0
  69. package/tencentcloud/services/sms/v20210111/sms_models.d.ts +15 -5
  70. package/tencentcloud/services/tcb/v20180608/tcb_client.d.ts +7 -3
  71. package/tencentcloud/services/tcb/v20180608/tcb_client.js +9 -3
  72. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +72 -0
  73. package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +5 -4
  74. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +20 -0
  75. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +120 -16
  76. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +1 -0
  77. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +21 -1
  78. package/test/as.v20180419.test.js +0 -10
  79. package/test/cme.v20191029.test.js +46 -6
  80. package/test/cpdp.v20190820.test.js +252 -12
  81. package/test/mariadb.v20170312.test.js +20 -0
  82. package/test/tcb.v20180608.test.js +12 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.234",
3
+ "version": "4.0.238",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -12,7 +12,7 @@
12
12
  | ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2021-11-10 08:02:03 |
13
13
  | api | [云 API](https://cloud.tencent.com/document/product/546) | 2021-04-25 10:09:57 |
14
14
  | apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2021-11-10 08:02:05 |
15
- | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2021-11-10 08:02:21 |
15
+ | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2021-11-15 08:04:22 |
16
16
  | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2021-11-10 08:02:28 |
17
17
  | asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2021-11-10 08:02:31 |
18
18
  | ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2021-11-10 08:02:33 |
@@ -30,36 +30,36 @@
30
30
  | captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2021-11-10 08:03:17 |
31
31
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2021-11-10 08:03:19 |
32
32
  | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2021-11-10 08:03:22 |
33
- | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2021-11-10 08:03:27 |
33
+ | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2021-11-16 08:06:45 |
34
34
  | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2021-11-11 10:57:53 |
35
- | cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2021-11-10 08:03:45 |
35
+ | cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2021-11-16 08:07:04 |
36
36
  | cds | [数据安全审计](https://cloud.tencent.com/document/product/856) | 2021-11-10 08:03:57 |
37
- | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2021-11-10 08:03:58 |
38
- | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2021-11-10 08:04:01 |
37
+ | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2021-11-17 08:07:53 |
38
+ | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2021-11-17 08:07:57 |
39
39
  | chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2021-11-10 08:04:08 |
40
40
  | cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2021-11-10 08:04:09 |
41
41
  | cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
42
42
  | cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
43
43
  | ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2021-11-10 08:04:10 |
44
- | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2021-11-11 10:58:59 |
45
- | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2021-11-10 08:04:26 |
44
+ | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2021-11-17 08:08:17 |
45
+ | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2021-11-16 08:07:51 |
46
46
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2021-11-10 08:04:28 |
47
47
  | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2021-11-10 08:04:30 |
48
- | cme | [腾讯云剪](https://cloud.tencent.com/document/product/1156) | 2021-11-10 08:04:37 |
48
+ | cme | [腾讯云剪](https://cloud.tencent.com/document/product/1156) | 2021-11-17 08:08:41 |
49
49
  | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2021-11-10 08:04:45 |
50
50
  | cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
51
- | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2021-11-10 08:04:48 |
51
+ | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2021-11-17 08:08:58 |
52
52
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
53
- | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2021-11-11 11:00:00 |
53
+ | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2021-11-17 08:09:38 |
54
54
  | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2021-11-10 08:05:17 |
55
55
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
56
- | cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2021-11-10 08:05:43 |
56
+ | cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2021-11-17 08:10:15 |
57
57
  | dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2021-11-10 08:05:47 |
58
58
  | dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2021-11-10 08:05:59 |
59
59
  | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2021-11-10 08:06:00 |
60
- | dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2021-11-10 08:06:04 |
60
+ | dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2021-11-17 08:10:41 |
61
61
  | dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2021-11-10 08:06:10 |
62
- | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2021-11-10 08:06:15 |
62
+ | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2021-11-17 08:10:54 |
63
63
  | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2021-11-10 08:06:19 |
64
64
  | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2021-11-10 08:06:23 |
65
65
  | ds | [电子合同服务](https://cloud.tencent.com/document/product/869) | 2021-11-10 08:06:24 |
@@ -73,7 +73,7 @@
73
73
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2021-11-10 08:06:57 |
74
74
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2021-11-10 08:07:00 |
75
75
  | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2021-11-10 08:07:03 |
76
- | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2021-11-10 08:07:05 |
76
+ | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2021-11-16 08:10:32 |
77
77
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2021-11-10 08:07:06 |
78
78
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2021-11-10 08:07:11 |
79
79
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2021-11-10 08:07:13 |
@@ -97,24 +97,24 @@
97
97
  | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2021-11-10 08:08:20 |
98
98
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2021-11-10 08:08:25 |
99
99
  | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2021-10-20 08:12:10 |
100
- | live | [云直播](https://cloud.tencent.com/document/product/267) | 2021-11-10 08:08:31 |
100
+ | live | [云直播](https://cloud.tencent.com/document/product/267) | 2021-11-16 08:12:07 |
101
101
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2021-11-10 08:08:46 |
102
- | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2021-11-10 08:08:47 |
102
+ | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2021-11-17 08:13:35 |
103
103
  | market | [云市场](https://cloud.tencent.com/document/product/306) | 2021-11-10 08:08:54 |
104
104
  | memcached | [云数据库 Memcached](https://cloud.tencent.com/document/product) | 2020-08-24 08:07:49 |
105
105
  | mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2021-11-10 08:08:55 |
106
106
  | mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2021-11-10 08:08:55 |
107
107
  | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2021-11-10 08:08:57 |
108
- | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2021-11-10 08:08:58 |
108
+ | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2021-11-15 08:10:59 |
109
109
  | mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2021-11-10 08:09:09 |
110
- | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2021-11-10 08:09:20 |
110
+ | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2021-11-16 08:13:00 |
111
111
  | ms | [移动应用安全](https://cloud.tencent.com/document/product) | 2020-06-05 08:13:52 |
112
112
  | msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2021-11-10 08:09:22 |
113
113
  | mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
114
114
  | nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2021-11-10 08:09:23 |
115
115
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
116
- | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2021-11-10 08:09:27 |
117
- | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2021-11-11 11:06:04 |
116
+ | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2021-11-15 08:11:30 |
117
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2021-11-12 08:07:55 |
118
118
  | organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2021-11-10 08:09:46 |
119
119
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2021-11-10 08:09:47 |
120
120
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2021-11-10 08:09:50 |
@@ -125,10 +125,10 @@
125
125
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2021-11-10 08:10:03 |
126
126
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2021-11-10 08:10:04 |
127
127
  | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2021-11-10 08:10:05 |
128
- | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2021-11-10 08:10:06 |
128
+ | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2021-11-17 08:14:54 |
129
129
  | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2021-11-10 08:10:13 |
130
130
  | smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2021-11-10 08:10:15 |
131
- | sms | [短信](https://cloud.tencent.com/document/product/382) | 2021-11-11 11:07:03 |
131
+ | sms | [短信](https://cloud.tencent.com/document/product/382) | 2021-11-16 08:13:49 |
132
132
  | soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2021-11-10 08:10:17 |
133
133
  | solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
134
134
  | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2021-11-10 08:10:19 |
@@ -145,7 +145,7 @@
145
145
  | tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
146
146
  | tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2021-11-10 08:10:55 |
147
147
  | tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2021-11-10 08:10:55 |
148
- | tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2021-11-10 08:11:02 |
148
+ | tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2021-11-15 08:13:00 |
149
149
  | tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2021-11-10 08:11:12 |
150
150
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
151
151
  | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2021-11-10 15:03:56 |
@@ -160,21 +160,21 @@
160
160
  | tiems | [智能钛弹性模型服务](https://cloud.tencent.com/document/product/1120) | 2021-11-10 08:11:38 |
161
161
  | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2021-11-10 08:11:42 |
162
162
  | tione | [智能钛机器学习平台](https://cloud.tencent.com/document/product/851) | 2021-11-10 08:11:45 |
163
- | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2021-11-10 08:11:49 |
163
+ | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2021-11-16 08:15:27 |
164
164
  | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2021-11-10 08:11:53 |
165
165
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
166
166
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2021-11-10 08:12:05 |
167
167
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2021-11-10 08:12:05 |
168
168
  | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2021-11-11 11:09:51 |
169
- | tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2021-11-10 08:12:10 |
170
- | tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2021-11-10 08:12:11 |
169
+ | tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2021-11-16 08:15:49 |
170
+ | tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2021-11-12 08:10:33 |
171
171
  | tsw | [腾讯微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2021-11-10 08:12:32 |
172
172
  | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2021-11-10 08:12:33 |
173
173
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2021-11-10 08:12:34 |
174
174
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2021-11-10 08:12:36 |
175
175
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2021-11-10 08:12:38 |
176
- | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2021-11-10 08:12:39 |
177
- | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2021-11-10 08:12:58 |
176
+ | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2021-11-17 08:17:34 |
177
+ | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2021-11-17 08:17:56 |
178
178
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2021-11-10 08:13:28 |
179
179
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2021-11-10 08:13:30 |
180
180
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.234"
1
+ export const sdkVersion = "4.0.238"
@@ -28,12 +28,10 @@ import {
28
28
  DescribeAutoScalingGroupsRequest,
29
29
  CreateAutoScalingGroupResponse,
30
30
  DescribeAccountLimitsResponse,
31
- CreatePaiInstanceResponse,
32
31
  CreateLaunchConfigurationResponse,
33
32
  CreateLifecycleHookResponse,
34
33
  ClearLaunchConfigurationAttributesResponse,
35
34
  DescribeAutoScalingGroupsResponse,
36
- CreatePaiInstanceRequest,
37
35
  SystemDisk,
38
36
  SpotMarketOptions,
39
37
  StopAutoScalingInstancesResponse,
@@ -262,16 +260,6 @@ export class Client extends AbstractClient {
262
260
  return this.request("StartAutoScalingInstances", req, cb)
263
261
  }
264
262
 
265
- /**
266
- * 本接口 (CreatePaiInstance) 用于创建一个指定配置的PAI实例。
267
- */
268
- async CreatePaiInstance(
269
- req: CreatePaiInstanceRequest,
270
- cb?: (error: string, rep: CreatePaiInstanceResponse) => void
271
- ): Promise<CreatePaiInstanceResponse> {
272
- return this.request("CreatePaiInstance", req, cb)
273
- }
274
-
275
263
  /**
276
264
  * 本接口(UpgradeLaunchConfiguration)用于升级启动配置。
277
265
 
@@ -466,21 +466,6 @@ export interface DescribeAccountLimitsResponse {
466
466
  RequestId?: string
467
467
  }
468
468
 
469
- /**
470
- * CreatePaiInstance返回参数结构体
471
- */
472
- export interface CreatePaiInstanceResponse {
473
- /**
474
- * 当通过本接口来创建实例时会返回该参数,表示一个或多个实例`ID`。返回实例`ID`列表并不代表实例创建成功,可根据 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口查询返回的InstancesSet中对应实例的`ID`的状态来判断创建是否完成;如果实例状态由“准备中”变为“正在运行”,则为创建成功。
475
- */
476
- InstanceIdSet: Array<string>
477
-
478
- /**
479
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
480
- */
481
- RequestId?: string
482
- }
483
-
484
469
  /**
485
470
  * CreateLaunchConfiguration返回参数结构体
486
471
  */
@@ -541,66 +526,6 @@ export interface DescribeAutoScalingGroupsResponse {
541
526
  RequestId?: string
542
527
  }
543
528
 
544
- /**
545
- * CreatePaiInstance请求参数结构体
546
- */
547
- export interface CreatePaiInstanceRequest {
548
- /**
549
- * PAI实例的域名。
550
- */
551
- DomainName: string
552
-
553
- /**
554
- * 公网带宽相关信息设置。
555
- */
556
- InternetAccessible: InternetAccessible
557
-
558
- /**
559
- * 启动脚本的base64编码字符串。
560
- */
561
- InitScript?: string
562
-
563
- /**
564
- * 可用区列表。
565
- */
566
- Zones?: Array<string>
567
-
568
- /**
569
- * VPC ID。
570
- */
571
- VpcId?: string
572
-
573
- /**
574
- * 子网列表。
575
- */
576
- SubnetIds?: Array<string>
577
-
578
- /**
579
- * 实例显示名称。
580
- */
581
- InstanceName?: string
582
-
583
- /**
584
- * 实例机型列表。
585
- */
586
- InstanceTypes?: Array<string>
587
-
588
- /**
589
- * 实例登录设置。
590
- */
591
- LoginSettings?: LoginSettings
592
-
593
- /**
594
- * 实例计费类型。
595
- */
596
- InstanceChargeType?: string
597
-
598
- /**
599
- * 预付费模式,即包年包月相关参数设置。通过该参数可以指定包年包月实例的购买时长、是否设置自动续费等属性。若指定实例的付费模式为预付费则该参数必传。
600
- */
601
- InstanceChargePrepaid?: InstanceChargePrepaid
602
- }
603
-
604
529
  /**
605
530
  * 启动配置的系统盘配置信息。若不指定该参数,则按照系统默认值进行分配。
606
531
  */
@@ -587,6 +587,12 @@ notInService 不在服务区
587
587
  注意:此字段可能返回 null,表示取不到有效值。
588
588
  */
589
589
  ProtectedCallee: string
590
+
591
+ /**
592
+ * 客户自定义数据(User-to-User Interface)
593
+ 注意:此字段可能返回 null,表示取不到有效值。
594
+ */
595
+ Uui: string
590
596
  }
591
597
 
592
598
  /**
@@ -787,13 +787,15 @@ export interface CreateClsLogTopicResponse {
787
787
  */
788
788
  export interface RemoteAuthenticationRule {
789
789
  /**
790
- * 远程鉴权服务http url
791
- */
790
+ * 远程鉴权Server。
791
+ 默认值:和上层配置的"Server"一致;
792
+ */
792
793
  Server: string
793
794
 
794
795
  /**
795
- * 请求远程鉴权服务器的http方法;取值范围[get,post,head,all]; all 表示不限制请求方法;
796
- all: 不指定访问访问方法;
796
+ * 请求远程鉴权服务器的http方法;取值范围[get,post,head,all];
797
+ all: 表示"遵循终端用户请求方法"
798
+ 默认值: all
797
799
  */
798
800
  AuthMethod: string
799
801
 
@@ -801,8 +803,9 @@ all: 不指定访问访问方法;
801
803
  * 规则类型:
802
804
  all:所有文件生效
803
805
  file:指定文件后缀生效
804
- directory:指定路径生效
805
- path:指定绝对路径生效
806
+ directory:指定目录生效
807
+ path:指定文件绝对路径生效
808
+ 默认值:all
806
809
  */
807
810
  RuleType: string
808
811
 
@@ -813,19 +816,22 @@ file 时填充后缀名,如 jpg、txt
813
816
  directory 时填充路径,如 /xxx/test
814
817
  path 时填充绝对路径,如 /xxx/test.html
815
818
  index 时填充 /
819
+ 默认值:*
816
820
  */
817
821
  RulePaths: Array<string>
818
822
 
819
823
  /**
820
824
  * 请求远程鉴权服务器超时时间,单位毫秒;
821
825
  取值范围:[1,30 000]
826
+ 默认值:20000
822
827
  */
823
828
  AuthTimeout: number
824
829
 
825
830
  /**
826
831
  * 请求远程鉴权服务器超时后执行拦截或者放行;
827
832
  RETURN_200: 超时后放行;
828
- RETURN_403:超时返回403;
833
+ RETURN_403:超时拦截;
834
+ 默认值:RETURN_200
829
835
  */
830
836
  AuthTimeoutAction: string
831
837
  }
@@ -8183,8 +8189,8 @@ export interface StatusCodeCacheRule {
8183
8189
 
8184
8190
  /**
8185
8191
  * 远程鉴权规则配置,可以包含多种规则配置。
8186
- RemoteAuthenticationRule 和Server 互斥,配置其中一个。
8187
- 若只配置Server ,规则参数将采用默认参数;
8192
+ RemoteAuthenticationRules和Server 互斥,只需要配置其中一个。
8193
+ 若只配置Server ,RemoteAuthenticationRules中详细规则参数将采用默认参数;默认参数值见各个配置项中说明;
8188
8194
  */
8189
8195
  export interface RemoteAuthentication {
8190
8196
  /**
@@ -487,12 +487,12 @@ export interface DescribeCfsFileSystemsResponse {
487
487
  /**
488
488
  * 文件系统信息
489
489
  */
490
- FileSystems?: Array<FileSystemInfo>
490
+ FileSystems: Array<FileSystemInfo>
491
491
 
492
492
  /**
493
493
  * 文件系统总数
494
494
  */
495
- TotalCount?: number
495
+ TotalCount: number
496
496
 
497
497
  /**
498
498
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -214,7 +214,7 @@ export class Client extends AbstractClient {
214
214
  * 中止安全组规则下发
215
215
  */
216
216
  async StopSecurityGroupRuleDispatch(
217
- req?: StopSecurityGroupRuleDispatchRequest,
217
+ req: StopSecurityGroupRuleDispatchRequest,
218
218
  cb?: (error: string, rep: StopSecurityGroupRuleDispatchResponse) => void
219
219
  ): Promise<StopSecurityGroupRuleDispatchResponse> {
220
220
  return this.request("StopSecurityGroupRuleDispatch", req, cb)
@@ -3338,7 +3338,12 @@ export interface ModifyAllRuleStatusResponse {
3338
3338
  /**
3339
3339
  * StopSecurityGroupRuleDispatch请求参数结构体
3340
3340
  */
3341
- export type StopSecurityGroupRuleDispatchRequest = null
3341
+ export interface StopSecurityGroupRuleDispatchRequest {
3342
+ /**
3343
+ * 值为1,中止全部
3344
+ */
3345
+ StopType?: number
3346
+ }
3342
3347
 
3343
3348
  /**
3344
3349
  * DescribeGuideScanInfo请求参数结构体
@@ -4074,12 +4074,12 @@ export interface CreateLoadBalancerSnatIpsRequest {
4074
4074
  LoadBalancerId: string
4075
4075
 
4076
4076
  /**
4077
- * 添加SnatIp信息,可指定IP申请,或者指定子网自动申请。
4077
+ * 添加的SnatIp信息,可指定IP申请,或者指定子网自动申请。单个CLB实例可申请的默认上限为10个。
4078
4078
  */
4079
4079
  SnatIps: Array<SnatIp>
4080
4080
 
4081
4081
  /**
4082
- * 添加SnatIp个数,与SnatIps一起使用,当指定Ip时,不能指定创建SnatIp个数。
4082
+ * 添加的SnatIp的个数,可与SnatIps一起使用,但若指定IP时,则不能指定创建的SnatIp个数。默认值为1,数量上限与用户配置有关,默认上限为10。
4083
4083
  */
4084
4084
  Number?: number
4085
4085
  }
@@ -4439,18 +4439,25 @@ export interface SetLoadBalancerClsLogRequest {
4439
4439
  LoadBalancerId: string
4440
4440
 
4441
4441
  /**
4442
- * 日志服务(CLS)的日志集ID。
4443
- */
4442
+ * 日志服务(CLS)的日志集 ID。
4443
+ <li>增加和更新日志主题时可调用 [DescribeLogsets](https://cloud.tencent.com/document/product/614/56454) 接口获取日志集 ID。</li>
4444
+ <li>删除日志主题时,此参数填写为null即可。</li>
4445
+ */
4444
4446
  LogSetId: string
4445
4447
 
4446
4448
  /**
4447
- * 日志服务(CLS)的日志主题ID。
4448
- */
4449
+ * 日志服务(CLS)的日志主题 ID。
4450
+ <li>增加和更新日志主题时可调用 [DescribeTopics](https://cloud.tencent.com/document/product/614/58624) 接口获取日志主题 ID。</li>
4451
+ <li>删除日志主题时,此参数填写为null即可。</li>
4452
+ */
4449
4453
  LogTopicId: string
4450
4454
 
4451
4455
  /**
4452
- * 日志类型,ACCESS:访问日志,HEALTH:健康检查日志,默认ACCESS。
4453
- */
4456
+ * 日志类型:
4457
+ <li>ACCESS:访问日志</li>
4458
+ <li>HEALTH:健康检查日志</li>
4459
+ 默认为ACCESS。
4460
+ */
4454
4461
  LogType?: string
4455
4462
  }
4456
4463
 
@@ -175,6 +175,12 @@ export interface DescribeEventsResponse {
175
175
  */
176
176
  Events: Array<Event>
177
177
 
178
+ /**
179
+ * 总数
180
+ 注意:此字段可能返回 null,表示取不到有效值。
181
+ */
182
+ TotalCount: number
183
+
178
184
  /**
179
185
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
180
186
  */