tencentcloud-sdk-nodejs 4.0.560 → 4.0.562
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.
- package/CHANGELOG.md +403 -0
- package/SERVICE_CHANGELOG.md +451 -149
- package/package.json +1 -1
- package/products.md +35 -35
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cdwch/v20200915/cdwch_client.ts +3 -0
- package/src/services/cdwch/v20200915/cdwch_models.ts +209 -0
- package/src/services/cfs/v20190719/cfs_client.ts +3 -2
- package/src/services/cfs/v20190719/cfs_models.ts +41 -25
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +12 -7
- package/src/services/dasb/v20191018/dasb_models.ts +6 -0
- package/src/services/dnspod/v20210323/dnspod_models.ts +1 -1
- package/src/services/lcic/v20220817/lcic_client.ts +16 -2
- package/src/services/lcic/v20220817/lcic_models.ts +136 -41
- package/src/services/live/v20180801/live_models.ts +9 -2
- package/src/services/mariadb/v20170312/mariadb_client.ts +15 -2
- package/src/services/mariadb/v20170312/mariadb_models.ts +142 -16
- package/src/services/monitor/v20180724/monitor_models.ts +10 -5
- package/src/services/mps/v20190612/mps_models.ts +6 -0
- package/src/services/ocr/v20181119/ocr_models.ts +3 -2
- package/src/services/organization/v20210331/organization_models.ts +18 -12
- package/src/services/redis/v20180412/redis_client.ts +12 -0
- package/src/services/redis/v20180412/redis_models.ts +45 -0
- package/src/services/scf/v20180416/scf_models.ts +11 -15
- package/src/services/ssl/v20191205/ssl_models.ts +12 -1
- package/src/services/tag/v20180813/tag_models.ts +1 -1
- package/src/services/tcr/v20190924/tcr_models.ts +5 -0
- package/src/services/tcss/v20201101/tcss_models.ts +120 -63
- package/src/services/teo/v20220901/teo_client.ts +2 -1
- package/src/services/teo/v20220901/teo_models.ts +39 -19
- package/src/services/thpc/v20220401/thpc_client.ts +3 -0
- package/src/services/thpc/v20220401/thpc_models.ts +4 -4
- package/src/services/vpc/v20170312/vpc_client.ts +1 -1
- package/src/services/vpc/v20170312/vpc_models.ts +10 -5
- package/src/services/wedata/v20210820/wedata_models.ts +36 -0
- package/src/services/yinsuda/v20220527/yinsuda_client.ts +47 -8
- package/src/services/yinsuda/v20220527/yinsuda_models.ts +245 -10
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +176 -0
- package/tencentcloud/services/cfs/v20190719/cfs_client.d.ts +1 -1
- package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +35 -22
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +11 -7
- package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +5 -0
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +1 -1
- package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +5 -1
- package/tencentcloud/services/lcic/v20220817/lcic_client.js +6 -0
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +117 -35
- package/tencentcloud/services/live/v20180801/live_models.d.ts +8 -2
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +5 -1
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +6 -0
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +120 -16
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +9 -5
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +5 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +2 -1
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +17 -12
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +5 -1
- package/tencentcloud/services/redis/v20180412/redis_client.js +6 -0
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +38 -0
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +10 -14
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +10 -1
- package/tencentcloud/services/tag/v20180813/tag_models.d.ts +1 -1
- package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +4 -0
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +113 -63
- package/tencentcloud/services/teo/v20220901/teo_client.d.ts +1 -1
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +35 -17
- package/tencentcloud/services/thpc/v20220401/thpc_client.d.ts +3 -0
- package/tencentcloud/services/thpc/v20220401/thpc_client.js +3 -0
- package/tencentcloud/services/thpc/v20220401/thpc_models.d.ts +4 -4
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +1 -1
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +1 -1
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +9 -5
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +30 -0
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_client.d.ts +15 -3
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_client.js +21 -3
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_models.d.ts +210 -10
- package/test/lcic.v20220817.test.js +10 -0
- package/test/mariadb.v20170312.test.js +10 -0
- package/test/redis.v20180412.test.js +10 -0
- package/test/yinsuda.v20220527.test.js +32 -2
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-03-09 01:02:47 |
|
|
20
20
|
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-03-07 01:02:58 |
|
|
21
21
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2022-04-04 06:08:40 |
|
|
22
|
-
| ba | [网站备案](https://cloud.tencent.com/document/product/243) |
|
|
22
|
+
| ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2023-03-16 01:09:09 |
|
|
23
23
|
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2022-12-09 01:11:02 |
|
|
24
24
|
| bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2022-12-15 01:09:06 |
|
|
25
25
|
| bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2022-08-09 10:42:14 |
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
| bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2021-01-07 08:02:40 |
|
|
35
35
|
| bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2022-09-29 06:12:03 |
|
|
36
36
|
| btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2023-01-12 01:05:12 |
|
|
37
|
-
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2023-03-
|
|
37
|
+
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2023-03-20 01:07:00 |
|
|
38
38
|
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2023-03-15 01:07:46 |
|
|
39
39
|
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2023-03-10 01:05:35 |
|
|
40
40
|
| casb | [云访问安全代理](https://cloud.tencent.com/document/product/1303) | 2022-12-26 10:53:16 |
|
|
@@ -45,10 +45,10 @@
|
|
|
45
45
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-03-09 01:07:38 |
|
|
46
46
|
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-03-15 01:10:53 |
|
|
47
47
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2022-10-31 06:15:53 |
|
|
48
|
-
| cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2023-03-
|
|
48
|
+
| cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2023-03-16 01:15:13 |
|
|
49
49
|
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-02-01 01:09:52 |
|
|
50
|
-
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2023-03-
|
|
51
|
-
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-03-
|
|
50
|
+
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2023-03-20 01:11:04 |
|
|
51
|
+
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-03-16 01:16:05 |
|
|
52
52
|
| chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2023-02-24 01:08:00 |
|
|
53
53
|
| ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2023-01-04 01:10:27 |
|
|
54
54
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-06-27 06:06:02 |
|
|
@@ -68,8 +68,8 @@
|
|
|
68
68
|
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-03-13 01:21:27 |
|
|
69
69
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-03-13 01:27:18 |
|
|
70
70
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
71
|
-
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-03-
|
|
72
|
-
| dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-03-
|
|
71
|
+
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-03-20 01:19:56 |
|
|
72
|
+
| dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-03-20 01:20:40 |
|
|
73
73
|
| dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
|
|
74
74
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-01-13 01:19:41 |
|
|
75
75
|
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-03-09 01:20:41 |
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2022-10-26 06:29:47 |
|
|
78
78
|
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-03-09 01:21:10 |
|
|
79
79
|
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-03-10 01:29:04 |
|
|
80
|
-
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-03-
|
|
80
|
+
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-03-20 01:23:46 |
|
|
81
81
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-03-07 01:21:01 |
|
|
82
82
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2022-04-04 06:38:48 |
|
|
83
83
|
| ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2023-02-01 01:21:28 |
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2022-05-13 06:11:29 |
|
|
91
91
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2022-11-16 06:22:42 |
|
|
92
92
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-03-09 01:24:21 |
|
|
93
|
-
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-03-
|
|
93
|
+
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-03-16 01:32:21 |
|
|
94
94
|
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-03-13 01:35:28 |
|
|
95
95
|
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-03-14 01:25:06 |
|
|
96
96
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-02-27 01:25:30 |
|
|
@@ -117,26 +117,26 @@
|
|
|
117
117
|
| iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2023-03-10 01:36:02 |
|
|
118
118
|
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2022-12-12 01:29:57 |
|
|
119
119
|
| iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2022-04-04 06:49:46 |
|
|
120
|
-
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2023-03-
|
|
120
|
+
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2023-03-16 01:42:09 |
|
|
121
121
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-11-17 06:31:48 |
|
|
122
122
|
| irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2023-03-10 01:38:31 |
|
|
123
123
|
| ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2022-10-28 11:32:11 |
|
|
124
124
|
| keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-03-15 01:45:20 |
|
|
125
125
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-03-03 01:26:52 |
|
|
126
|
-
| lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-03-
|
|
126
|
+
| lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-03-20 01:37:28 |
|
|
127
127
|
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-03-15 01:46:26 |
|
|
128
|
-
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-03-
|
|
128
|
+
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-03-20 01:38:41 |
|
|
129
129
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
130
130
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
131
|
-
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2023-03-
|
|
131
|
+
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2023-03-20 01:40:40 |
|
|
132
132
|
| market | [云市场](https://cloud.tencent.com/document/product/306) | 2022-04-04 06:57:43 |
|
|
133
133
|
| memcached | [云数据库Memcached](https://cloud.tencent.com/document/product/241) | 2022-10-31 06:39:12 |
|
|
134
134
|
| mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
|
|
135
135
|
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2023-01-10 01:33:47 |
|
|
136
136
|
| mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2023-02-24 01:20:12 |
|
|
137
|
-
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-03-
|
|
138
|
-
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-03-
|
|
139
|
-
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-03-
|
|
137
|
+
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-03-20 01:41:42 |
|
|
138
|
+
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-03-20 01:42:06 |
|
|
139
|
+
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-03-20 01:43:46 |
|
|
140
140
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2023-03-02 01:30:06 |
|
|
141
141
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-03-15 01:56:41 |
|
|
142
142
|
| msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2022-04-04 07:00:13 |
|
|
@@ -144,20 +144,20 @@
|
|
|
144
144
|
| nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2023-03-14 01:38:46 |
|
|
145
145
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
146
146
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-03-09 01:40:49 |
|
|
147
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-03-
|
|
148
|
-
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-
|
|
147
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-03-20 01:46:02 |
|
|
148
|
+
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-03-20 01:46:48 |
|
|
149
149
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-02-20 01:44:36 |
|
|
150
150
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-04-04 07:02:02 |
|
|
151
151
|
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2023-03-14 01:40:47 |
|
|
152
152
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2022-12-09 01:52:05 |
|
|
153
153
|
| pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2023-03-09 01:42:26 |
|
|
154
|
-
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) |
|
|
155
|
-
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-03-
|
|
156
|
-
| region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2023-03-
|
|
154
|
+
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2023-03-20 01:48:22 |
|
|
155
|
+
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-03-16 02:04:37 |
|
|
156
|
+
| region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2023-03-20 01:49:11 |
|
|
157
157
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2022-04-04 07:04:04 |
|
|
158
158
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
|
|
159
159
|
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2023-03-09 01:43:49 |
|
|
160
|
-
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-03-
|
|
160
|
+
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-03-20 01:49:47 |
|
|
161
161
|
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2023-03-06 01:34:35 |
|
|
162
162
|
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2022-11-23 06:47:21 |
|
|
163
163
|
| smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2022-04-04 07:05:41 |
|
|
@@ -166,12 +166,12 @@
|
|
|
166
166
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
167
167
|
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-03-09 01:46:51 |
|
|
168
168
|
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-02-21 02:01:02 |
|
|
169
|
-
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2023-03-
|
|
169
|
+
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2023-03-20 01:52:16 |
|
|
170
170
|
| sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2023-03-02 01:35:41 |
|
|
171
171
|
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2022-10-20 06:38:33 |
|
|
172
172
|
| sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2023-03-09 01:47:55 |
|
|
173
173
|
| taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2022-09-12 06:39:19 |
|
|
174
|
-
| tag | [标签](https://cloud.tencent.com/document/product/651) | 2023-03-
|
|
174
|
+
| tag | [标签](https://cloud.tencent.com/document/product/651) | 2023-03-20 01:52:56 |
|
|
175
175
|
| tan | [碳引擎](https://cloud.tencent.com/document/product/1498) | 2022-07-19 06:17:34 |
|
|
176
176
|
| tat | [自动化助手](https://cloud.tencent.com/document/product/1340) | 2023-03-09 01:48:15 |
|
|
177
177
|
| tav | [文件检测](https://cloud.tencent.com/document/product) | 2019-11-28 22:10:04 |
|
|
@@ -184,15 +184,15 @@
|
|
|
184
184
|
| tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-07-21 06:17:29 |
|
|
185
185
|
| tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
|
|
186
186
|
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2023-03-09 01:49:28 |
|
|
187
|
-
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2023-03-
|
|
188
|
-
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-03-
|
|
187
|
+
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2023-03-20 01:55:07 |
|
|
188
|
+
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-03-20 01:55:56 |
|
|
189
189
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-10-21 06:47:14 |
|
|
190
190
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-01-31 01:58:44 |
|
|
191
|
-
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-03-
|
|
192
|
-
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-03-
|
|
191
|
+
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-03-20 01:58:33 |
|
|
192
|
+
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-03-16 02:17:10 |
|
|
193
193
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-03-02 01:40:29 |
|
|
194
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-03-
|
|
195
|
-
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-
|
|
194
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-03-20 02:00:54 |
|
|
195
|
+
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-03-20 02:02:39 |
|
|
196
196
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
197
197
|
| tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2022-10-31 06:55:14 |
|
|
198
198
|
| ticm | [智能鉴黄](https://cloud.tencent.com/document/product/864) | 2021-01-07 08:08:15 |
|
|
@@ -200,7 +200,7 @@
|
|
|
200
200
|
| tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
|
|
201
201
|
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-02-08 02:09:17 |
|
|
202
202
|
| tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-03-03 01:55:44 |
|
|
203
|
-
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-
|
|
203
|
+
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-03-20 02:04:08 |
|
|
204
204
|
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-03-14 01:59:10 |
|
|
205
205
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
206
206
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-11-18 06:55:59 |
|
|
@@ -208,7 +208,7 @@
|
|
|
208
208
|
| trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2022-12-07 07:14:03 |
|
|
209
209
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-01-31 02:06:12 |
|
|
210
210
|
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-03-15 02:17:31 |
|
|
211
|
-
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-03-
|
|
211
|
+
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-03-20 02:07:04 |
|
|
212
212
|
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-02-23 02:05:41 |
|
|
213
213
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-10-31 06:59:44 |
|
|
214
214
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-02-15 02:10:16 |
|
|
@@ -216,12 +216,12 @@
|
|
|
216
216
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-11-16 06:46:30 |
|
|
217
217
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-04-04 07:22:54 |
|
|
218
218
|
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-03-15 02:20:53 |
|
|
219
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-03-
|
|
219
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-03-16 02:29:21 |
|
|
220
220
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-03-14 02:20:08 |
|
|
221
221
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-03-14 12:01:08 |
|
|
222
|
-
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-03-
|
|
222
|
+
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-03-16 02:33:23 |
|
|
223
223
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
224
|
-
| yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-03-
|
|
224
|
+
| yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-03-16 02:35:06 |
|
|
225
225
|
| youmall | [](https://cloud.tencent.com/document/product) | 2019-01-11 11:24:15 |
|
|
226
226
|
| yunjing | [主机安全](https://cloud.tencent.com/document/product) | 2020-09-15 08:08:47 |
|
|
227
227
|
| yunsou | [腾讯云搜TCS](https://cloud.tencent.com/document/product/270) | 2022-10-31 07:04:25 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.562"
|
|
@@ -41,17 +41,20 @@ import {
|
|
|
41
41
|
BackupTableContent,
|
|
42
42
|
CreateInstanceNewResponse,
|
|
43
43
|
ConfigSubmitContext,
|
|
44
|
+
InstanceStateInfo,
|
|
44
45
|
DescribeInstanceClustersResponse,
|
|
45
46
|
CreateInstanceNewRequest,
|
|
46
47
|
InstanceInfo,
|
|
47
48
|
ModifyClusterConfigsRequest,
|
|
48
49
|
DescribeInstanceKeyValConfigsResponse,
|
|
50
|
+
ServiceInfo,
|
|
49
51
|
ResourceSpec,
|
|
50
52
|
ModifyClusterConfigsResponse,
|
|
51
53
|
DiskSpec,
|
|
52
54
|
DescribeClusterConfigsRequest,
|
|
53
55
|
ModifyInstanceKeyValConfigsRequest,
|
|
54
56
|
MapConfigItem,
|
|
57
|
+
AttachCBSSpec,
|
|
55
58
|
ScaleOutInstanceRequest,
|
|
56
59
|
CreateBackUpScheduleResponse,
|
|
57
60
|
InstanceConfigItem,
|
|
@@ -478,6 +478,59 @@ export interface ConfigSubmitContext {
|
|
|
478
478
|
FilePath?: string
|
|
479
479
|
}
|
|
480
480
|
|
|
481
|
+
/**
|
|
482
|
+
* 集群状态抽象后的结构体
|
|
483
|
+
*/
|
|
484
|
+
export interface InstanceStateInfo {
|
|
485
|
+
/**
|
|
486
|
+
* 集群状态,例如:Serving
|
|
487
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
488
|
+
*/
|
|
489
|
+
InstanceState: string
|
|
490
|
+
|
|
491
|
+
/**
|
|
492
|
+
* 集群操作创建时间
|
|
493
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
494
|
+
*/
|
|
495
|
+
FlowCreateTime: string
|
|
496
|
+
|
|
497
|
+
/**
|
|
498
|
+
* 集群操作名称
|
|
499
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
500
|
+
*/
|
|
501
|
+
FlowName: string
|
|
502
|
+
|
|
503
|
+
/**
|
|
504
|
+
* 集群操作进度
|
|
505
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
506
|
+
*/
|
|
507
|
+
FlowProgress: number
|
|
508
|
+
|
|
509
|
+
/**
|
|
510
|
+
* 集群状态描述,例如:运行中
|
|
511
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
512
|
+
*/
|
|
513
|
+
InstanceStateDesc: string
|
|
514
|
+
|
|
515
|
+
/**
|
|
516
|
+
* 集群流程错误信息,例如:“创建失败,资源不足”
|
|
517
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
518
|
+
*/
|
|
519
|
+
FlowMsg: string
|
|
520
|
+
|
|
521
|
+
/**
|
|
522
|
+
* 当前步骤的名称,例如:”购买资源中“
|
|
523
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
524
|
+
*/
|
|
525
|
+
ProcessName: string
|
|
526
|
+
|
|
527
|
+
/**
|
|
528
|
+
* 请求id
|
|
529
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
530
|
+
*/
|
|
531
|
+
RequestId?: string
|
|
532
|
+
}
|
|
533
|
+
|
|
481
534
|
/**
|
|
482
535
|
* DescribeInstanceClusters返回参数结构体
|
|
483
536
|
*/
|
|
@@ -754,6 +807,78 @@ Modify 集群变更中;
|
|
|
754
807
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
755
808
|
*/
|
|
756
809
|
CosMoveFactor: number
|
|
810
|
+
|
|
811
|
+
/**
|
|
812
|
+
* external/local/yunti
|
|
813
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
814
|
+
*/
|
|
815
|
+
Kind: string
|
|
816
|
+
|
|
817
|
+
/**
|
|
818
|
+
* 是否弹性ck
|
|
819
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
820
|
+
*/
|
|
821
|
+
IsElastic: boolean
|
|
822
|
+
|
|
823
|
+
/**
|
|
824
|
+
* 集群详细状态
|
|
825
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
826
|
+
*/
|
|
827
|
+
InstanceStateInfo: InstanceStateInfo
|
|
828
|
+
|
|
829
|
+
/**
|
|
830
|
+
* ZK高可用
|
|
831
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
832
|
+
*/
|
|
833
|
+
HAZk: boolean
|
|
834
|
+
|
|
835
|
+
/**
|
|
836
|
+
* 挂载盘,默认0:没有类型;1:裸盘;2:lvm
|
|
837
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
838
|
+
*/
|
|
839
|
+
MountDiskType?: number
|
|
840
|
+
|
|
841
|
+
/**
|
|
842
|
+
* 无
|
|
843
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
844
|
+
*/
|
|
845
|
+
CHProxyVip?: string
|
|
846
|
+
|
|
847
|
+
/**
|
|
848
|
+
* cos buket的名字
|
|
849
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
850
|
+
*/
|
|
851
|
+
CosBucketName?: string
|
|
852
|
+
|
|
853
|
+
/**
|
|
854
|
+
* 是否可以挂载云盘
|
|
855
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
856
|
+
*/
|
|
857
|
+
CanAttachCbs?: boolean
|
|
858
|
+
|
|
859
|
+
/**
|
|
860
|
+
* 是否可以挂载云盘阵列
|
|
861
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
862
|
+
*/
|
|
863
|
+
CanAttachCbsLvm?: boolean
|
|
864
|
+
|
|
865
|
+
/**
|
|
866
|
+
* 是否可以挂载cos
|
|
867
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
868
|
+
*/
|
|
869
|
+
CanAttachCos?: boolean
|
|
870
|
+
|
|
871
|
+
/**
|
|
872
|
+
* 服务信息
|
|
873
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
874
|
+
*/
|
|
875
|
+
Components?: Array<ServiceInfo>
|
|
876
|
+
|
|
877
|
+
/**
|
|
878
|
+
* 可升级的内核版本
|
|
879
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
880
|
+
*/
|
|
881
|
+
UpgradeVersions?: string
|
|
757
882
|
}
|
|
758
883
|
|
|
759
884
|
/**
|
|
@@ -809,6 +934,23 @@ export interface DescribeInstanceKeyValConfigsResponse {
|
|
|
809
934
|
RequestId?: string
|
|
810
935
|
}
|
|
811
936
|
|
|
937
|
+
/**
|
|
938
|
+
* 服务详细信息描述。
|
|
939
|
+
*/
|
|
940
|
+
export interface ServiceInfo {
|
|
941
|
+
/**
|
|
942
|
+
* 服务名称
|
|
943
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
944
|
+
*/
|
|
945
|
+
Name?: string
|
|
946
|
+
|
|
947
|
+
/**
|
|
948
|
+
* 服务的版本
|
|
949
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
950
|
+
*/
|
|
951
|
+
Version?: string
|
|
952
|
+
}
|
|
953
|
+
|
|
812
954
|
/**
|
|
813
955
|
* 资源规格描述信息
|
|
814
956
|
*/
|
|
@@ -983,6 +1125,31 @@ export interface MapConfigItem {
|
|
|
983
1125
|
Items: Array<InstanceConfigInfo>
|
|
984
1126
|
}
|
|
985
1127
|
|
|
1128
|
+
/**
|
|
1129
|
+
* 集群内节点的规格磁盘规格描述
|
|
1130
|
+
*/
|
|
1131
|
+
export interface AttachCBSSpec {
|
|
1132
|
+
/**
|
|
1133
|
+
* 节点磁盘类型,例如“CLOUD_SSD”\"CLOUD_PREMIUM"
|
|
1134
|
+
*/
|
|
1135
|
+
DiskType?: string
|
|
1136
|
+
|
|
1137
|
+
/**
|
|
1138
|
+
* 磁盘容量,单位G
|
|
1139
|
+
*/
|
|
1140
|
+
DiskSize?: number
|
|
1141
|
+
|
|
1142
|
+
/**
|
|
1143
|
+
* 磁盘总数
|
|
1144
|
+
*/
|
|
1145
|
+
DiskCount?: number
|
|
1146
|
+
|
|
1147
|
+
/**
|
|
1148
|
+
* 描述
|
|
1149
|
+
*/
|
|
1150
|
+
DiskDesc?: string
|
|
1151
|
+
}
|
|
1152
|
+
|
|
986
1153
|
/**
|
|
987
1154
|
* ScaleOutInstance请求参数结构体
|
|
988
1155
|
*/
|
|
@@ -1144,6 +1311,48 @@ export interface NodesSummary {
|
|
|
1144
1311
|
* 磁盘描述
|
|
1145
1312
|
*/
|
|
1146
1313
|
DiskDesc: string
|
|
1314
|
+
|
|
1315
|
+
/**
|
|
1316
|
+
* 挂载云盘信息
|
|
1317
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1318
|
+
*/
|
|
1319
|
+
AttachCBSSpec: AttachCBSSpec
|
|
1320
|
+
|
|
1321
|
+
/**
|
|
1322
|
+
* 子产品类型
|
|
1323
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1324
|
+
*/
|
|
1325
|
+
SubProductType?: string
|
|
1326
|
+
|
|
1327
|
+
/**
|
|
1328
|
+
* 规格对应的核数
|
|
1329
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1330
|
+
*/
|
|
1331
|
+
SpecCore?: number
|
|
1332
|
+
|
|
1333
|
+
/**
|
|
1334
|
+
* 规格对应的内存大小
|
|
1335
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1336
|
+
*/
|
|
1337
|
+
SpecMemory?: number
|
|
1338
|
+
|
|
1339
|
+
/**
|
|
1340
|
+
* 磁盘的数量
|
|
1341
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1342
|
+
*/
|
|
1343
|
+
DiskCount?: number
|
|
1344
|
+
|
|
1345
|
+
/**
|
|
1346
|
+
* 磁盘的最大大小
|
|
1347
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1348
|
+
*/
|
|
1349
|
+
MaxDiskSize?: number
|
|
1350
|
+
|
|
1351
|
+
/**
|
|
1352
|
+
* 是否为加密云盘
|
|
1353
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1354
|
+
*/
|
|
1355
|
+
Encrypt?: number
|
|
1147
1356
|
}
|
|
1148
1357
|
|
|
1149
1358
|
/**
|
|
@@ -59,7 +59,7 @@ import {
|
|
|
59
59
|
SetUserQuotaRequest,
|
|
60
60
|
CreateAutoSnapshotPolicyResponse,
|
|
61
61
|
AvailableType,
|
|
62
|
-
|
|
62
|
+
CreateCfsSnapshotResponse,
|
|
63
63
|
UserQuota,
|
|
64
64
|
DeleteMountTargetRequest,
|
|
65
65
|
CreateCfsRuleRequest,
|
|
@@ -90,7 +90,6 @@ import {
|
|
|
90
90
|
FileSystemByPolicy,
|
|
91
91
|
SnapshotInfo,
|
|
92
92
|
MountInfo,
|
|
93
|
-
CreateCfsSnapshotResponse,
|
|
94
93
|
UpdateCfsFileSystemPGroupRequest,
|
|
95
94
|
DeleteAutoSnapshotPolicyResponse,
|
|
96
95
|
DeleteCfsRuleResponse,
|
|
@@ -99,7 +98,9 @@ import {
|
|
|
99
98
|
TagInfo,
|
|
100
99
|
DescribeCfsPGroupsRequest,
|
|
101
100
|
DeleteCfsPGroupResponse,
|
|
101
|
+
UpdateCfsSnapshotAttributeRequest,
|
|
102
102
|
DescribeUserQuotaResponse,
|
|
103
|
+
TieringDetailInfo,
|
|
103
104
|
PGroupInfo,
|
|
104
105
|
CreateCfsRuleResponse,
|
|
105
106
|
DescribeCfsSnapshotsResponse,
|
|
@@ -298,6 +298,17 @@ export interface FileSystemInfo {
|
|
|
298
298
|
* 文件系统标签列表
|
|
299
299
|
*/
|
|
300
300
|
Tags: Array<TagInfo>
|
|
301
|
+
|
|
302
|
+
/**
|
|
303
|
+
* 文件系统声明周期管理状态
|
|
304
|
+
*/
|
|
305
|
+
TieringState: string
|
|
306
|
+
|
|
307
|
+
/**
|
|
308
|
+
* 分层存储详情
|
|
309
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
310
|
+
*/
|
|
311
|
+
TieringDetail: TieringDetailInfo
|
|
301
312
|
}
|
|
302
313
|
|
|
303
314
|
/**
|
|
@@ -891,23 +902,18 @@ export interface AvailableType {
|
|
|
891
902
|
}
|
|
892
903
|
|
|
893
904
|
/**
|
|
894
|
-
*
|
|
905
|
+
* CreateCfsSnapshot返回参数结构体
|
|
895
906
|
*/
|
|
896
|
-
export interface
|
|
907
|
+
export interface CreateCfsSnapshotResponse {
|
|
897
908
|
/**
|
|
898
|
-
* 文件系统快照
|
|
909
|
+
* 文件系统快照id
|
|
899
910
|
*/
|
|
900
911
|
SnapshotId: string
|
|
901
912
|
|
|
902
913
|
/**
|
|
903
|
-
*
|
|
904
|
-
*/
|
|
905
|
-
SnapshotName?: string
|
|
906
|
-
|
|
907
|
-
/**
|
|
908
|
-
* 文件系统快照保留天数
|
|
914
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
909
915
|
*/
|
|
910
|
-
|
|
916
|
+
RequestId?: string
|
|
911
917
|
}
|
|
912
918
|
|
|
913
919
|
/**
|
|
@@ -1745,21 +1751,6 @@ export interface MountInfo {
|
|
|
1745
1751
|
CidrBlock: string
|
|
1746
1752
|
}
|
|
1747
1753
|
|
|
1748
|
-
/**
|
|
1749
|
-
* CreateCfsSnapshot返回参数结构体
|
|
1750
|
-
*/
|
|
1751
|
-
export interface CreateCfsSnapshotResponse {
|
|
1752
|
-
/**
|
|
1753
|
-
* 文件系统快照id
|
|
1754
|
-
*/
|
|
1755
|
-
SnapshotId: string
|
|
1756
|
-
|
|
1757
|
-
/**
|
|
1758
|
-
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1759
|
-
*/
|
|
1760
|
-
RequestId?: string
|
|
1761
|
-
}
|
|
1762
|
-
|
|
1763
1754
|
/**
|
|
1764
1755
|
* UpdateCfsFileSystemPGroup请求参数结构体
|
|
1765
1756
|
*/
|
|
@@ -1875,6 +1866,26 @@ export interface DeleteCfsPGroupResponse {
|
|
|
1875
1866
|
RequestId?: string
|
|
1876
1867
|
}
|
|
1877
1868
|
|
|
1869
|
+
/**
|
|
1870
|
+
* UpdateCfsSnapshotAttribute请求参数结构体
|
|
1871
|
+
*/
|
|
1872
|
+
export interface UpdateCfsSnapshotAttributeRequest {
|
|
1873
|
+
/**
|
|
1874
|
+
* 文件系统快照ID
|
|
1875
|
+
*/
|
|
1876
|
+
SnapshotId: string
|
|
1877
|
+
|
|
1878
|
+
/**
|
|
1879
|
+
* 文件系统快照名称
|
|
1880
|
+
*/
|
|
1881
|
+
SnapshotName?: string
|
|
1882
|
+
|
|
1883
|
+
/**
|
|
1884
|
+
* 文件系统快照保留天数
|
|
1885
|
+
*/
|
|
1886
|
+
AliveDays?: number
|
|
1887
|
+
}
|
|
1888
|
+
|
|
1878
1889
|
/**
|
|
1879
1890
|
* DescribeUserQuota返回参数结构体
|
|
1880
1891
|
*/
|
|
@@ -1895,6 +1906,11 @@ export interface DescribeUserQuotaResponse {
|
|
|
1895
1906
|
RequestId?: string
|
|
1896
1907
|
}
|
|
1897
1908
|
|
|
1909
|
+
/**
|
|
1910
|
+
* 分层存储详细信息
|
|
1911
|
+
*/
|
|
1912
|
+
export type TieringDetailInfo = null
|
|
1913
|
+
|
|
1898
1914
|
/**
|
|
1899
1915
|
* 权限组数组
|
|
1900
1916
|
*/
|