tencentcloud-sdk-nodejs 4.0.349 → 4.0.352

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 (74) hide show
  1. package/CHANGELOG.md +265 -0
  2. package/SERVICE_CHANGELOG.md +281 -30
  3. package/package.json +1 -1
  4. package/products.md +23 -22
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/cbs/v20170312/cbs_models.ts +48 -20
  7. package/src/services/ccc/v20200210/ccc_models.ts +2 -2
  8. package/src/services/cfw/v20190904/cfw_models.ts +5 -5
  9. package/src/services/ckafka/v20190819/ckafka_models.ts +1 -1
  10. package/src/services/cwp/v20180228/cwp_models.ts +17 -2
  11. package/src/services/dbdc/index.ts +5 -0
  12. package/src/services/dbdc/v20201029/dbdc_client.ts +97 -0
  13. package/src/services/dbdc/v20201029/dbdc_models.ts +817 -0
  14. package/src/services/dbdc/v20201029/index.ts +6 -0
  15. package/src/services/dcdb/v20180411/dcdb_client.ts +12 -0
  16. package/src/services/dcdb/v20180411/dcdb_models.ts +25 -0
  17. package/src/services/dlc/v20210125/dlc_models.ts +32 -0
  18. package/src/services/index.ts +1 -0
  19. package/src/services/kms/v20190118/kms_models.ts +39 -0
  20. package/src/services/lighthouse/v20200324/lighthouse_models.ts +1 -1
  21. package/src/services/organization/v20210331/organization_client.ts +14 -2
  22. package/src/services/organization/v20210331/organization_models.ts +53 -12
  23. package/src/services/redis/v20180412/redis_client.ts +24 -0
  24. package/src/services/redis/v20180412/redis_models.ts +80 -0
  25. package/src/services/sqlserver/v20180328/sqlserver_models.ts +1 -1
  26. package/src/services/ssl/v20191205/ssl_client.ts +1 -0
  27. package/src/services/ssl/v20191205/ssl_models.ts +23 -0
  28. package/src/services/tcr/v20190924/tcr_models.ts +2 -2
  29. package/src/services/vod/v20180717/vod_client.ts +3 -2
  30. package/src/services/vod/v20180717/vod_models.ts +155 -155
  31. package/src/services/vpc/v20170312/vpc_client.ts +1 -1
  32. package/src/services/vpc/v20170312/vpc_models.ts +25 -2
  33. package/tencentcloud/common/sdk_version.d.ts +1 -1
  34. package/tencentcloud/common/sdk_version.js +1 -1
  35. package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +42 -19
  36. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +2 -2
  37. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +5 -5
  38. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +1 -1
  39. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +14 -2
  40. package/tencentcloud/services/dbdc/index.d.ts +6 -0
  41. package/tencentcloud/services/dbdc/index.js +7 -0
  42. package/tencentcloud/services/dbdc/v20201029/dbdc_client.d.ts +30 -0
  43. package/tencentcloud/services/dbdc/v20201029/dbdc_client.js +61 -0
  44. package/tencentcloud/services/dbdc/v20201029/dbdc_models.d.ts +658 -0
  45. package/tencentcloud/services/dbdc/v20201029/dbdc_models.js +18 -0
  46. package/tencentcloud/services/dbdc/v20201029/index.d.ts +6 -0
  47. package/tencentcloud/services/dbdc/v20201029/index.js +9 -0
  48. package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +5 -1
  49. package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +6 -0
  50. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +22 -0
  51. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +26 -0
  52. package/tencentcloud/services/index.d.ts +1 -0
  53. package/tencentcloud/services/index.js +2 -0
  54. package/tencentcloud/services/kms/v20190118/kms_models.d.ts +32 -0
  55. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +1 -1
  56. package/tencentcloud/services/organization/v20210331/organization_client.d.ts +5 -1
  57. package/tencentcloud/services/organization/v20210331/organization_client.js +6 -0
  58. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +47 -12
  59. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +9 -1
  60. package/tencentcloud/services/redis/v20180412/redis_client.js +12 -0
  61. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +68 -0
  62. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +1 -1
  63. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +19 -0
  64. package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +2 -2
  65. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +1 -0
  66. package/tencentcloud/services/vod/v20180717/vod_client.js +1 -0
  67. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +131 -131
  68. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +1 -1
  69. package/tencentcloud/services/vpc/v20170312/vpc_client.js +1 -1
  70. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +21 -2
  71. package/test/dbdc.v20201029.test.js +71 -0
  72. package/test/dcdb.v20180411.test.js +10 -0
  73. package/test/organization.v20210331.test.js +10 -0
  74. package/test/redis.v20180412.test.js +20 -0
