tencentcloud-sdk-nodejs 4.0.268 → 4.0.272
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 +842 -0
- package/SERVICE_CHANGELOG.md +885 -225
- package/package.json +1 -1
- package/products.md +39 -39
- package/src/common/sdk_version.ts +1 -1
- package/src/services/apigateway/v20180808/apigateway_client.ts +3 -2
- package/src/services/apigateway/v20180808/apigateway_models.ts +56 -22
- package/src/services/as/v20180419/as_models.ts +3 -3
- package/src/services/billing/v20180709/billing_models.ts +18 -0
- package/src/services/cbs/v20170312/cbs_client.ts +27 -11
- package/src/services/cbs/v20170312/cbs_models.ts +44 -14
- package/src/services/cdb/v20170320/cdb_client.ts +3 -3
- package/src/services/cdb/v20170320/cdb_models.ts +46 -11
- package/src/services/cfw/v20190904/cfw_models.ts +19 -2
- package/src/services/clb/v20180317/clb_client.ts +3 -0
- package/src/services/cvm/v20170312/cvm_client.ts +2 -1
- package/src/services/cvm/v20170312/cvm_models.ts +10 -0
- package/src/services/cwp/v20180228/cwp_client.ts +1 -1
- package/src/services/cwp/v20180228/cwp_models.ts +44 -2
- package/src/services/dbbrain/v20210527/dbbrain_client.ts +28 -4
- package/src/services/dbbrain/v20210527/dbbrain_models.ts +166 -71
- package/src/services/dcdb/v20180411/dcdb_client.ts +12 -0
- package/src/services/dcdb/v20180411/dcdb_models.ts +51 -5
- package/src/services/dlc/v20210125/dlc_models.ts +2 -2
- package/src/services/eiam/v20210420/eiam_client.ts +1 -1
- package/src/services/eiam/v20210420/eiam_models.ts +31 -31
- package/src/services/essbasic/v20210526/essbasic_client.ts +12 -19
- package/src/services/essbasic/v20210526/essbasic_models.ts +12 -7
- package/src/services/gaap/v20180529/gaap_models.ts +115 -1
- package/src/services/gs/v20191118/gs_client.ts +24 -0
- package/src/services/gs/v20191118/gs_models.ts +45 -0
- package/src/services/iotcloud/v20180614/iotcloud_client.ts +41 -2
- package/src/services/iotcloud/v20180614/iotcloud_models.ts +334 -28
- package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +542 -431
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +538 -64
- package/src/services/lighthouse/v20200324/lighthouse_client.ts +1 -0
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +20 -0
- package/src/services/live/v20180801/live_models.ts +1 -0
- package/src/services/mariadb/v20170312/mariadb_client.ts +25 -1
- package/src/services/mariadb/v20170312/mariadb_models.ts +188 -26
- package/src/services/monitor/v20180724/monitor_models.ts +12 -0
- package/src/services/ocr/v20181119/ocr_models.ts +3 -2
- package/src/services/postgres/v20170312/postgres_client.ts +87 -13
- package/src/services/postgres/v20170312/postgres_models.ts +370 -13
- package/src/services/rce/v20201103/rce_models.ts +5 -0
- package/src/services/scf/v20180416/scf_models.ts +9 -3
- package/src/services/ses/v20201002/ses_models.ts +8 -3
- package/src/services/sms/v20190711/sms_client.ts +2 -1
- package/src/services/sms/v20190711/sms_models.ts +19 -15
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +6 -1
- package/src/services/ssm/v20190923/ssm_client.ts +3 -2
- package/src/services/ssm/v20190923/ssm_models.ts +36 -14
- package/src/services/tat/v20201028/tat_models.ts +3 -3
- package/src/services/tcb/v20180608/tcb_client.ts +14 -0
- package/src/services/tcb/v20180608/tcb_models.ts +115 -0
- package/src/services/tcss/v20201101/tcss_models.ts +9 -4
- package/src/services/tdmq/v20200217/tdmq_models.ts +1 -1
- package/src/services/tem/v20210701/tem_models.ts +37 -3
- package/src/services/tms/v20201229/tms_client.ts +1 -1
- package/src/services/tms/v20201229/tms_models.ts +1 -1
- package/src/services/vod/v20180717/vod_models.ts +18 -1
- package/src/services/wav/v20210129/wav_client.ts +2 -2
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/apigateway/v20180808/apigateway_client.d.ts +1 -1
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +48 -18
- package/tencentcloud/services/as/v20180419/as_models.d.ts +3 -3
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +17 -0
- package/tencentcloud/services/cbs/v20170312/cbs_client.d.ts +14 -6
- package/tencentcloud/services/cbs/v20170312/cbs_client.js +16 -6
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +39 -13
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +3 -3
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +2 -2
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +40 -11
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +16 -2
- package/tencentcloud/services/clb/v20180317/clb_client.d.ts +3 -0
- package/tencentcloud/services/clb/v20180317/clb_client.js +3 -0
- package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +2 -1
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +2 -1
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +8 -0
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +1 -1
- package/tencentcloud/services/cwp/v20180228/cwp_client.js +1 -1
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +37 -2
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.d.ts +9 -1
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.js +12 -0
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +143 -63
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +5 -1
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +6 -0
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +44 -5
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +2 -2
- package/tencentcloud/services/eiam/v20210420/eiam_models.d.ts +27 -27
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +10 -17
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +10 -17
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +11 -7
- package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +102 -1
- package/tencentcloud/services/gs/v20191118/gs_client.d.ts +9 -1
- package/tencentcloud/services/gs/v20191118/gs_client.js +12 -0
- package/tencentcloud/services/gs/v20191118/gs_models.d.ts +40 -0
- package/tencentcloud/services/iotcloud/v20180614/iotcloud_client.d.ts +13 -1
- package/tencentcloud/services/iotcloud/v20180614/iotcloud_client.js +18 -0
- package/tencentcloud/services/iotcloud/v20180614/iotcloud_models.d.ts +282 -27
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +179 -143
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +267 -213
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +462 -59
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +17 -0
- package/tencentcloud/services/live/v20180801/live_models.d.ts +1 -0
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +9 -1
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +12 -0
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +156 -21
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +10 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +3 -2
- package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +29 -5
- package/tencentcloud/services/postgres/v20170312/postgres_client.js +42 -6
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +313 -12
- package/tencentcloud/services/rce/v20201103/rce_models.d.ts +4 -0
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +8 -3
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +7 -3
- package/tencentcloud/services/sms/v20190711/sms_client.d.ts +2 -1
- package/tencentcloud/services/sms/v20190711/sms_client.js +2 -1
- package/tencentcloud/services/sms/v20190711/sms_models.d.ts +19 -15
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +5 -1
- package/tencentcloud/services/ssm/v20190923/ssm_client.d.ts +2 -1
- package/tencentcloud/services/ssm/v20190923/ssm_client.js +2 -1
- package/tencentcloud/services/ssm/v20190923/ssm_models.d.ts +33 -14
- package/tencentcloud/services/tat/v20201028/tat_models.d.ts +3 -3
- package/tencentcloud/services/tcb/v20180608/tcb_client.d.ts +5 -1
- package/tencentcloud/services/tcb/v20180608/tcb_client.js +6 -0
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +96 -0
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +7 -2
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +1 -1
- package/tencentcloud/services/tem/v20210701/tem_models.d.ts +31 -3
- package/tencentcloud/services/tms/v20201229/tms_client.d.ts +1 -1
- package/tencentcloud/services/tms/v20201229/tms_client.js +1 -1
- package/tencentcloud/services/tms/v20201229/tms_models.d.ts +1 -1
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +17 -1
- package/tencentcloud/services/wav/v20210129/wav_client.d.ts +2 -2
- package/tencentcloud/services/wav/v20210129/wav_client.js +2 -2
- package/test/cbs.v20170312.test.js +12 -2
- package/test/dbbrain.v20210527.test.js +20 -0
- package/test/dcdb.v20180411.test.js +10 -0
- package/test/gs.v20191118.test.js +20 -0
- package/test/iotcloud.v20180614.test.js +30 -0
- package/test/iotexplorer.v20190423.test.js +240 -150
- package/test/mariadb.v20170312.test.js +20 -0
- package/test/postgres.v20170312.test.js +64 -4
- package/test/tcb.v20180608.test.js +10 -0
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -11,15 +11,15 @@
|
|
|
11
11
|
| apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2021-11-10 08:02:02 |
|
|
12
12
|
| ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2021-11-10 08:02:03 |
|
|
13
13
|
| api | [云 API](https://cloud.tencent.com/document/product/546) | 2021-04-25 10:09:57 |
|
|
14
|
-
| apigateway | [API网关](https://cloud.tencent.com/document/product/628) |
|
|
14
|
+
| apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2022-01-10 08:05:32 |
|
|
15
15
|
| apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2022-01-05 08:03:38 |
|
|
16
|
-
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-01-
|
|
16
|
+
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-01-11 08:03:10 |
|
|
17
17
|
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2021-12-22 08:06:39 |
|
|
18
18
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2021-11-29 08:03:58 |
|
|
19
19
|
| ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2021-11-10 08:02:33 |
|
|
20
20
|
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2021-11-10 08:02:34 |
|
|
21
21
|
| bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2022-01-03 08:04:43 |
|
|
22
|
-
| billing | [计费相关](https://cloud.tencent.com/document/product/555) |
|
|
22
|
+
| billing | [计费相关](https://cloud.tencent.com/document/product/555) | 2022-01-11 08:03:32 |
|
|
23
23
|
| bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
|
|
24
24
|
| bm | [黑石物理服务器1.0](https://cloud.tencent.com/document/product/386) | 2021-11-10 08:02:45 |
|
|
25
25
|
| bmeip | [黑石弹性公网IP](https://cloud.tencent.com/document/product/1028) | 2021-11-10 08:02:52 |
|
|
@@ -30,19 +30,19 @@
|
|
|
30
30
|
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2022-01-07 08:04:06 |
|
|
31
31
|
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2021-12-03 08:02:43 |
|
|
32
32
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2021-12-22 08:07:25 |
|
|
33
|
-
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) |
|
|
33
|
+
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-01-13 08:11:09 |
|
|
34
34
|
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2021-12-10 08:02:29 |
|
|
35
|
-
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-01-
|
|
35
|
+
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-01-13 08:11:45 |
|
|
36
36
|
| cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-01-05 08:05:09 |
|
|
37
37
|
| cds | [数据安全审计](https://cloud.tencent.com/document/product/856) | 2021-12-24 08:06:33 |
|
|
38
38
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2021-12-06 08:02:54 |
|
|
39
|
-
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) |
|
|
39
|
+
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2022-01-13 08:15:21 |
|
|
40
40
|
| chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2021-12-21 08:02:31 |
|
|
41
41
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2021-12-16 08:06:21 |
|
|
42
42
|
| cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
|
|
43
43
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
44
44
|
| ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2021-12-23 08:07:26 |
|
|
45
|
-
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-01-
|
|
45
|
+
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-01-12 08:07:03 |
|
|
46
46
|
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2021-11-16 08:07:51 |
|
|
47
47
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2021-11-10 08:04:28 |
|
|
48
48
|
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-01-07 08:05:42 |
|
|
@@ -51,38 +51,38 @@
|
|
|
51
51
|
| cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
|
|
52
52
|
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2021-12-09 08:03:47 |
|
|
53
53
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
54
|
-
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-01-
|
|
55
|
-
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) |
|
|
54
|
+
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-01-13 08:23:09 |
|
|
55
|
+
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-01-10 08:08:49 |
|
|
56
56
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
57
57
|
| cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2021-11-17 08:10:15 |
|
|
58
58
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2021-11-10 08:05:47 |
|
|
59
|
-
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) |
|
|
59
|
+
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2022-01-10 08:09:43 |
|
|
60
60
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2021-11-10 08:06:00 |
|
|
61
|
-
| dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) |
|
|
62
|
-
| dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2022-01-
|
|
61
|
+
| dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2022-01-13 08:32:29 |
|
|
62
|
+
| dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2022-01-12 08:09:02 |
|
|
63
63
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2021-12-17 08:10:50 |
|
|
64
64
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2021-12-06 08:05:24 |
|
|
65
65
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2021-11-10 08:06:23 |
|
|
66
66
|
| ds | [电子合同服务](https://cloud.tencent.com/document/product/869) | 2021-11-10 08:06:24 |
|
|
67
67
|
| dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2021-11-10 08:06:26 |
|
|
68
68
|
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2021-12-21 08:05:11 |
|
|
69
|
-
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2022-01-
|
|
69
|
+
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2022-01-10 08:10:21 |
|
|
70
70
|
| ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2021-11-10 08:06:30 |
|
|
71
71
|
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2021-12-22 08:11:17 |
|
|
72
72
|
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2021-12-06 08:05:41 |
|
|
73
|
-
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2022-01-
|
|
73
|
+
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2022-01-12 20:31:09 |
|
|
74
74
|
| eis | [企业集成服务](https://cloud.tencent.com/document/product/1270) | 2021-11-10 08:06:56 |
|
|
75
75
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2021-12-10 08:06:20 |
|
|
76
76
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2021-12-30 08:09:09 |
|
|
77
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-01-
|
|
78
|
-
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-01-
|
|
77
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-01-13 08:37:40 |
|
|
78
|
+
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-01-10 08:11:01 |
|
|
79
79
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-01-07 08:08:34 |
|
|
80
80
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2021-12-14 08:10:17 |
|
|
81
81
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2021-12-08 08:10:45 |
|
|
82
|
-
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) |
|
|
82
|
+
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2022-01-11 08:09:11 |
|
|
83
83
|
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2021-12-23 08:10:54 |
|
|
84
84
|
| gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2021-11-10 08:07:27 |
|
|
85
|
-
| gs | [云游戏解决方案](https://cloud.tencent.com/document/product/1162) |
|
|
85
|
+
| gs | [云游戏解决方案](https://cloud.tencent.com/document/product/1162) | 2022-01-12 08:10:24 |
|
|
86
86
|
| gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2021-11-10 08:07:31 |
|
|
87
87
|
| habo | [](https://cloud.tencent.com/document/product) | 2019-05-09 19:37:22 |
|
|
88
88
|
| hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2021-11-10 08:07:42 |
|
|
@@ -94,22 +94,22 @@
|
|
|
94
94
|
| ims | [图片内容检测](https://cloud.tencent.com/document/product/1125) | 2021-11-10 08:07:49 |
|
|
95
95
|
| iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2021-11-10 08:07:50 |
|
|
96
96
|
| iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2021-07-21 08:06:35 |
|
|
97
|
-
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) |
|
|
97
|
+
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2022-01-11 08:10:29 |
|
|
98
98
|
| iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2021-11-10 08:08:16 |
|
|
99
99
|
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2021-12-24 08:11:21 |
|
|
100
100
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-01-07 08:10:07 |
|
|
101
101
|
| ivld | [视频智能标签](https://cloud.tencent.com/document/product/1509) | 2021-11-30 14:56:41 |
|
|
102
102
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2021-12-24 08:11:42 |
|
|
103
|
-
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) |
|
|
104
|
-
| live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-01-
|
|
103
|
+
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-01-11 08:11:43 |
|
|
104
|
+
| live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-01-11 08:11:54 |
|
|
105
105
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2021-11-10 08:08:46 |
|
|
106
|
-
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) |
|
|
106
|
+
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-01-13 08:50:16 |
|
|
107
107
|
| market | [云市场](https://cloud.tencent.com/document/product/306) | 2021-11-10 08:08:54 |
|
|
108
108
|
| memcached | [云数据库 Memcached](https://cloud.tencent.com/document/product) | 2020-08-24 08:07:49 |
|
|
109
109
|
| mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2021-11-10 08:08:55 |
|
|
110
110
|
| mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2021-11-10 08:08:55 |
|
|
111
111
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-01-05 08:11:21 |
|
|
112
|
-
| monitor | [云监控](https://cloud.tencent.com/document/product/248) |
|
|
112
|
+
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-01-12 08:12:33 |
|
|
113
113
|
| mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2021-11-24 08:11:23 |
|
|
114
114
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2021-12-14 08:12:50 |
|
|
115
115
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product) | 2020-06-05 08:13:52 |
|
|
@@ -118,46 +118,46 @@
|
|
|
118
118
|
| nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2021-12-21 16:54:01 |
|
|
119
119
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
120
120
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2021-12-21 08:08:44 |
|
|
121
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-01-
|
|
121
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-01-12 08:13:07 |
|
|
122
122
|
| organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2021-12-30 08:12:38 |
|
|
123
123
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2021-11-18 08:11:02 |
|
|
124
124
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2021-11-10 08:09:50 |
|
|
125
|
-
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) |
|
|
125
|
+
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2022-01-13 08:55:35 |
|
|
126
126
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2021-12-23 08:13:49 |
|
|
127
|
-
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) |
|
|
127
|
+
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2022-01-10 08:14:37 |
|
|
128
128
|
| redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2021-12-07 13:09:58 |
|
|
129
129
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2021-11-10 08:10:03 |
|
|
130
130
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2021-11-10 08:10:04 |
|
|
131
131
|
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2021-12-16 08:13:07 |
|
|
132
|
-
| scf | [云函数](https://cloud.tencent.com/document/product/583) |
|
|
133
|
-
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-01-
|
|
132
|
+
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2022-01-12 08:13:52 |
|
|
133
|
+
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-01-13 08:58:20 |
|
|
134
134
|
| smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2021-11-10 08:10:15 |
|
|
135
135
|
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2022-01-05 08:12:50 |
|
|
136
136
|
| soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2021-11-18 08:11:34 |
|
|
137
137
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
138
|
-
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) |
|
|
138
|
+
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2022-01-10 08:15:07 |
|
|
139
139
|
| ssa | [态势感知](https://cloud.tencent.com/document/product/664) | 2021-11-22 08:10:13 |
|
|
140
140
|
| ssl | [证书](https://cloud.tencent.com/document/product/400) | 2021-12-22 08:15:53 |
|
|
141
141
|
| sslpod | [SSL 证书监控](https://cloud.tencent.com/document/product/1084) | 2021-11-10 08:10:37 |
|
|
142
|
-
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) |
|
|
142
|
+
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2022-01-11 08:14:31 |
|
|
143
143
|
| sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2021-12-16 08:13:48 |
|
|
144
144
|
| taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2021-12-23 08:14:47 |
|
|
145
145
|
| tag | [标签](https://cloud.tencent.com/document/product/651) | 2021-11-10 08:10:44 |
|
|
146
|
-
| tat | [腾讯云自动化助手](https://cloud.tencent.com/document/product/1340) |
|
|
146
|
+
| tat | [腾讯云自动化助手](https://cloud.tencent.com/document/product/1340) | 2022-01-13 09:01:34 |
|
|
147
147
|
| tav | [文件检测](https://cloud.tencent.com/document/product) | 2019-11-28 22:10:04 |
|
|
148
148
|
| tbaas | [TBaaS](https://cloud.tencent.com/document/product/663) | 2021-11-10 08:10:50 |
|
|
149
149
|
| tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
|
|
150
150
|
| tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2021-11-10 08:10:55 |
|
|
151
151
|
| tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2021-11-10 08:10:55 |
|
|
152
|
-
| tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) |
|
|
152
|
+
| tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2022-01-13 09:02:45 |
|
|
153
153
|
| tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2021-11-10 08:11:12 |
|
|
154
154
|
| tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
|
|
155
155
|
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2021-11-18 08:12:32 |
|
|
156
156
|
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2021-12-24 08:15:03 |
|
|
157
|
-
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-01-
|
|
157
|
+
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-01-11 08:15:25 |
|
|
158
158
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2021-11-10 08:11:24 |
|
|
159
|
-
| tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) |
|
|
160
|
-
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) |
|
|
159
|
+
| tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-01-11 08:15:51 |
|
|
160
|
+
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-01-12 08:15:47 |
|
|
161
161
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2021-12-27 08:11:18 |
|
|
162
162
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
163
163
|
| tic | [腾讯云IaC平台](https://cloud.tencent.com/document/product/1213) | 2021-11-10 08:11:35 |
|
|
@@ -167,9 +167,9 @@
|
|
|
167
167
|
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2021-12-22 08:17:35 |
|
|
168
168
|
| tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2022-01-07 08:14:32 |
|
|
169
169
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2021-12-27 08:11:32 |
|
|
170
|
-
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-01-
|
|
170
|
+
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-01-12 08:16:10 |
|
|
171
171
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
172
|
-
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) |
|
|
172
|
+
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-01-13 09:12:45 |
|
|
173
173
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2021-11-10 08:12:05 |
|
|
174
174
|
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2021-11-11 11:09:51 |
|
|
175
175
|
| tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2021-12-16 08:15:47 |
|
|
@@ -179,10 +179,10 @@
|
|
|
179
179
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2021-11-10 08:12:34 |
|
|
180
180
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2021-12-21 08:12:32 |
|
|
181
181
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2021-11-10 08:12:38 |
|
|
182
|
-
| vod | [云点播](https://cloud.tencent.com/document/product/266) |
|
|
182
|
+
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-01-11 08:17:35 |
|
|
183
183
|
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2021-12-23 08:17:39 |
|
|
184
184
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2021-12-02 08:14:23 |
|
|
185
|
-
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-01-
|
|
185
|
+
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-01-10 08:18:57 |
|
|
186
186
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
187
187
|
| youmall | [](https://cloud.tencent.com/document/product) | 2019-01-11 11:24:15 |
|
|
188
188
|
| yunjing | [主机安全](https://cloud.tencent.com/document/product) | 2020-09-15 08:08:47 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.272"
|
|
@@ -95,6 +95,7 @@ import {
|
|
|
95
95
|
OauthConfig,
|
|
96
96
|
ModifyApiEnvironmentStrategyRequest,
|
|
97
97
|
NetworkConfig,
|
|
98
|
+
ServiceReleaseHistory,
|
|
98
99
|
ModifyUsagePlanResponse,
|
|
99
100
|
CreateUsagePlanResponse,
|
|
100
101
|
DomainSets,
|
|
@@ -114,8 +115,8 @@ import {
|
|
|
114
115
|
CreateServiceRequest,
|
|
115
116
|
DescribeIPStrategysStatusRequest,
|
|
116
117
|
DemoteServiceUsagePlanResponse,
|
|
118
|
+
DescribePluginApisResponse,
|
|
117
119
|
EnableApiKeyResponse,
|
|
118
|
-
ServiceReleaseHistory,
|
|
119
120
|
DeleteApiAppRequest,
|
|
120
121
|
UnReleaseServiceResponse,
|
|
121
122
|
CreateAPIDocResponse,
|
|
@@ -159,7 +160,7 @@ import {
|
|
|
159
160
|
DescribePluginsResponse,
|
|
160
161
|
ReleaseServiceResponse,
|
|
161
162
|
APIDocInfo,
|
|
162
|
-
|
|
163
|
+
CosConfig,
|
|
163
164
|
ModifyApiIncrementRequest,
|
|
164
165
|
GenerateApiDocumentRequest,
|
|
165
166
|
ServiceUsagePlanSet,
|
|
@@ -1370,6 +1370,12 @@ export interface ServiceConfig {
|
|
|
1370
1370
|
* API的后端服务请求方法,如 GET。如果 ServiceType 是 HTTP,则此参数必传。前后端方法可不同。
|
|
1371
1371
|
*/
|
|
1372
1372
|
Method?: string
|
|
1373
|
+
|
|
1374
|
+
/**
|
|
1375
|
+
* API后端COS配置。如果 ServiceType 是 COS,则此参数必传。
|
|
1376
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1377
|
+
*/
|
|
1378
|
+
CosConfig?: CosConfig
|
|
1373
1379
|
}
|
|
1374
1380
|
|
|
1375
1381
|
/**
|
|
@@ -2276,6 +2282,23 @@ export interface NetworkConfig {
|
|
|
2276
2282
|
OutboundIpAddresses: Array<string>
|
|
2277
2283
|
}
|
|
2278
2284
|
|
|
2285
|
+
/**
|
|
2286
|
+
* 服务发布历史
|
|
2287
|
+
*/
|
|
2288
|
+
export interface ServiceReleaseHistory {
|
|
2289
|
+
/**
|
|
2290
|
+
* 发布版本总数。
|
|
2291
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2292
|
+
*/
|
|
2293
|
+
TotalCount: number
|
|
2294
|
+
|
|
2295
|
+
/**
|
|
2296
|
+
* 历史版本列表。
|
|
2297
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2298
|
+
*/
|
|
2299
|
+
VersionList: Array<ServiceReleaseHistoryInfo>
|
|
2300
|
+
}
|
|
2301
|
+
|
|
2279
2302
|
/**
|
|
2280
2303
|
* ModifyUsagePlan返回参数结构体
|
|
2281
2304
|
*/
|
|
@@ -2735,14 +2758,13 @@ export interface DemoteServiceUsagePlanResponse {
|
|
|
2735
2758
|
}
|
|
2736
2759
|
|
|
2737
2760
|
/**
|
|
2738
|
-
*
|
|
2761
|
+
* DescribePluginApis返回参数结构体
|
|
2739
2762
|
*/
|
|
2740
|
-
export interface
|
|
2763
|
+
export interface DescribePluginApisResponse {
|
|
2741
2764
|
/**
|
|
2742
|
-
|
|
2743
|
-
|
|
2744
|
-
|
|
2745
|
-
Result?: boolean
|
|
2765
|
+
* 插件绑定的API列表信息。
|
|
2766
|
+
*/
|
|
2767
|
+
Result: AttachedApiSummary
|
|
2746
2768
|
|
|
2747
2769
|
/**
|
|
2748
2770
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -2751,20 +2773,19 @@ export interface EnableApiKeyResponse {
|
|
|
2751
2773
|
}
|
|
2752
2774
|
|
|
2753
2775
|
/**
|
|
2754
|
-
*
|
|
2776
|
+
* EnableApiKey返回参数结构体
|
|
2755
2777
|
*/
|
|
2756
|
-
export interface
|
|
2778
|
+
export interface EnableApiKeyResponse {
|
|
2757
2779
|
/**
|
|
2758
|
-
*
|
|
2780
|
+
* 启动密钥操作是否成功。
|
|
2759
2781
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2760
2782
|
*/
|
|
2761
|
-
|
|
2783
|
+
Result?: boolean
|
|
2762
2784
|
|
|
2763
2785
|
/**
|
|
2764
|
-
|
|
2765
|
-
|
|
2766
|
-
|
|
2767
|
-
VersionList: Array<ServiceReleaseHistoryInfo>
|
|
2786
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2787
|
+
*/
|
|
2788
|
+
RequestId?: string
|
|
2768
2789
|
}
|
|
2769
2790
|
|
|
2770
2791
|
/**
|
|
@@ -4258,18 +4279,31 @@ export interface APIDocInfo {
|
|
|
4258
4279
|
}
|
|
4259
4280
|
|
|
4260
4281
|
/**
|
|
4261
|
-
*
|
|
4282
|
+
* cos类型的api配置
|
|
4262
4283
|
*/
|
|
4263
|
-
export interface
|
|
4284
|
+
export interface CosConfig {
|
|
4264
4285
|
/**
|
|
4265
|
-
|
|
4266
|
-
|
|
4267
|
-
|
|
4286
|
+
* API调用后端COS的方式,前端请求方法与Action的可选值为:
|
|
4287
|
+
GET:GetObject
|
|
4288
|
+
PUT:PutObject
|
|
4289
|
+
POST:PostObject、AppendObject
|
|
4290
|
+
HEAD: HeadObject
|
|
4291
|
+
DELETE: DeleteObject。
|
|
4292
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4293
|
+
*/
|
|
4294
|
+
Action: string
|
|
4268
4295
|
|
|
4269
4296
|
/**
|
|
4270
|
-
|
|
4271
|
-
|
|
4272
|
-
|
|
4297
|
+
* API后端COS的存储桶名。
|
|
4298
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4299
|
+
*/
|
|
4300
|
+
BucketName: string
|
|
4301
|
+
|
|
4302
|
+
/**
|
|
4303
|
+
* API调用后端COS的签名开关,默认为false。
|
|
4304
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4305
|
+
*/
|
|
4306
|
+
Authorization?: boolean
|
|
4273
4307
|
}
|
|
4274
4308
|
|
|
4275
4309
|
/**
|
|
@@ -1105,7 +1105,7 @@ export interface DescribeAutoScalingInstancesRequest {
|
|
|
1105
1105
|
Offset?: number
|
|
1106
1106
|
|
|
1107
1107
|
/**
|
|
1108
|
-
* 返回数量,默认为20,最大值为
|
|
1108
|
+
* 返回数量,默认为20,最大值为2000。关于`Limit`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。
|
|
1109
1109
|
*/
|
|
1110
1110
|
Limit?: number
|
|
1111
1111
|
}
|
|
@@ -2491,12 +2491,12 @@ export interface DescribeAutoScalingInstancesResponse {
|
|
|
2491
2491
|
/**
|
|
2492
2492
|
* 实例详细信息列表。
|
|
2493
2493
|
*/
|
|
2494
|
-
AutoScalingInstanceSet
|
|
2494
|
+
AutoScalingInstanceSet: Array<Instance>
|
|
2495
2495
|
|
|
2496
2496
|
/**
|
|
2497
2497
|
* 符合条件的实例数量。
|
|
2498
2498
|
*/
|
|
2499
|
-
TotalCount
|
|
2499
|
+
TotalCount: number
|
|
2500
2500
|
|
|
2501
2501
|
/**
|
|
2502
2502
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -2423,6 +2423,24 @@ export interface Deal {
|
|
|
2423
2423
|
* 付费模式:prePay 预付费 postPay后付费 riPay预留实例
|
|
2424
2424
|
*/
|
|
2425
2425
|
PayMode: string
|
|
2426
|
+
|
|
2427
|
+
/**
|
|
2428
|
+
* 交易类型
|
|
2429
|
+
modifyNetworkMode 调整带宽模式
|
|
2430
|
+
modifyNetworkSize 调整带宽大小
|
|
2431
|
+
refund 退款
|
|
2432
|
+
downgrade 降配
|
|
2433
|
+
upgrade 升配
|
|
2434
|
+
renew 续费
|
|
2435
|
+
purchase 购买
|
|
2436
|
+
preMoveOut 包年包月迁出资源
|
|
2437
|
+
preMoveIn 包年包月迁入资源
|
|
2438
|
+
preToPost 预付费转后付费
|
|
2439
|
+
postMoveOut 按量计费迁出资源
|
|
2440
|
+
postMoveIn 按量计费迁入资源
|
|
2441
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2442
|
+
*/
|
|
2443
|
+
Action: string
|
|
2426
2444
|
}
|
|
2427
2445
|
|
|
2428
2446
|
/**
|
|
@@ -19,7 +19,7 @@ import { AbstractClient } from "../../../common/abstract_client"
|
|
|
19
19
|
import { ClientConfig } from "../../../common/interface"
|
|
20
20
|
import {
|
|
21
21
|
ModifyDiskExtraPerformanceRequest,
|
|
22
|
-
|
|
22
|
+
ModifyDiskAttributesResponse,
|
|
23
23
|
AutoSnapshotPolicy,
|
|
24
24
|
DescribeSnapshotOperationLogsRequest,
|
|
25
25
|
ModifyAutoSnapshotPolicyAttributeResponse,
|
|
@@ -28,9 +28,10 @@ import {
|
|
|
28
28
|
CreateSnapshotResponse,
|
|
29
29
|
DescribeAutoSnapshotPoliciesRequest,
|
|
30
30
|
ModifySnapshotsSharePermissionResponse,
|
|
31
|
+
InitializeDisksResponse,
|
|
31
32
|
DescribeDiskStoragePoolRequest,
|
|
32
33
|
SnapshotOperationLog,
|
|
33
|
-
|
|
34
|
+
RenewDiskRequest,
|
|
34
35
|
InquirePriceModifyDiskExtraPerformanceResponse,
|
|
35
36
|
CreateDisksRequest,
|
|
36
37
|
AttachDisksRequest,
|
|
@@ -68,6 +69,7 @@ import {
|
|
|
68
69
|
DescribeDiskOperationLogsResponse,
|
|
69
70
|
ResizeDiskRequest,
|
|
70
71
|
ModifyDisksChargeTypeRequest,
|
|
72
|
+
InitializeDisksRequest,
|
|
71
73
|
CreateAutoSnapshotPolicyResponse,
|
|
72
74
|
ModifySnapshotAttributeRequest,
|
|
73
75
|
UnbindAutoSnapshotPolicyRequest,
|
|
@@ -261,6 +263,19 @@ export class Client extends AbstractClient {
|
|
|
261
263
|
return this.request("DeleteAutoSnapshotPolicies", req, cb)
|
|
262
264
|
}
|
|
263
265
|
|
|
266
|
+
/**
|
|
267
|
+
* 本接口(CreateAutoSnapshotPolicy)用于创建定期快照策略。
|
|
268
|
+
|
|
269
|
+
* 每个地域可创建的定期快照策略数量限制请参考文档[定期快照](/document/product/362/8191)。
|
|
270
|
+
* 每个地域可创建的快照有数量和容量的限制,具体请见腾讯云控制台快照页面提示,如果快照超配额,定期快照创建会失败。
|
|
271
|
+
*/
|
|
272
|
+
async CreateAutoSnapshotPolicy(
|
|
273
|
+
req: CreateAutoSnapshotPolicyRequest,
|
|
274
|
+
cb?: (error: string, rep: CreateAutoSnapshotPolicyResponse) => void
|
|
275
|
+
): Promise<CreateAutoSnapshotPolicyResponse> {
|
|
276
|
+
return this.request("CreateAutoSnapshotPolicy", req, cb)
|
|
277
|
+
}
|
|
278
|
+
|
|
264
279
|
/**
|
|
265
280
|
* 本接口(DescribeDisks)用于查询云硬盘列表。
|
|
266
281
|
|
|
@@ -373,16 +388,17 @@ export class Client extends AbstractClient {
|
|
|
373
388
|
}
|
|
374
389
|
|
|
375
390
|
/**
|
|
376
|
-
*
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
391
|
+
* 重新初始化云硬盘至云硬盘初始创建时的状态。使用云硬盘的重新初始化功能时需要注意以下4点:
|
|
392
|
+
1. 如果云硬盘是由快照创建的,则重新初始化会通过此快照重新回滚此云硬盘,即将云硬盘恢复为与快照一致的状态;
|
|
393
|
+
2. 如果云硬盘不是通过快照创建的,则重新初始化会清空此云硬盘的数据;请在重新初始化云硬盘前检查并备份必要的数据;
|
|
394
|
+
3. 当前仅未挂载的、非共享属性的数据盘云硬盘支持重新初始化;
|
|
395
|
+
4. 当创建此云硬盘的原始快照被删除时,不再支持重新初始化此云硬盘。
|
|
380
396
|
*/
|
|
381
|
-
async
|
|
382
|
-
req:
|
|
383
|
-
cb?: (error: string, rep:
|
|
384
|
-
): Promise<
|
|
385
|
-
return this.request("
|
|
397
|
+
async InitializeDisks(
|
|
398
|
+
req: InitializeDisksRequest,
|
|
399
|
+
cb?: (error: string, rep: InitializeDisksResponse) => void
|
|
400
|
+
): Promise<InitializeDisksResponse> {
|
|
401
|
+
return this.request("InitializeDisks", req, cb)
|
|
386
402
|
}
|
|
387
403
|
|
|
388
404
|
/**
|
|
@@ -31,18 +31,13 @@ export interface ModifyDiskExtraPerformanceRequest {
|
|
|
31
31
|
}
|
|
32
32
|
|
|
33
33
|
/**
|
|
34
|
-
*
|
|
34
|
+
* ModifyDiskAttributes返回参数结构体
|
|
35
35
|
*/
|
|
36
|
-
export interface
|
|
37
|
-
/**
|
|
38
|
-
* 预付费模式,即包年包月相关参数设置。通过该参数可以指定包年包月云盘的续费时长。<br>在云盘与挂载的实例一起续费的场景下,可以指定参数CurInstanceDeadline,此时云盘会按对齐到实例续费后的到期时间来续费。
|
|
39
|
-
*/
|
|
40
|
-
DiskChargePrepaid: DiskChargePrepaid
|
|
41
|
-
|
|
36
|
+
export interface ModifyDiskAttributesResponse {
|
|
42
37
|
/**
|
|
43
|
-
*
|
|
38
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
44
39
|
*/
|
|
45
|
-
|
|
40
|
+
RequestId?: string
|
|
46
41
|
}
|
|
47
42
|
|
|
48
43
|
/**
|
|
@@ -221,6 +216,16 @@ export interface ModifySnapshotsSharePermissionResponse {
|
|
|
221
216
|
RequestId?: string
|
|
222
217
|
}
|
|
223
218
|
|
|
219
|
+
/**
|
|
220
|
+
* InitializeDisks返回参数结构体
|
|
221
|
+
*/
|
|
222
|
+
export interface InitializeDisksResponse {
|
|
223
|
+
/**
|
|
224
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
225
|
+
*/
|
|
226
|
+
RequestId?: string
|
|
227
|
+
}
|
|
228
|
+
|
|
224
229
|
/**
|
|
225
230
|
* DescribeDiskStoragePool请求参数结构体
|
|
226
231
|
*/
|
|
@@ -293,13 +298,18 @@ PROCESSING :表示操作中。
|
|
|
293
298
|
}
|
|
294
299
|
|
|
295
300
|
/**
|
|
296
|
-
*
|
|
301
|
+
* RenewDisk请求参数结构体
|
|
297
302
|
*/
|
|
298
|
-
export interface
|
|
303
|
+
export interface RenewDiskRequest {
|
|
299
304
|
/**
|
|
300
|
-
*
|
|
305
|
+
* 预付费模式,即包年包月相关参数设置。通过该参数可以指定包年包月云盘的续费时长。<br>在云盘与挂载的实例一起续费的场景下,可以指定参数CurInstanceDeadline,此时云盘会按对齐到实例续费后的到期时间来续费。
|
|
301
306
|
*/
|
|
302
|
-
|
|
307
|
+
DiskChargePrepaid: DiskChargePrepaid
|
|
308
|
+
|
|
309
|
+
/**
|
|
310
|
+
* 云硬盘ID, 通过[DescribeDisks](/document/product/362/16315)接口查询。
|
|
311
|
+
*/
|
|
312
|
+
DiskId: string
|
|
303
313
|
}
|
|
304
314
|
|
|
305
315
|
/**
|
|
@@ -750,6 +760,11 @@ export interface Disk {
|
|
|
750
760
|
* 云硬盘的创建时间。
|
|
751
761
|
*/
|
|
752
762
|
CreateTime?: string
|
|
763
|
+
|
|
764
|
+
/**
|
|
765
|
+
* 销毁云盘时删除关联的非永久保留快照。0 表示非永久快照不随云盘销毁而销毁,1表示非永久快照随云盘销毁而销毁,默认取0。快照是否永久保留可以通过DescribeSnapshots接口返回的快照详情的IsPermanent字段来判断,true表示永久快照,false表示非永久快照。
|
|
766
|
+
*/
|
|
767
|
+
DeleteSnapshot: number
|
|
753
768
|
}
|
|
754
769
|
|
|
755
770
|
/**
|
|
@@ -812,7 +827,7 @@ export interface CreateSnapshotRequest {
|
|
|
812
827
|
SnapshotName?: string
|
|
813
828
|
|
|
814
829
|
/**
|
|
815
|
-
*
|
|
830
|
+
* 快照的到期时间,到期后该快照将会自动删除,需要传入UTC时间下的ISO-8601标准时间格式,例如:2022-01-08T09:47:55+00:00
|
|
816
831
|
*/
|
|
817
832
|
Deadline?: string
|
|
818
833
|
}
|
|
@@ -1073,6 +1088,11 @@ export interface TerminateDisksRequest {
|
|
|
1073
1088
|
* 需退还的云盘ID列表。
|
|
1074
1089
|
*/
|
|
1075
1090
|
DiskIds: Array<string>
|
|
1091
|
+
|
|
1092
|
+
/**
|
|
1093
|
+
* 销毁云盘时删除关联的非永久保留快照。0 表示非永久快照不随云盘销毁而销毁,1表示非永久快照随云盘销毁而销毁,默认取0。快照是否永久保留可以通过DescribeSnapshots接口返回的快照详情的IsPermanent字段来判断,true表示永久快照,false表示非永久快照。
|
|
1094
|
+
*/
|
|
1095
|
+
DeleteSnapshot?: number
|
|
1076
1096
|
}
|
|
1077
1097
|
|
|
1078
1098
|
/**
|
|
@@ -1155,6 +1175,16 @@ export interface ModifyDisksChargeTypeRequest {
|
|
|
1155
1175
|
DiskChargePostpaid?: boolean
|
|
1156
1176
|
}
|
|
1157
1177
|
|
|
1178
|
+
/**
|
|
1179
|
+
* InitializeDisks请求参数结构体
|
|
1180
|
+
*/
|
|
1181
|
+
export interface InitializeDisksRequest {
|
|
1182
|
+
/**
|
|
1183
|
+
* 待重新初始化的云硬盘ID列表, 单次初始化限制20块以内
|
|
1184
|
+
*/
|
|
1185
|
+
DiskIds: Array<string>
|
|
1186
|
+
}
|
|
1187
|
+
|
|
1158
1188
|
/**
|
|
1159
1189
|
* CreateAutoSnapshotPolicy返回参数结构体
|
|
1160
1190
|
*/
|
|
@@ -1022,10 +1022,10 @@ export class Client extends AbstractClient {
|
|
|
1022
1022
|
}
|
|
1023
1023
|
|
|
1024
1024
|
/**
|
|
1025
|
-
* 该接口(DescribeParamTemplates
|
|
1025
|
+
* 该接口(DescribeParamTemplates)查询参数模板列表,全地域公共参数Region均为ap-guangzhou。
|
|
1026
1026
|
*/
|
|
1027
1027
|
async DescribeParamTemplates(
|
|
1028
|
-
req
|
|
1028
|
+
req: DescribeParamTemplatesRequest,
|
|
1029
1029
|
cb?: (error: string, rep: DescribeParamTemplatesResponse) => void
|
|
1030
1030
|
): Promise<DescribeParamTemplatesResponse> {
|
|
1031
1031
|
return this.request("DescribeParamTemplates", req, cb)
|
|
@@ -1257,7 +1257,7 @@ export class Client extends AbstractClient {
|
|
|
1257
1257
|
}
|
|
1258
1258
|
|
|
1259
1259
|
/**
|
|
1260
|
-
* 本接口(DescribeUploadedFiles)用于查询用户导入的SQL
|
|
1260
|
+
* 本接口(DescribeUploadedFiles)用于查询用户导入的SQL文件列表,全地域公共参数Region均为ap-shanghai。
|
|
1261
1261
|
*/
|
|
1262
1262
|
async DescribeUploadedFiles(
|
|
1263
1263
|
req: DescribeUploadedFilesRequest,
|