tencentcloud-sdk-nodejs 4.0.900 → 4.0.902
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 +414 -0
- package/SERVICE_CHANGELOG.md +588 -6
- package/package.json +1 -1
- package/products.md +22 -22
- package/src/common/sdk_version.ts +1 -1
- package/src/services/as/v20180419/as_models.ts +29 -3
- package/src/services/ccc/v20200210/ccc_models.ts +11 -1
- package/src/services/cdb/v20170320/cdb_client.ts +2 -1
- package/src/services/cdb/v20170320/cdb_models.ts +22 -1
- package/src/services/ckafka/v20190819/ckafka_client.ts +13 -1
- package/src/services/ckafka/v20190819/ckafka_models.ts +72 -8
- package/src/services/cvm/v20170312/cvm_client.ts +26 -2
- package/src/services/cvm/v20170312/cvm_models.ts +70 -18
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +40 -15
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +266 -168
- package/src/services/es/v20180416/es_models.ts +16 -0
- package/src/services/ess/v20201111/ess_client.ts +55 -20
- package/src/services/ess/v20201111/ess_models.ts +53 -16
- package/src/services/essbasic/v20210526/essbasic_client.ts +44 -29
- package/src/services/essbasic/v20210526/essbasic_models.ts +13 -13
- package/src/services/gaap/v20180529/gaap_models.ts +17 -17
- package/src/services/hunyuan/v20230901/hunyuan_client.ts +4 -2
- package/src/services/hunyuan/v20230901/hunyuan_models.ts +84 -43
- package/src/services/iss/v20230517/iss_models.ts +2 -1
- package/src/services/mna/v20210119/mna_client.ts +74 -1
- package/src/services/mna/v20210119/mna_models.ts +244 -25
- package/src/services/mongodb/v20190725/mongodb_models.ts +6 -6
- package/src/services/monitor/v20180724/monitor_models.ts +31 -19
- package/src/services/oceanus/v20190422/oceanus_models.ts +4 -0
- package/src/services/postgres/v20170312/postgres_client.ts +149 -62
- package/src/services/postgres/v20170312/postgres_models.ts +401 -111
- package/src/services/rce/v20201103/rce_client.ts +1 -0
- package/src/services/rce/v20201103/rce_models.ts +72 -0
- package/src/services/tcr/v20190924/tcr_client.ts +2 -2
- package/src/services/tcr/v20190924/tcr_models.ts +30 -18
- package/src/services/vpc/v20170312/vpc_models.ts +9 -9
- package/src/services/waf/v20180125/waf_models.ts +206 -39
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/as/v20180419/as_models.d.ts +29 -3
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +11 -1
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +21 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +5 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +6 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +70 -8
- package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +9 -1
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +12 -0
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +66 -18
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +13 -5
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +18 -6
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +261 -168
- package/tencentcloud/services/es/v20180416/es_models.d.ts +16 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +48 -21
- package/tencentcloud/services/ess/v20201111/ess_client.js +49 -20
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +51 -16
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +44 -29
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +44 -29
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +13 -13
- package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +17 -17
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +80 -41
- package/tencentcloud/services/iss/v20230517/iss_models.d.ts +2 -1
- package/tencentcloud/services/mna/v20210119/mna_client.d.ts +25 -1
- package/tencentcloud/services/mna/v20210119/mna_client.js +36 -0
- package/tencentcloud/services/mna/v20210119/mna_models.d.ts +231 -25
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +6 -6
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +31 -19
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +4 -0
- package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +47 -19
- package/tencentcloud/services/postgres/v20170312/postgres_client.js +69 -27
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +384 -111
- package/tencentcloud/services/rce/v20201103/rce_models.d.ts +71 -0
- package/tencentcloud/services/tcr/v20190924/tcr_client.d.ts +2 -2
- package/tencentcloud/services/tcr/v20190924/tcr_client.js +2 -2
- package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +30 -18
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +9 -9
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +206 -39
- package/test/ckafka.v20190819.test.js +10 -0
- package/test/cvm.v20170312.test.js +20 -0
- package/test/cynosdb.v20190107.test.js +24 -4
- package/test/ess.v20201111.test.js +10 -0
- package/test/mna.v20210119.test.js +60 -0
- package/test/postgres.v20170312.test.js +88 -18
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
| api | [云 API](https://cloud.tencent.com/document/product/1278) | 2023-01-05 01:02:52 |
|
|
17
17
|
| apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2024-06-17 01:08:48 |
|
|
18
18
|
| apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2024-06-26 01:09:03 |
|
|
19
|
-
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2024-
|
|
19
|
+
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2024-07-23 01:04:47 |
|
|
20
20
|
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2024-07-16 01:08:08 |
|
|
21
21
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2023-05-18 01:04:02 |
|
|
22
22
|
| ba | [ICP备案](https://cloud.tencent.com/document/product/243) | 2024-04-22 01:08:02 |
|
|
@@ -38,9 +38,9 @@
|
|
|
38
38
|
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2024-06-19 01:14:46 |
|
|
39
39
|
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2024-06-19 01:14:59 |
|
|
40
40
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2024-06-14 01:17:35 |
|
|
41
|
-
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2024-07-
|
|
42
|
-
| ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2024-07-
|
|
43
|
-
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2024-07-
|
|
41
|
+
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2024-07-22 01:14:47 |
|
|
42
|
+
| ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2024-07-23 01:10:10 |
|
|
43
|
+
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2024-07-23 01:10:42 |
|
|
44
44
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2024-07-17 01:09:51 |
|
|
45
45
|
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2024-07-10 01:10:02 |
|
|
46
46
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2024-06-18 01:18:51 |
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2023-05-18 01:12:07 |
|
|
57
57
|
| cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
|
|
58
58
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
59
|
-
| ckafka | [消息队列 CKafka 版](https://cloud.tencent.com/document/product/597) | 2024-07-
|
|
59
|
+
| ckafka | [消息队列 CKafka 版](https://cloud.tencent.com/document/product/597) | 2024-07-22 01:20:34 |
|
|
60
60
|
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2024-07-19 01:23:35 |
|
|
61
61
|
| cloudapp | [云应用](https://cloud.tencent.com/document/product/1689) | 2024-07-18 10:12:45 |
|
|
62
62
|
| cloudaudit | [操作审计](https://cloud.tencent.com/document/product/629) | 2024-01-15 01:09:37 |
|
|
@@ -71,10 +71,10 @@
|
|
|
71
71
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
72
72
|
| csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2024-07-03 01:12:26 |
|
|
73
73
|
| csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2024-03-20 01:12:25 |
|
|
74
|
-
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-07-
|
|
74
|
+
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-07-22 01:24:41 |
|
|
75
75
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-07-12 01:12:13 |
|
|
76
76
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
77
|
-
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-07-
|
|
77
|
+
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-07-22 01:29:16 |
|
|
78
78
|
| dasb | [运维安全中心(堡垒机)](https://cloud.tencent.com/document/product/1025) | 2024-07-16 01:13:41 |
|
|
79
79
|
| dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
|
|
80
80
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:20:11 |
|
|
@@ -97,14 +97,14 @@
|
|
|
97
97
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2024-06-25 01:14:34 |
|
|
98
98
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
|
|
99
99
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-07-09 01:14:34 |
|
|
100
|
-
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-07-
|
|
101
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-07-
|
|
102
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-07-
|
|
100
|
+
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-07-22 01:39:08 |
|
|
101
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-07-23 01:33:50 |
|
|
102
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-07-22 01:40:42 |
|
|
103
103
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2024-07-16 01:16:45 |
|
|
104
104
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-07-19 01:47:20 |
|
|
105
105
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2024-07-05 01:10:44 |
|
|
106
106
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2024-03-20 01:17:13 |
|
|
107
|
-
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2024-07-
|
|
107
|
+
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2024-07-23 01:36:12 |
|
|
108
108
|
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2024-06-27 01:13:06 |
|
|
109
109
|
| goosefs | [数据加速器 GooseFS](https://cloud.tencent.com/document/product/1424) | 2024-07-10 01:17:00 |
|
|
110
110
|
| gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-07-11 06:12:36 |
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
| hai | [高性能应用服务](https://cloud.tencent.com/document/product/1721) | 2024-05-29 01:43:09 |
|
|
115
115
|
| hasim | [高可用物联网卡](https://cloud.tencent.com/document/product/1482) | 2023-05-18 01:29:47 |
|
|
116
116
|
| hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2024-05-09 01:16:27 |
|
|
117
|
-
| hunyuan | [腾讯混元大模型](https://cloud.tencent.com/document/product/1729) | 2024-07-
|
|
117
|
+
| hunyuan | [腾讯混元大模型](https://cloud.tencent.com/document/product/1729) | 2024-07-23 01:37:38 |
|
|
118
118
|
| iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2024-03-20 01:17:43 |
|
|
119
119
|
| ic | [图片瘦身](https://cloud.tencent.com/document/product/636) | 2023-03-02 01:23:21 |
|
|
120
120
|
| icr | [对话机器人](https://cloud.tencent.com/document/product/1268) | 2024-04-22 01:17:48 |
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2024-07-08 01:16:48 |
|
|
131
131
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2024-03-20 01:18:54 |
|
|
132
132
|
| irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2024-03-20 01:19:05 |
|
|
133
|
-
| iss | [智能视图计算平台](https://cloud.tencent.com/document/product/1344) | 2024-
|
|
133
|
+
| iss | [智能视图计算平台](https://cloud.tencent.com/document/product/1344) | 2024-07-23 01:43:27 |
|
|
134
134
|
| ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2024-07-09 14:27:21 |
|
|
135
135
|
| keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2024-03-20 01:19:20 |
|
|
136
136
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2024-04-17 01:17:16 |
|
|
@@ -146,9 +146,9 @@
|
|
|
146
146
|
| memcached | [云数据库Memcached](https://cloud.tencent.com/document/product/241) | 2024-03-20 01:20:22 |
|
|
147
147
|
| mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
|
|
148
148
|
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2024-07-02 01:19:41 |
|
|
149
|
-
| mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2024-07-
|
|
150
|
-
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2024-07-
|
|
151
|
-
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-07-
|
|
149
|
+
| mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2024-07-22 01:55:24 |
|
|
150
|
+
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2024-07-23 01:49:27 |
|
|
151
|
+
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-07-23 01:49:52 |
|
|
152
152
|
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-07-16 01:21:13 |
|
|
153
153
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2024-06-14 02:16:42 |
|
|
154
154
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2024-06-05 02:02:03 |
|
|
@@ -156,16 +156,16 @@
|
|
|
156
156
|
| mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
|
|
157
157
|
| nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2024-05-07 01:22:11 |
|
|
158
158
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
159
|
-
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2024-07-
|
|
159
|
+
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2024-07-23 01:53:12 |
|
|
160
160
|
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-07-09 01:19:41 |
|
|
161
161
|
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2024-06-13 02:11:33 |
|
|
162
162
|
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2024-07-12 01:22:08 |
|
|
163
163
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2024-06-26 01:21:35 |
|
|
164
164
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-05-18 01:44:14 |
|
|
165
|
-
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2024-07-
|
|
165
|
+
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2024-07-23 01:55:36 |
|
|
166
166
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2024-06-18 02:05:02 |
|
|
167
167
|
| pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2024-06-20 02:06:03 |
|
|
168
|
-
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2024-
|
|
168
|
+
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2024-07-23 01:57:03 |
|
|
169
169
|
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2024-07-04 01:21:28 |
|
|
170
170
|
| region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2024-04-22 01:23:34 |
|
|
171
171
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-12-25 00:16:39 |
|
|
@@ -201,7 +201,7 @@
|
|
|
201
201
|
| tchd | [腾讯云健康看板](https://cloud.tencent.com/document/product/1688) | 2024-03-20 01:24:49 |
|
|
202
202
|
| tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
|
|
203
203
|
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2024-06-18 02:13:19 |
|
|
204
|
-
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2024-07-
|
|
204
|
+
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2024-07-23 02:04:12 |
|
|
205
205
|
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2024-06-26 01:23:56 |
|
|
206
206
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2024-07-10 01:25:35 |
|
|
207
207
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2024-06-04 02:17:43 |
|
|
@@ -240,10 +240,10 @@
|
|
|
240
240
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2024-06-06 02:47:30 |
|
|
241
241
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2024-03-20 01:30:13 |
|
|
242
242
|
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2024-07-17 01:28:46 |
|
|
243
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-07-
|
|
243
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-07-22 02:25:36 |
|
|
244
244
|
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2024-04-02 01:27:45 |
|
|
245
245
|
| vtc | [视频转译](https://cloud.tencent.com/document/product/1769) | 2024-06-07 02:52:58 |
|
|
246
|
-
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-07-
|
|
246
|
+
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-07-23 02:21:00 |
|
|
247
247
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2024-03-20 01:32:09 |
|
|
248
248
|
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-07-02 01:28:21 |
|
|
249
249
|
| weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2024-05-15 01:38:36 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.902"
|
|
@@ -809,6 +809,13 @@ ORIGINAL,AS 直接将入参中所填的 InstanceName 传递给 CVM,CVM 可
|
|
|
809
809
|
UNIQUE,入参所填的 InstanceName 相当于实例名前缀,AS 和 CVM 会对其进行拓展,伸缩组中实例的 InstanceName 可以保证唯一。
|
|
810
810
|
*/
|
|
811
811
|
InstanceNameStyle?: string
|
|
812
|
+
/**
|
|
813
|
+
* 云服务器实例名后缀。字符长度为[1,105],且与 InstanceName 的长度和不能超过107。
|
|
814
|
+
|
|
815
|
+
假设后缀名称为 suffix,原实例名为 test.0,最终实例名为 test.0.suffix。
|
|
816
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
817
|
+
*/
|
|
818
|
+
InstanceNameSuffix?: string
|
|
812
819
|
}
|
|
813
820
|
|
|
814
821
|
/**
|
|
@@ -2308,7 +2315,15 @@ export interface DescribeNotificationConfigurationsResponse {
|
|
|
2308
2315
|
*/
|
|
2309
2316
|
export interface DataDisk {
|
|
2310
2317
|
/**
|
|
2311
|
-
* 数据盘类型。数据盘类型限制详见[云硬盘类型](https://cloud.tencent.com/document/product/362/2353)
|
|
2318
|
+
* 数据盘类型。数据盘类型限制详见[云硬盘类型](https://cloud.tencent.com/document/product/362/2353)。取值范围:
|
|
2319
|
+
<li>LOCAL_BASIC:本地硬盘</li>
|
|
2320
|
+
<li>LOCAL_SSD:本地SSD硬盘</li>
|
|
2321
|
+
<li>CLOUD_BASIC:普通云硬盘</li>
|
|
2322
|
+
<li>CLOUD_PREMIUM:高性能云硬盘</li>
|
|
2323
|
+
<li>CLOUD_SSD:SSD云硬盘</li>
|
|
2324
|
+
<li>CLOUD_HSSD:增强型SSD云硬盘</li>
|
|
2325
|
+
<li>CLOUD_TSSD:极速型SSD云硬盘</li>
|
|
2326
|
+
默认取值与系统盘类型(SystemDisk.DiskType)保持一致。
|
|
2312
2327
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2313
2328
|
*/
|
|
2314
2329
|
DiskType?: string
|
|
@@ -2323,12 +2338,16 @@ export interface DataDisk {
|
|
|
2323
2338
|
*/
|
|
2324
2339
|
SnapshotId?: string
|
|
2325
2340
|
/**
|
|
2326
|
-
*
|
|
2341
|
+
* 数据盘是否随子机销毁。取值范围:
|
|
2342
|
+
<li>TRUE:子机销毁时,销毁数据盘,只支持按小时后付费云盘</li>
|
|
2343
|
+
<li>FALSE:子机销毁时,保留数据盘</li>
|
|
2327
2344
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2328
2345
|
*/
|
|
2329
2346
|
DeleteWithInstance?: boolean
|
|
2330
2347
|
/**
|
|
2331
|
-
*
|
|
2348
|
+
* 数据盘是否加密。取值范围:
|
|
2349
|
+
<li>TRUE:加密</li>
|
|
2350
|
+
<li>FALSE:不加密</li>
|
|
2332
2351
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2333
2352
|
*/
|
|
2334
2353
|
Encrypt?: boolean
|
|
@@ -2338,6 +2357,13 @@ export interface DataDisk {
|
|
|
2338
2357
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2339
2358
|
*/
|
|
2340
2359
|
ThroughputPerformance?: number
|
|
2360
|
+
/**
|
|
2361
|
+
* 突发性能。是否开启突发性能,默认取值为 false。
|
|
2362
|
+
|
|
2363
|
+
注:内测中,需提单申请后使用。
|
|
2364
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2365
|
+
*/
|
|
2366
|
+
BurstPerformance?: boolean
|
|
2341
2367
|
}
|
|
2342
2368
|
|
|
2343
2369
|
/**
|
|
@@ -1768,7 +1768,12 @@ export interface AutoCalloutTaskInfo {
|
|
|
1768
1768
|
*/
|
|
1769
1769
|
IvrId?: number
|
|
1770
1770
|
/**
|
|
1771
|
-
*
|
|
1771
|
+
* 任务状态:
|
|
1772
|
+
0初始:任务创建,呼叫未开始
|
|
1773
|
+
1运行中
|
|
1774
|
+
2 已完成:任务中所有呼叫完成
|
|
1775
|
+
3结束中:任务到期,但仍有部分呼叫未结束
|
|
1776
|
+
4已结束:任务到期终止
|
|
1772
1777
|
*/
|
|
1773
1778
|
State?: number
|
|
1774
1779
|
/**
|
|
@@ -1848,6 +1853,11 @@ export interface SkillGroupInfoItem {
|
|
|
1848
1853
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1849
1854
|
*/
|
|
1850
1855
|
SkillGroupType?: number
|
|
1856
|
+
/**
|
|
1857
|
+
* 技能组内线号码
|
|
1858
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1859
|
+
*/
|
|
1860
|
+
Alias?: string
|
|
1851
1861
|
}
|
|
1852
1862
|
|
|
1853
1863
|
/**
|
|
@@ -341,6 +341,7 @@ import {
|
|
|
341
341
|
ModifyDBInstanceProjectRequest,
|
|
342
342
|
Bucket,
|
|
343
343
|
SwitchForUpgradeResponse,
|
|
344
|
+
UpgradeEngineVersionParams,
|
|
344
345
|
DescribeAccountPrivilegesRequest,
|
|
345
346
|
CdbSellConfig,
|
|
346
347
|
DescribeSupportedPrivilegesResponse,
|
|
@@ -1298,7 +1299,7 @@ export class Client extends AbstractClient {
|
|
|
1298
1299
|
}
|
|
1299
1300
|
|
|
1300
1301
|
/**
|
|
1301
|
-
* 本接口(UpgradeDBInstanceEngineVersion)
|
|
1302
|
+
* 本接口(UpgradeDBInstanceEngineVersion)用于升级云数据库实例版本,实例类型支持主实例、灾备实例和只读实例等。
|
|
1302
1303
|
*/
|
|
1303
1304
|
async UpgradeDBInstanceEngineVersion(
|
|
1304
1305
|
req: UpgradeDBInstanceEngineVersionRequest,
|
|
@@ -5050,7 +5050,8 @@ export interface CreateDBInstanceRequest {
|
|
|
5050
5050
|
*/
|
|
5051
5051
|
AlarmPolicyIdList?: Array<string>
|
|
5052
5052
|
/**
|
|
5053
|
-
* 是否只预检此次请求。true:发送检查请求,不会创建实例。检查项包括是否填写了必需参数,请求格式,业务限制等。如果检查不通过,则返回对应错误码;如果检查通过,则返回RequestId
|
|
5053
|
+
* 是否只预检此次请求。true:发送检查请求,不会创建实例。检查项包括是否填写了必需参数,请求格式,业务限制等。如果检查不通过,则返回对应错误码;如果检查通过,则返回 RequestId。false:发送正常请求,通过检查后直接创建实例。
|
|
5054
|
+
默认为 false。
|
|
5054
5055
|
*/
|
|
5055
5056
|
DryRun?: boolean
|
|
5056
5057
|
/**
|
|
@@ -7647,6 +7648,10 @@ export interface UpgradeDBInstanceEngineVersionRequest {
|
|
|
7647
7648
|
* 延迟阈值。取值范围1~10
|
|
7648
7649
|
*/
|
|
7649
7650
|
MaxDelayTime?: number
|
|
7651
|
+
/**
|
|
7652
|
+
* 版本升级支持指定参数
|
|
7653
|
+
*/
|
|
7654
|
+
ParamList?: Array<UpgradeEngineVersionParams>
|
|
7650
7655
|
}
|
|
7651
7656
|
|
|
7652
7657
|
/**
|
|
@@ -7722,6 +7727,22 @@ export interface SwitchForUpgradeResponse {
|
|
|
7722
7727
|
RequestId?: string
|
|
7723
7728
|
}
|
|
7724
7729
|
|
|
7730
|
+
/**
|
|
7731
|
+
* 5.7升级8.0指定参数的结构
|
|
7732
|
+
*/
|
|
7733
|
+
export interface UpgradeEngineVersionParams {
|
|
7734
|
+
/**
|
|
7735
|
+
* 参数名称
|
|
7736
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7737
|
+
*/
|
|
7738
|
+
Name?: string
|
|
7739
|
+
/**
|
|
7740
|
+
* 参数值
|
|
7741
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7742
|
+
*/
|
|
7743
|
+
Value?: string
|
|
7744
|
+
}
|
|
7745
|
+
|
|
7725
7746
|
/**
|
|
7726
7747
|
* DescribeAccountPrivileges请求参数结构体
|
|
7727
7748
|
*/
|
|
@@ -147,6 +147,7 @@ import {
|
|
|
147
147
|
DescribeTopicProduceConnectionRequest,
|
|
148
148
|
CreateAclRequest,
|
|
149
149
|
DescribeTopicSyncReplicaResponse,
|
|
150
|
+
TopicResult,
|
|
150
151
|
CreateConnectResourceRequest,
|
|
151
152
|
MariaDBParam,
|
|
152
153
|
Route,
|
|
@@ -204,6 +205,7 @@ import {
|
|
|
204
205
|
AclResponse,
|
|
205
206
|
PrometheusResult,
|
|
206
207
|
ZoneResponse,
|
|
208
|
+
ModifyRoutineMaintenanceTaskRequest,
|
|
207
209
|
Instance,
|
|
208
210
|
DescribeInstanceAttributesResponse,
|
|
209
211
|
MapParam,
|
|
@@ -310,7 +312,7 @@ import {
|
|
|
310
312
|
DescribeDatahubTopicsRequest,
|
|
311
313
|
CreateDatahubTaskRequest,
|
|
312
314
|
InquiryPrice,
|
|
313
|
-
|
|
315
|
+
ModifyRoutineMaintenanceTaskResponse,
|
|
314
316
|
DescribeTopicDetailRequest,
|
|
315
317
|
DescribeGroupOffsetsResponse,
|
|
316
318
|
CtsdbParam,
|
|
@@ -517,6 +519,16 @@ export class Client extends AbstractClient {
|
|
|
517
519
|
return this.request("ModifyDatahubTopic", req, cb)
|
|
518
520
|
}
|
|
519
521
|
|
|
522
|
+
/**
|
|
523
|
+
* 设置自动化运维属性
|
|
524
|
+
*/
|
|
525
|
+
async ModifyRoutineMaintenanceTask(
|
|
526
|
+
req: ModifyRoutineMaintenanceTaskRequest,
|
|
527
|
+
cb?: (error: string, rep: ModifyRoutineMaintenanceTaskResponse) => void
|
|
528
|
+
): Promise<ModifyRoutineMaintenanceTaskResponse> {
|
|
529
|
+
return this.request("ModifyRoutineMaintenanceTask", req, cb)
|
|
530
|
+
}
|
|
531
|
+
|
|
520
532
|
/**
|
|
521
533
|
* 创建主题ip白名单
|
|
522
534
|
*/
|
|
@@ -3501,6 +3501,22 @@ export interface DescribeTopicSyncReplicaResponse {
|
|
|
3501
3501
|
RequestId?: string
|
|
3502
3502
|
}
|
|
3503
3503
|
|
|
3504
|
+
/**
|
|
3505
|
+
* 统一返回的TopicResponse
|
|
3506
|
+
*/
|
|
3507
|
+
export interface TopicResult {
|
|
3508
|
+
/**
|
|
3509
|
+
* 返回的主题信息列表
|
|
3510
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3511
|
+
*/
|
|
3512
|
+
TopicList: Array<Topic>
|
|
3513
|
+
/**
|
|
3514
|
+
* 符合条件的 topic 数量
|
|
3515
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3516
|
+
*/
|
|
3517
|
+
TotalCount: number
|
|
3518
|
+
}
|
|
3519
|
+
|
|
3504
3520
|
/**
|
|
3505
3521
|
* CreateConnectResource请求参数结构体
|
|
3506
3522
|
*/
|
|
@@ -4996,6 +5012,56 @@ export interface ZoneResponse {
|
|
|
4996
5012
|
ForceCheckTag?: boolean
|
|
4997
5013
|
}
|
|
4998
5014
|
|
|
5015
|
+
/**
|
|
5016
|
+
* ModifyRoutineMaintenanceTask请求参数结构体
|
|
5017
|
+
*/
|
|
5018
|
+
export interface ModifyRoutineMaintenanceTaskRequest {
|
|
5019
|
+
/**
|
|
5020
|
+
* 实例id
|
|
5021
|
+
*/
|
|
5022
|
+
InstanceId: string
|
|
5023
|
+
/**
|
|
5024
|
+
* 自动化运维类别
|
|
5025
|
+
*/
|
|
5026
|
+
MaintenanceType: string
|
|
5027
|
+
/**
|
|
5028
|
+
* 自动化运维子类别
|
|
5029
|
+
*/
|
|
5030
|
+
MaintenanceSubtype: string
|
|
5031
|
+
/**
|
|
5032
|
+
* 主题名称
|
|
5033
|
+
*/
|
|
5034
|
+
TopicName?: string
|
|
5035
|
+
/**
|
|
5036
|
+
* 任务触发阈值
|
|
5037
|
+
*/
|
|
5038
|
+
ConfigureThreshold?: number
|
|
5039
|
+
/**
|
|
5040
|
+
* 任务调整步长
|
|
5041
|
+
*/
|
|
5042
|
+
ConfigureStepSize?: number
|
|
5043
|
+
/**
|
|
5044
|
+
* 任务调整上限
|
|
5045
|
+
*/
|
|
5046
|
+
ConfigureLimit?: number
|
|
5047
|
+
/**
|
|
5048
|
+
* 任务预期触发时间,存储从当日 0AM 开始偏移的秒数
|
|
5049
|
+
*/
|
|
5050
|
+
PlannedTime?: number
|
|
5051
|
+
/**
|
|
5052
|
+
* 任务额外信息
|
|
5053
|
+
*/
|
|
5054
|
+
ExtraConfig?: string
|
|
5055
|
+
/**
|
|
5056
|
+
* 任务状态
|
|
5057
|
+
*/
|
|
5058
|
+
Status?: number
|
|
5059
|
+
/**
|
|
5060
|
+
* 执行week day
|
|
5061
|
+
*/
|
|
5062
|
+
Week?: string
|
|
5063
|
+
}
|
|
5064
|
+
|
|
4999
5065
|
/**
|
|
5000
5066
|
* 实例对象
|
|
5001
5067
|
*/
|
|
@@ -7885,19 +7951,17 @@ export interface InquiryPrice {
|
|
|
7885
7951
|
}
|
|
7886
7952
|
|
|
7887
7953
|
/**
|
|
7888
|
-
*
|
|
7954
|
+
* ModifyRoutineMaintenanceTask返回参数结构体
|
|
7889
7955
|
*/
|
|
7890
|
-
export interface
|
|
7956
|
+
export interface ModifyRoutineMaintenanceTaskResponse {
|
|
7891
7957
|
/**
|
|
7892
|
-
*
|
|
7893
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7958
|
+
* 返回结果
|
|
7894
7959
|
*/
|
|
7895
|
-
|
|
7960
|
+
Result?: JgwOperateResponse
|
|
7896
7961
|
/**
|
|
7897
|
-
*
|
|
7898
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7962
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
7899
7963
|
*/
|
|
7900
|
-
|
|
7964
|
+
RequestId?: string
|
|
7901
7965
|
}
|
|
7902
7966
|
|
|
7903
7967
|
/**
|
|
@@ -50,7 +50,8 @@ import {
|
|
|
50
50
|
DeleteKeyPairsRequest,
|
|
51
51
|
SystemDisk,
|
|
52
52
|
ResetInstanceRequest,
|
|
53
|
-
|
|
53
|
+
ModifyHpcClusterAttributeRequest,
|
|
54
|
+
ExitRescueModeResponse,
|
|
54
55
|
DescribeChcHostsResponse,
|
|
55
56
|
InstanceTypeConfig,
|
|
56
57
|
RepairTaskControlRequest,
|
|
@@ -85,6 +86,7 @@ import {
|
|
|
85
86
|
DescribeInstancesOperationLimitRequest,
|
|
86
87
|
ResetInstancesPasswordResponse,
|
|
87
88
|
ModifyImageAttributeRequest,
|
|
89
|
+
EnterRescueModeRequest,
|
|
88
90
|
DescribeInstanceVncUrlRequest,
|
|
89
91
|
StopInstancesResponse,
|
|
90
92
|
ModifyImageSharePermissionRequest,
|
|
@@ -161,6 +163,7 @@ import {
|
|
|
161
163
|
DescribeReservedInstancesOfferingsRequest,
|
|
162
164
|
ReservedInstanceFamilyItem,
|
|
163
165
|
DescribeInternetChargeTypeConfigsRequest,
|
|
166
|
+
ExitRescueModeRequest,
|
|
164
167
|
DescribeDisasterRecoverGroupsResponse,
|
|
165
168
|
ExportImagesRequest,
|
|
166
169
|
ActionTimer,
|
|
@@ -190,7 +193,7 @@ import {
|
|
|
190
193
|
CreateHpcClusterRequest,
|
|
191
194
|
InquiryPriceResetInstancesInternetMaxBandwidthRequest,
|
|
192
195
|
ModifyHostsAttributeResponse,
|
|
193
|
-
|
|
196
|
+
EnterRescueModeResponse,
|
|
194
197
|
DescribeTaskInfoResponse,
|
|
195
198
|
DescribeDisasterRecoverGroupQuotaRequest,
|
|
196
199
|
StartInstancesResponse,
|
|
@@ -231,6 +234,7 @@ import {
|
|
|
231
234
|
RebootInstancesResponse,
|
|
232
235
|
DescribeChcHostsRequest,
|
|
233
236
|
ModifyInstanceDiskTypeRequest,
|
|
237
|
+
LaunchTemplate,
|
|
234
238
|
InquiryPriceResetInstancesTypeResponse,
|
|
235
239
|
DeleteHpcClustersRequest,
|
|
236
240
|
ReservedInstancesOffering,
|
|
@@ -594,6 +598,16 @@ export class Client extends AbstractClient {
|
|
|
594
598
|
return this.request("DescribeInstancesModification", req, cb)
|
|
595
599
|
}
|
|
596
600
|
|
|
601
|
+
/**
|
|
602
|
+
* 退出救援模式
|
|
603
|
+
*/
|
|
604
|
+
async ExitRescueMode(
|
|
605
|
+
req: ExitRescueModeRequest,
|
|
606
|
+
cb?: (error: string, rep: ExitRescueModeResponse) => void
|
|
607
|
+
): Promise<ExitRescueModeResponse> {
|
|
608
|
+
return this.request("ExitRescueMode", req, cb)
|
|
609
|
+
}
|
|
610
|
+
|
|
597
611
|
/**
|
|
598
612
|
* 本接口 (AssociateInstancesKeyPairs) 用于将密钥绑定到实例上。
|
|
599
613
|
|
|
@@ -783,6 +797,16 @@ export class Client extends AbstractClient {
|
|
|
783
797
|
return this.request("DescribeHosts", req, cb)
|
|
784
798
|
}
|
|
785
799
|
|
|
800
|
+
/**
|
|
801
|
+
* 进入救援模式
|
|
802
|
+
*/
|
|
803
|
+
async EnterRescueMode(
|
|
804
|
+
req: EnterRescueModeRequest,
|
|
805
|
+
cb?: (error: string, rep: EnterRescueModeResponse) => void
|
|
806
|
+
): Promise<EnterRescueModeResponse> {
|
|
807
|
+
return this.request("EnterRescueMode", req, cb)
|
|
808
|
+
}
|
|
809
|
+
|
|
786
810
|
/**
|
|
787
811
|
* 本接口 (DescribeInstancesStatus) 用于查询一个或多个实例的状态。
|
|
788
812
|
|
|
@@ -809,17 +809,31 @@ export interface ResetInstanceRequest {
|
|
|
809
809
|
}
|
|
810
810
|
|
|
811
811
|
/**
|
|
812
|
-
*
|
|
812
|
+
* ModifyHpcClusterAttribute请求参数结构体
|
|
813
813
|
*/
|
|
814
|
-
export interface
|
|
814
|
+
export interface ModifyHpcClusterAttributeRequest {
|
|
815
815
|
/**
|
|
816
|
-
*
|
|
816
|
+
* 高性能计算集群ID。
|
|
817
817
|
*/
|
|
818
|
-
|
|
818
|
+
HpcClusterId: string
|
|
819
819
|
/**
|
|
820
|
-
*
|
|
820
|
+
* 高性能计算集群新名称。
|
|
821
821
|
*/
|
|
822
|
-
|
|
822
|
+
Name?: string
|
|
823
|
+
/**
|
|
824
|
+
* 高性能计算集群新备注。
|
|
825
|
+
*/
|
|
826
|
+
Remark?: string
|
|
827
|
+
}
|
|
828
|
+
|
|
829
|
+
/**
|
|
830
|
+
* ExitRescueMode返回参数结构体
|
|
831
|
+
*/
|
|
832
|
+
export interface ExitRescueModeResponse {
|
|
833
|
+
/**
|
|
834
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
835
|
+
*/
|
|
836
|
+
RequestId?: string
|
|
823
837
|
}
|
|
824
838
|
|
|
825
839
|
/**
|
|
@@ -1488,6 +1502,28 @@ export interface ModifyImageAttributeRequest {
|
|
|
1488
1502
|
ImageDescription?: string
|
|
1489
1503
|
}
|
|
1490
1504
|
|
|
1505
|
+
/**
|
|
1506
|
+
* EnterRescueMode请求参数结构体
|
|
1507
|
+
*/
|
|
1508
|
+
export interface EnterRescueModeRequest {
|
|
1509
|
+
/**
|
|
1510
|
+
* 需要进入救援模式的实例id
|
|
1511
|
+
*/
|
|
1512
|
+
InstanceId: string
|
|
1513
|
+
/**
|
|
1514
|
+
* 救援模式下系统密码
|
|
1515
|
+
*/
|
|
1516
|
+
Password: string
|
|
1517
|
+
/**
|
|
1518
|
+
* 救援模式下系统用户名
|
|
1519
|
+
*/
|
|
1520
|
+
Username?: string
|
|
1521
|
+
/**
|
|
1522
|
+
* 是否强制关机
|
|
1523
|
+
*/
|
|
1524
|
+
ForceStop?: boolean
|
|
1525
|
+
}
|
|
1526
|
+
|
|
1491
1527
|
/**
|
|
1492
1528
|
* DescribeInstanceVncUrl请求参数结构体
|
|
1493
1529
|
*/
|
|
@@ -3574,6 +3610,16 @@ export interface ReservedInstanceFamilyItem {
|
|
|
3574
3610
|
*/
|
|
3575
3611
|
export type DescribeInternetChargeTypeConfigsRequest = null
|
|
3576
3612
|
|
|
3613
|
+
/**
|
|
3614
|
+
* ExitRescueMode请求参数结构体
|
|
3615
|
+
*/
|
|
3616
|
+
export interface ExitRescueModeRequest {
|
|
3617
|
+
/**
|
|
3618
|
+
* 退出救援模式的实例id
|
|
3619
|
+
*/
|
|
3620
|
+
InstanceId: string
|
|
3621
|
+
}
|
|
3622
|
+
|
|
3577
3623
|
/**
|
|
3578
3624
|
* DescribeDisasterRecoverGroups返回参数结构体
|
|
3579
3625
|
*/
|
|
@@ -4348,21 +4394,13 @@ export interface ModifyHostsAttributeResponse {
|
|
|
4348
4394
|
}
|
|
4349
4395
|
|
|
4350
4396
|
/**
|
|
4351
|
-
*
|
|
4397
|
+
* EnterRescueMode返回参数结构体
|
|
4352
4398
|
*/
|
|
4353
|
-
export interface
|
|
4354
|
-
/**
|
|
4355
|
-
* 高性能计算集群ID。
|
|
4356
|
-
*/
|
|
4357
|
-
HpcClusterId: string
|
|
4358
|
-
/**
|
|
4359
|
-
* 高性能计算集群新名称。
|
|
4360
|
-
*/
|
|
4361
|
-
Name?: string
|
|
4399
|
+
export interface EnterRescueModeResponse {
|
|
4362
4400
|
/**
|
|
4363
|
-
*
|
|
4401
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
4364
4402
|
*/
|
|
4365
|
-
|
|
4403
|
+
RequestId?: string
|
|
4366
4404
|
}
|
|
4367
4405
|
|
|
4368
4406
|
/**
|
|
@@ -5307,6 +5345,20 @@ export interface ModifyInstanceDiskTypeRequest {
|
|
|
5307
5345
|
SystemDisk?: SystemDisk
|
|
5308
5346
|
}
|
|
5309
5347
|
|
|
5348
|
+
/**
|
|
5349
|
+
* 实例启动模板,通过该参数可使用实例模板中的预设参数创建实例。
|
|
5350
|
+
*/
|
|
5351
|
+
export interface LaunchTemplate {
|
|
5352
|
+
/**
|
|
5353
|
+
* 实例启动模板ID,通过该参数可使用实例模板中的预设参数创建实例。
|
|
5354
|
+
*/
|
|
5355
|
+
LaunchTemplateId?: string
|
|
5356
|
+
/**
|
|
5357
|
+
* 实例启动模板版本号,若给定,新实例启动模板将基于给定的版本号创建
|
|
5358
|
+
*/
|
|
5359
|
+
LaunchTemplateVersion?: number
|
|
5360
|
+
}
|
|
5361
|
+
|
|
5310
5362
|
/**
|
|
5311
5363
|
* InquiryPriceResetInstancesType返回参数结构体
|
|
5312
5364
|
*/
|