package/products.md CHANGED
@@ -17,7 +17,7 @@
17
17
  | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-05-26 06:06:08 |
18
18
  | asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2022-04-04 06:08:40 |
19
19
  | ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2022-04-04 06:08:45 |
20
- | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2022-05-23 06:02:46 |
20
+ | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2022-05-31 06:04:46 |
21
21
  | bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2022-05-09 06:02:49 |
22
22
  | bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2022-05-13 18:34:36 |
23
23
  | billing | [计费相关](https://cloud.tencent.com/document/product/555) | 2022-04-04 06:09:17 |
@@ -34,20 +34,20 @@
34
34
  | car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2022-04-27 06:05:49 |
35
35
  | casb | [云数据加密代理网关](https://cloud.tencent.com/document/product/1303) | 2022-04-04 06:11:55 |
36
36
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-05-23 06:03:34 |
37
- | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-04-21 06:07:31 |
38
- | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-05-24 06:07:44 |
37
+ | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-05-31 06:05:45 |
38
+ | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-05-31 06:05:55 |
39
39
  | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-05-19 06:08:10 |
40
40
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2022-05-16 17:18:07 |
41
41
  | cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-05-20 06:02:50 |
42
42
  | cds | [数据安全审计](https://cloud.tencent.com/document/product/856) | 2022-04-04 06:17:07 |
43
43
  | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2022-05-24 06:08:29 |
44
44
  | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2022-04-04 06:17:16 |
45
- | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2022-05-12 06:07:30 |
45
+ | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2022-05-31 06:06:47 |
46
46
  | chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2022-05-26 06:08:04 |
47
47
  | cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-04-04 06:18:39 |
48
48
  | cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
49
49
  | cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
50
- | ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-05-16 06:05:48 |
50
+ | ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-05-31 06:07:03 |
51
51
  | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-05-11 06:06:40 |
52
52
  | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2022-05-25 06:05:44 |
53
53
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-04-04 06:21:17 |
@@ -57,16 +57,17 @@
57
57
  | cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
58
58
  | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-05-20 06:04:11 |
59
59
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
60
- | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-05-26 06:09:19 |
61
- | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-05-25 06:06:46 |
60
+ | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-05-31 06:08:24 |
61
+ | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-05-31 06:08:47 |
62
62
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
63
63
  | cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2022-05-27 06:07:33 |
64
- | dasb | [堡垒机](https://cloud.tencent.com/document/product/1025) | 2022-05-26 06:10:06 |
64
+ | dasb | [堡垒机](https://cloud.tencent.com/document/product/1025) | 2022-05-31 06:09:23 |
65
65
  | dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2022-04-04 06:33:41 |
66
66
  | dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2022-04-25 06:05:43 |
67
+ | dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2022-05-31 17:05:07 |
67
68
  | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2022-04-13 06:36:47 |
68
- | dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2022-05-25 06:07:44 |
69
- | dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2022-05-26 18:17:40 |
69
+ | dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2022-05-31 06:09:47 |
70
+ | dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2022-06-01 06:09:45 |
70
71
  | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2022-05-19 06:11:31 |
71
72
  | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2022-05-24 06:11:36 |
72
73
  | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2022-04-04 06:38:48 |
@@ -103,14 +104,14 @@
103
104
  | ims | [图片内容检测](https://cloud.tencent.com/document/product/1125) | 2022-05-26 06:12:53 |
104
105
  | iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2022-04-04 06:48:08 |
105
106
  | iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2022-05-27 06:10:42 |
106
- | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2022-05-25 06:10:34 |
107
+ | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2022-06-01 06:12:16 |
107
108
  | iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2022-04-04 06:49:46 |
108
109
  | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2022-04-04 06:49:51 |
109
110
  | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-04-04 06:51:27 |
110
111
  | ivld | [视频智能标签](https://cloud.tencent.com/document/product/1509) | 2022-05-26 17:59:01 |
111
- | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2022-04-04 06:53:19 |
112
- | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-05-20 06:14:11 |
113
- | live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-05-20 06:14:21 |
112
+ | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2022-06-01 06:12:55 |
113
+ | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-06-01 06:13:02 |
114
+ | live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-05-30 06:10:06 |
114
115
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
115
116
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
116
117
  | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-05-25 06:11:46 |
@@ -129,13 +130,13 @@
129
130
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
130
131
  | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-05-23 06:11:33 |
131
132
  | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-05-24 06:16:42 |
132
- | organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2022-04-04 07:01:46 |
133
+ | organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2022-05-30 06:11:27 |
133
134
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2022-04-04 07:01:49 |
134
135
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-04-04 07:02:02 |
135
136
  | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2022-05-09 06:11:56 |
136
137
  | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2022-04-04 07:02:49 |
137
138
  | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2022-04-21 06:16:10 |
138
- | redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2022-05-18 06:15:32 |
139
+ | redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2022-05-30 06:11:47 |
139
140
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2022-04-04 07:04:04 |
140
141
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
141
142
  | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2022-04-04 07:04:08 |
@@ -146,9 +147,9 @@
146
147
  | sms | [短信](https://cloud.tencent.com/document/product/382) | 2022-04-14 06:16:29 |
147
148
  | soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2022-05-26 06:16:15 |
148
149
  | solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
149
- | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2022-05-23 06:12:44 |
150
+ | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2022-05-31 06:16:15 |
150
151
  | ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2022-04-22 06:14:46 |
151
- | ssl | [证书](https://cloud.tencent.com/document/product/400) | 2022-05-20 06:17:18 |
152
+ | ssl | [证书](https://cloud.tencent.com/document/product/400) | 2022-06-01 06:15:43 |
152
153
  | sslpod | [SSL 证书监控](https://cloud.tencent.com/document/product/1084) | 2022-04-04 07:07:55 |
153
154
  | ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2022-04-04 07:08:00 |
154
155
  | sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2022-05-18 06:16:35 |
@@ -164,7 +165,7 @@
164
165
  | tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-04-04 07:10:49 |
165
166
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
166
167
  | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-05-24 06:18:55 |
167
- | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2022-04-08 06:13:14 |
168
+ | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2022-06-01 06:16:29 |
168
169
  | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-05-25 06:15:02 |
169
170
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-04-04 07:15:36 |
170
171
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2022-04-04 07:15:50 |
@@ -180,7 +181,7 @@
180
181
  | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-05-13 06:18:48 |
181
182
  | tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2022-04-04 07:17:26 |
182
183
  | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2022-05-17 06:17:19 |
183
- | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-05-23 06:14:59 |
184
+ | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-05-31 06:18:37 |
184
185
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
185
186
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-04-04 07:18:11 |
186
187
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2022-05-19 06:19:37 |
@@ -192,8 +193,8 @@
192
193
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2022-04-04 07:22:44 |
193
194
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-05-10 06:14:42 |
194
195
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-04-04 07:22:54 |
195
- | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-05-26 06:19:26 |
196
- | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-05-18 06:20:08 |
196
+ | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-06-01 06:18:42 |
197
+ | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-06-01 06:19:54 |
197
198
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-05-12 06:19:46 |
198
199
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-04-04 07:39:05 |
199
200
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.349"
1
+ export const sdkVersion = "4.0.352"
@@ -45,14 +45,14 @@ export interface ModifyDiskAttributesResponse {
45
45
  */
46
46
  export interface AutoSnapshotPolicy {
47
47
  /**
48
- * 定期快照策略ID
48
+ * 已绑定当前定期快照策略的云盘ID列表。
49
49
  */
50
- AutoSnapshotPolicyId?: string
50
+ DiskIdSet?: Array<string>
51
51
 
52
52
  /**
53
- * 定期快照策略名称。
53
+ * 定期快照策略是否激活。
54
54
  */
55
- AutoSnapshotPolicyName?: string
55
+ IsActivated?: boolean
56
56
 
57
57
  /**
58
58
  * 定期快照策略的状态。取值范围:<br><li>NORMAL:正常<br><li>ISOLATED:已隔离。
@@ -60,9 +60,10 @@ export interface AutoSnapshotPolicy {
60
60
  AutoSnapshotPolicyState?: string
61
61
 
62
62
  /**
63
- * 定期快照策略是否激活。
64
- */
65
- IsActivated?: boolean
63
+ * 是否是跨账号复制快照快照, 1:是, 0: 不是
64
+ 注意:此字段可能返回 null,表示取不到有效值。
65
+ */
66
+ IsCopyToRemote: number
66
67
 
67
68
  /**
68
69
  * 使用该定期快照策略创建出来的快照是否永久保留。
@@ -70,19 +71,19 @@ export interface AutoSnapshotPolicy {
70
71
  IsPermanent?: boolean
71
72
 
72
73
  /**
73
- * 使用该定期快照策略创建出来的快照保留天数。
74
+ * 定期快照下次触发的时间。
74
75
  */
75
- RetentionDays?: number
76
+ NextTriggerTime?: string
76
77
 
77
78
  /**
78
- * 定期快照策略的创建时间。
79
+ * 定期快照策略名称。
79
80
  */
80
- CreateTime?: string
81
+ AutoSnapshotPolicyName?: string
81
82
 
82
83
  /**
83
- * 定期快照下次触发的时间。
84
+ * 定期快照策略ID。
84
85
  */
85
- NextTriggerTime?: string
86
+ AutoSnapshotPolicyId?: string
86
87
 
87
88
  /**
88
89
  * 定期快照的执行策略。
@@ -90,9 +91,26 @@ export interface AutoSnapshotPolicy {
90
91
  Policy?: Array<Policy>
91
92
 
92
93
  /**
93
- * 已绑定当前定期快照策略的云盘ID列表。
94
+ * 定期快照策略的创建时间。
94
95
  */
95
- DiskIdSet?: Array<string>
96
+ CreateTime?: string
97
+
98
+ /**
99
+ * 使用该定期快照策略创建出来的快照保留天数。
100
+ */
101
+ RetentionDays?: number
102
+
103
+ /**
104
+ * 复制的目标账户ID
105
+ 注意:此字段可能返回 null,表示取不到有效值。
106
+ */
107
+ CopyToAccountUin: string
108
+
109
+ /**
110
+ * 已绑定当前定期快照策略的实例ID列表。
111
+ 注意:此字段可能返回 null,表示取不到有效值。
112
+ */
113
+ InstanceIdSet: Array<string>
96
114
  }
97
115
 
98
116
  /**
@@ -168,7 +186,7 @@ export interface BindAutoSnapshotPolicyRequest {
168
186
  /**
169
187
  * 要绑定的云硬盘ID列表,一次请求最多绑定80块云盘。
170
188
  */
171
- DiskIds: Array<string>
189
+ DiskIds?: Array<string>
172
190
  }
173
191
 
174
192
  /**
@@ -890,6 +908,11 @@ export interface CreateSnapshotRequest {
890
908
  * 云硬盘备份点ID。传入此参数时,将通过备份点创建快照。
891
909
  */
892
910
  DiskBackupId?: string
911
+
912
+ /**
913
+ * 快照绑定的标签。
914
+ */
915
+ Tags?: Array<Tag>
893
916
  }
894
917
 
895
918
  /**
@@ -1315,14 +1338,14 @@ export interface ModifySnapshotAttributeRequest {
1315
1338
  */
1316
1339
  export interface UnbindAutoSnapshotPolicyRequest {
1317
1340
  /**
1318
- * 要解绑定期快照策略的云盘ID列表。
1341
+ * 要解绑的定期快照策略ID
1319
1342
  */
1320
- DiskIds: Array<string>
1343
+ AutoSnapshotPolicyId: string
1321
1344
 
1322
1345
  /**
1323
- * 要解绑的定期快照策略ID
1346
+ * 要解绑定期快照策略的云盘ID列表。
1324
1347
  */
1325
- AutoSnapshotPolicyId: string
1348
+ DiskIds?: Array<string>
1326
1349
  }
1327
1350
 
1328
1351
  /**
@@ -1585,6 +1608,11 @@ export interface Snapshot {
1585
1608
  * 快照开始共享的时间。
1586
1609
  */
1587
1610
  TimeStartShare: string
1611
+
1612
+ /**
1613
+ * 快照绑定的标签列表。
1614
+ */
1615
+ Tags: Array<Tag>
1588
1616
  }
1589
1617
 
1590
1618
  /**
@@ -1629,12 +1629,12 @@ export interface DescribeStaffStatusMetricsResponse {
1629
1629
  */
1630
1630
  export interface DescribeTelCallInfoResponse {
1631
1631
  /**
1632
- * 电话呼出统计分钟数
1632
+ * 呼出套餐包消耗分钟数
1633
1633
  */
1634
1634
  TelCallOutCount: number
1635
1635
 
1636
1636
  /**
1637
- * 电话呼入统计分钟数
1637
+ * 呼入套餐包消耗分钟数
1638
1638
  */
1639
1639
  TelCallInCount: number
1640
1640
 
@@ -2306,23 +2306,23 @@ export interface DescribeAcListsResponse {
2306
2306
  /**
2307
2307
  * 总条数
2308
2308
  */
2309
- Total?: number
2309
+ Total: number
2310
2310
 
2311
2311
  /**
2312
2312
  * 访问控制列表数据
2313
2313
  */
2314
- Data?: Array<AcListsData>
2314
+ Data: Array<AcListsData>
2315
2315
 
2316
2316
  /**
2317
2317
  * 不算筛选条数的总条数
2318
2318
  */
2319
- AllTotal?: number
2319
+ AllTotal: number
2320
2320
 
2321
2321
  /**
2322
2322
  * 访问控制规则全部启用/全部停用
2323
2323
  注意:此字段可能返回 null,表示取不到有效值。
2324
2324
  */
2325
- Enable?: number
2325
+ Enable: number
2326
2326
 
2327
2327
  /**
2328
2328
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -3063,7 +3063,7 @@ export interface DescribeAcListsRequest {
3063
3063
  Offset?: number
3064
3064
 
3065
3065
  /**
3066
- * 出站还是入站,0:入站,1:出站
3066
+ * 出站还是入站,1:入站,0:出站
3067
3067
  */
3068
3068
  Direction?: number
3069
3069
 
@@ -3391,7 +3391,7 @@ export interface SendMessageRequest {
3391
3391
  DataHubId: string
3392
3392
 
3393
3393
  /**
3394
- * 发送消息内容
3394
+ * 发送消息内容(单次请求最多500条)
3395
3395
  */
3396
3396
  Message: Array<BatchContent>
3397
3397
  }
@@ -753,7 +753,7 @@ export interface MalWareList {
753
753
  Alias: string
754
754
 
755
755
  /**
756
- * 特性标签
756
+ * 特性标签,已废弃字段,不会再返回标签,详情中才会返回标签信息
757
757
  注意:此字段可能返回 null,表示取不到有效值。
758
758
  */
759
759
  Tags: Array<string>
@@ -784,6 +784,21 @@ export interface MalWareList {
784
784
  * 风险等级 0未知、1低、2中、3高、4严重
785
785
  */
786
786
  Level: number
787
+
788
+ /**
789
+ * '木马检测平台用,分割 1云查杀引擎、2TAV、3binaryAi、4异常行为、5威胁情报
790
+ */
791
+ CheckPlatform: string
792
+
793
+ /**
794
+ * 木马进程是否存在 0:不存在,1:存在
795
+ */
796
+ ProcessExists: number
797
+
798
+ /**
799
+ * 木马文件是否存在 0:不存在,1:存在
800
+ */
801
+ FileExists: number
787
802
  }
788
803
 
789
804
  /**
@@ -5210,7 +5225,7 @@ export interface DescribeMalWareListRequest {
5210
5225
  <li>VirusName - String - 是否必填:否 - 描述筛选</li>
5211
5226
  <li>CreateBeginTime - String - 是否必填:否 - 创建时间筛选-开始时间</li>
5212
5227
  <li>CreateEndTime - String - 是否必填:否 - 创建时间筛选-结束时间</li>
5213
- <li>Status - String - 是否必填:否 - 状态筛选 4待处理,5信任沃尔玛可哦啊吗,6已隔离,10隔离中,11恢复隔离中</li>
5228
+ <li>Status - String - 是否必填:否 - 状态筛选 4待处理,5信任,6已隔离,10隔离中,11恢复隔离中</li>
5214
5229
  */
5215
5230
  Filters?: Array<Filter>
5216
5231
 
@@ -0,0 +1,5 @@
1
+ import { v20201029 } from "./v20201029"
2
+
3
+ export const dbdc = {
4
+ v20201029: v20201029,
5
+ }
@@ -0,0 +1,97 @@
1
+ /* eslint-disable @typescript-eslint/no-unused-vars */
2
+ /*
3
+ * Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved.
4
+ *
5
+ * Licensed under the Apache License, Version 2.0 (the "License");
6
+ * you may not use this file except in compliance with the License.
7
+ * You may obtain a copy of the License at
8
+ *
9
+ * http://www.apache.org/licenses/LICENSE-2.0
10
+ *
11
+ * Unless required by applicable law or agreed to in writing,
12
+ * software distributed under the License is distributed on an
13
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
+ * KIND, either express or implied. See the License for the
15
+ * specific language governing permissions and limitations
16
+ * under the License.
17
+ */
18
+ import { AbstractClient } from "../../../common/abstract_client"
19
+ import { ClientConfig } from "../../../common/interface"
20
+ import {
21
+ InstanceDeviceInfo,
22
+ DescribeInstanceDetailResponse,
23
+ DescribeInstanceListResponse,
24
+ DescribeDBInstancesRequest,
25
+ DescribeInstanceDetailRequest,
26
+ DescribeInstancesRequest,
27
+ DeviceInfo,
28
+ DBInstanceDetail,
29
+ ModifyInstanceNameResponse,
30
+ InstanceExpand,
31
+ InstanceDetail,
32
+ DescribeDBInstancesResponse,
33
+ DescribeInstanceDetail,
34
+ DescribeInstancesResponse,
35
+ DescribeInstanceListRequest,
36
+ ModifyInstanceNameRequest,
37
+ } from "./dbdc_models"
38
+
39
+ /**
40
+ * dbdc client
41
+ * @class
42
+ */
43
+ export class Client extends AbstractClient {
44
+ constructor(clientConfig: ClientConfig) {
45
+ super("dbdc.tencentcloudapi.com", "2020-10-29", clientConfig)
46
+ }
47
+
48
+ /**
49
+ * 根据不同地域不同用户,获取集群列表信息
50
+ */
51
+ async DescribeInstances(
52
+ req: DescribeInstancesRequest,
53
+ cb?: (error: string, rep: DescribeInstancesResponse) => void
54
+ ): Promise<DescribeInstancesResponse> {
55
+ return this.request("DescribeInstances", req, cb)
56
+ }
57
+
58
+ /**
59
+ * 本接口用于查询独享集群实例列表
60
+ */
61
+ async DescribeInstanceList(
62
+ req: DescribeInstanceListRequest,
63
+ cb?: (error: string, rep: DescribeInstanceListResponse) => void
64
+ ): Promise<DescribeInstanceListResponse> {
65
+ return this.request("DescribeInstanceList", req, cb)
66
+ }
67
+
68
+ /**
69
+ * 本接口用于查询独享集群详情
70
+ */
71
+ async DescribeInstanceDetail(
72
+ req: DescribeInstanceDetailRequest,
73
+ cb?: (error: string, rep: DescribeInstanceDetailResponse) => void
74
+ ): Promise<DescribeInstanceDetailResponse> {
75
+ return this.request("DescribeInstanceDetail", req, cb)
76
+ }
77
+
78
+ /**
79
+ * 本接口用于查询独享集群内的DB实例列表
80
+ */
81
+ async DescribeDBInstances(
82
+ req: DescribeDBInstancesRequest,
83
+ cb?: (error: string, rep: DescribeDBInstancesResponse) => void
84
+ ): Promise<DescribeDBInstancesResponse> {
85
+ return this.request("DescribeDBInstances", req, cb)
86
+ }
87
+
88
+ /**
89
+ * 本接口用于修改集群名称
90
+ */
91
+ async ModifyInstanceName(
92
+ req: ModifyInstanceNameRequest,
93
+ cb?: (error: string, rep: ModifyInstanceNameResponse) => void
94
+ ): Promise<ModifyInstanceNameResponse> {
95
+ return this.request("ModifyInstanceName", req, cb)
96
+ }
97
+ }