tencentcloud-sdk-nodejs 4.0.266 → 4.0.270
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 +899 -0
- package/SERVICE_CHANGELOG.md +914 -94
- package/package.json +1 -1
- package/products.md +40 -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 +8 -3
- package/src/services/billing/v20180709/billing_models.ts +18 -0
- package/src/services/cam/v20190116/cam_client.ts +21 -7
- package/src/services/cam/v20190116/cam_models.ts +134 -11
- package/src/services/cbs/v20170312/cbs_models.ts +6 -1
- package/src/services/cdb/v20170320/cdb_models.ts +11 -1
- package/src/services/clb/v20180317/clb_models.ts +22 -0
- package/src/services/cls/v20201016/cls_models.ts +3 -49
- 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_models.ts +21 -5
- package/src/services/dlc/v20210125/dlc_models.ts +0 -1
- package/src/services/eb/index.ts +5 -0
- package/src/services/eb/v20210416/eb_client.ts +353 -0
- package/src/services/eb/v20210416/eb_models.ts +1483 -0
- package/src/services/eb/v20210416/index.ts +6 -0
- package/src/services/essbasic/v20210526/essbasic_client.ts +12 -19
- package/src/services/essbasic/v20210526/essbasic_models.ts +33 -8
- package/src/services/faceid/v20180301/faceid_client.ts +15 -1
- package/src/services/faceid/v20180301/faceid_models.ts +143 -8
- 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/ic/v20190307/ic_models.ts +1 -1
- package/src/services/index.ts +1 -0
- package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +542 -431
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +538 -64
- package/src/services/iotvideoindustry/v20201201/iotvideoindustry_client.ts +831 -391
- package/src/services/iotvideoindustry/v20201201/iotvideoindustry_models.ts +2089 -360
- 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 +13 -1
- package/src/services/mariadb/v20170312/mariadb_models.ts +158 -26
- package/src/services/ocr/v20181119/ocr_models.ts +2 -1
- package/src/services/postgres/v20170312/postgres_client.ts +1 -0
- package/src/services/postgres/v20170312/postgres_models.ts +43 -3
- package/src/services/rce/v20201103/rce_models.ts +5 -0
- package/src/services/scf/v20180416/scf_models.ts +3 -3
- 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/tcss/v20201101/tcss_models.ts +31 -5
- package/src/services/tdmq/v20200217/tdmq_models.ts +1 -1
- package/src/services/tke/v20180525/tke_models.ts +13 -0
- package/src/services/tsf/v20180326/tsf_models.ts +12 -0
- package/src/services/vod/v20180717/vod_models.ts +18 -1
- package/src/services/wav/v20210129/wav_client.ts +2 -2
- package/src/services/wav/v20210129/wav_models.ts +1 -1
- 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 +7 -3
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +17 -0
- package/tencentcloud/services/cam/v20190116/cam_client.d.ts +7 -3
- package/tencentcloud/services/cam/v20190116/cam_client.js +9 -3
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +113 -10
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +5 -1
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +9 -1
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +18 -0
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +2 -48
- 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_models.d.ts +18 -5
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +0 -1
- package/tencentcloud/services/eb/index.d.ts +6 -0
- package/tencentcloud/services/eb/index.js +7 -0
- package/tencentcloud/services/eb/v20210416/eb_client.d.ts +110 -0
- package/tencentcloud/services/eb/v20210416/eb_client.js +181 -0
- package/tencentcloud/services/eb/v20210416/eb_models.d.ts +1248 -0
- package/tencentcloud/services/eb/v20210416/eb_models.js +18 -0
- package/tencentcloud/services/eb/v20210416/index.d.ts +6 -0
- package/tencentcloud/services/eb/v20210416/index.js +9 -0
- 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 +28 -8
- package/tencentcloud/services/faceid/v20180301/faceid_client.d.ts +5 -1
- package/tencentcloud/services/faceid/v20180301/faceid_client.js +6 -0
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +121 -8
- 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/ic/v20190307/ic_models.d.ts +1 -1
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- 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/iotvideoindustry/v20201201/iotvideoindustry_client.d.ts +276 -119
- package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_client.js +400 -175
- package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_models.d.ts +1779 -293
- 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 +5 -1
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +6 -0
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +130 -21
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +2 -1
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +37 -3
- package/tencentcloud/services/rce/v20201103/rce_models.d.ts +4 -0
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +3 -3
- 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/tcss/v20201101/tcss_models.d.ts +25 -3
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +1 -1
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +11 -0
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +10 -0
- 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/tencentcloud/services/wav/v20210129/wav_models.d.ts +1 -1
- package/test/cam.v20190116.test.js +12 -2
- package/test/dbbrain.v20210527.test.js +20 -0
- package/test/eb.v20210416.test.js +271 -0
- package/test/faceid.v20180301.test.js +10 -0
- package/test/gs.v20191118.test.js +20 -0
- package/test/iotexplorer.v20190423.test.js +240 -150
- package/test/iotvideoindustry.v20201201.test.js +454 -114
- package/test/mariadb.v20170312.test.js +10 -0
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -3,23 +3,23 @@
|
|
|
3
3
|
| aa | [活动防刷](https://cloud.tencent.com/document/product/1189) | 2021-11-10 08:01:48 |
|
|
4
4
|
| aai | [](https://cloud.tencent.com/document/product) | 2019-08-08 23:15:13 |
|
|
5
5
|
| advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2021-11-10 08:01:49 |
|
|
6
|
-
| af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) |
|
|
7
|
-
| afc | [定制建模](https://cloud.tencent.com/document/product/1029) |
|
|
6
|
+
| af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2022-01-07 08:02:53 |
|
|
7
|
+
| afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2022-01-07 08:02:54 |
|
|
8
8
|
| ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2021-12-24 08:04:29 |
|
|
9
9
|
| ams | [音频内容检测](https://cloud.tencent.com/document/product/1219) | 2021-12-21 08:00:20 |
|
|
10
10
|
| antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2021-12-20 17:09:09 |
|
|
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 |
|
|
@@ -27,12 +27,12 @@
|
|
|
27
27
|
| bmvpc | [黑石私有网络](https://cloud.tencent.com/document/product/1024) | 2021-11-10 08:03:01 |
|
|
28
28
|
| bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2021-01-07 08:02:40 |
|
|
29
29
|
| btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2021-11-10 08:03:08 |
|
|
30
|
-
| cam | [访问管理](https://cloud.tencent.com/document/product/598) |
|
|
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-11 08:04:11 |
|
|
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-10 08:06:53 |
|
|
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 |
|
|
@@ -42,30 +42,31 @@
|
|
|
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) |
|
|
45
|
+
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-01-07 08:05:24 |
|
|
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
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-01-
|
|
48
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-01-07 08:05:42 |
|
|
49
49
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2021-12-24 08:07:24 |
|
|
50
50
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2021-11-10 08:04:45 |
|
|
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) |
|
|
55
|
-
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) |
|
|
54
|
+
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-01-07 08:06:20 |
|
|
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) |
|
|
61
|
+
| dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2022-01-11 08:07:36 |
|
|
62
|
+
| dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2022-01-07 08:07:28 |
|
|
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-10 08:10:21 |
|
|
69
70
|
| ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2021-11-10 08:06:30 |
|
|
70
71
|
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2021-12-22 08:11:17 |
|
|
71
72
|
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2021-12-06 08:05:41 |
|
|
@@ -73,36 +74,36 @@
|
|
|
73
74
|
| eis | [企业集成服务](https://cloud.tencent.com/document/product/1270) | 2021-11-10 08:06:56 |
|
|
74
75
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2021-12-10 08:06:20 |
|
|
75
76
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2021-12-30 08:09:09 |
|
|
76
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) |
|
|
77
|
-
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-01-
|
|
78
|
-
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) |
|
|
77
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-01-11 08:08:55 |
|
|
78
|
+
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-01-10 08:11:01 |
|
|
79
|
+
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-01-07 08:08:34 |
|
|
79
80
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2021-12-14 08:10:17 |
|
|
80
81
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2021-12-08 08:10:45 |
|
|
81
|
-
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) |
|
|
82
|
+
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2022-01-11 08:09:11 |
|
|
82
83
|
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2021-12-23 08:10:54 |
|
|
83
84
|
| gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2021-11-10 08:07:27 |
|
|
84
|
-
| gs | [云游戏解决方案](https://cloud.tencent.com/document/product/1162) |
|
|
85
|
+
| gs | [云游戏解决方案](https://cloud.tencent.com/document/product/1162) | 2022-01-11 08:09:37 |
|
|
85
86
|
| gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2021-11-10 08:07:31 |
|
|
86
87
|
| habo | [](https://cloud.tencent.com/document/product) | 2019-05-09 19:37:22 |
|
|
87
88
|
| hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2021-11-10 08:07:42 |
|
|
88
89
|
| iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2021-12-22 08:12:31 |
|
|
89
|
-
| ic | [物联卡](https://cloud.tencent.com/document/product/636) |
|
|
90
|
+
| ic | [物联卡](https://cloud.tencent.com/document/product/636) | 2022-01-06 08:10:22 |
|
|
90
91
|
| ie | [智能编辑](https://cloud.tencent.com/document/product/1186) | 2021-11-11 11:03:38 |
|
|
91
92
|
| iecp | [物联网边缘计算平台](https://cloud.tencent.com/document/product/1118) | 2021-12-23 14:56:48 |
|
|
92
93
|
| iir | [智能识图](https://cloud.tencent.com/document/product/1217) | 2021-11-10 08:07:49 |
|
|
93
94
|
| ims | [图片内容检测](https://cloud.tencent.com/document/product/1125) | 2021-11-10 08:07:49 |
|
|
94
95
|
| iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2021-11-10 08:07:50 |
|
|
95
96
|
| iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2021-07-21 08:06:35 |
|
|
96
|
-
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) |
|
|
97
|
+
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2022-01-11 08:10:29 |
|
|
97
98
|
| iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2021-11-10 08:08:16 |
|
|
98
99
|
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2021-12-24 08:11:21 |
|
|
99
|
-
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) |
|
|
100
|
+
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-01-07 08:10:07 |
|
|
100
101
|
| ivld | [视频智能标签](https://cloud.tencent.com/document/product/1509) | 2021-11-30 14:56:41 |
|
|
101
102
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2021-12-24 08:11:42 |
|
|
102
|
-
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) |
|
|
103
|
-
| 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 |
|
|
104
105
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2021-11-10 08:08:46 |
|
|
105
|
-
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) |
|
|
106
|
+
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-01-11 08:12:13 |
|
|
106
107
|
| market | [云市场](https://cloud.tencent.com/document/product/306) | 2021-11-10 08:08:54 |
|
|
107
108
|
| memcached | [云数据库 Memcached](https://cloud.tencent.com/document/product) | 2020-08-24 08:07:49 |
|
|
108
109
|
| mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2021-11-10 08:08:55 |
|
|
@@ -117,28 +118,28 @@
|
|
|
117
118
|
| nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2021-12-21 16:54:01 |
|
|
118
119
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
119
120
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2021-12-21 08:08:44 |
|
|
120
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) |
|
|
121
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-01-10 08:14:08 |
|
|
121
122
|
| organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2021-12-30 08:12:38 |
|
|
122
123
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2021-11-18 08:11:02 |
|
|
123
124
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2021-11-10 08:09:50 |
|
|
124
|
-
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) |
|
|
125
|
+
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2022-01-10 08:14:24 |
|
|
125
126
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2021-12-23 08:13:49 |
|
|
126
|
-
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) |
|
|
127
|
+
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2022-01-10 08:14:37 |
|
|
127
128
|
| redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2021-12-07 13:09:58 |
|
|
128
129
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2021-11-10 08:10:03 |
|
|
129
130
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2021-11-10 08:10:04 |
|
|
130
131
|
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2021-12-16 08:13:07 |
|
|
131
|
-
| scf | [云函数](https://cloud.tencent.com/document/product/583) |
|
|
132
|
+
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2022-01-11 08:13:53 |
|
|
132
133
|
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-01-05 08:12:45 |
|
|
133
134
|
| smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2021-11-10 08:10:15 |
|
|
134
135
|
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2022-01-05 08:12:50 |
|
|
135
136
|
| soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2021-11-18 08:11:34 |
|
|
136
137
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
137
|
-
| 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 |
|
|
138
139
|
| ssa | [态势感知](https://cloud.tencent.com/document/product/664) | 2021-11-22 08:10:13 |
|
|
139
140
|
| ssl | [证书](https://cloud.tencent.com/document/product/400) | 2021-12-22 08:15:53 |
|
|
140
141
|
| sslpod | [SSL 证书监控](https://cloud.tencent.com/document/product/1084) | 2021-11-10 08:10:37 |
|
|
141
|
-
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) |
|
|
142
|
+
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2022-01-11 08:14:31 |
|
|
142
143
|
| sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2021-12-16 08:13:48 |
|
|
143
144
|
| taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2021-12-23 08:14:47 |
|
|
144
145
|
| tag | [标签](https://cloud.tencent.com/document/product/651) | 2021-11-10 08:10:44 |
|
|
@@ -153,9 +154,9 @@
|
|
|
153
154
|
| tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
|
|
154
155
|
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2021-11-18 08:12:32 |
|
|
155
156
|
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2021-12-24 08:15:03 |
|
|
156
|
-
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) |
|
|
157
|
+
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-01-11 08:15:25 |
|
|
157
158
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2021-11-10 08:11:24 |
|
|
158
|
-
| tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) |
|
|
159
|
+
| tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-01-11 08:15:51 |
|
|
159
160
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2021-12-30 08:15:01 |
|
|
160
161
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2021-12-27 08:11:18 |
|
|
161
162
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
@@ -164,24 +165,24 @@
|
|
|
164
165
|
| tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2021-11-10 08:11:37 |
|
|
165
166
|
| tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2021-12-31 11:26:13 |
|
|
166
167
|
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2021-12-22 08:17:35 |
|
|
167
|
-
| tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) |
|
|
168
|
+
| tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2022-01-07 08:14:32 |
|
|
168
169
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2021-12-27 08:11:32 |
|
|
169
|
-
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-01-
|
|
170
|
+
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-01-07 08:14:40 |
|
|
170
171
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
171
172
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2021-12-24 08:16:25 |
|
|
172
173
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2021-11-10 08:12:05 |
|
|
173
174
|
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2021-11-11 11:09:51 |
|
|
174
175
|
| tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2021-12-16 08:15:47 |
|
|
175
|
-
| tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-01-
|
|
176
|
+
| tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-01-07 08:15:02 |
|
|
176
177
|
| tsw | [腾讯微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2021-11-10 08:12:32 |
|
|
177
178
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2021-12-21 08:12:28 |
|
|
178
179
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2021-11-10 08:12:34 |
|
|
179
180
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2021-12-21 08:12:32 |
|
|
180
181
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2021-11-10 08:12:38 |
|
|
181
|
-
| vod | [云点播](https://cloud.tencent.com/document/product/266) |
|
|
182
|
+
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-01-11 08:17:35 |
|
|
182
183
|
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2021-12-23 08:17:39 |
|
|
183
184
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2021-12-02 08:14:23 |
|
|
184
|
-
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) |
|
|
185
|
+
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-01-10 08:18:57 |
|
|
185
186
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
186
187
|
| youmall | [](https://cloud.tencent.com/document/product) | 2019-01-11 11:24:15 |
|
|
187
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.270"
|
|
@@ -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
|
/**
|
|
@@ -138,6 +138,11 @@ InstanceType 指定单一实例类型,通过设置 InstanceTypes可以指定
|
|
|
138
138
|
* 增强服务。通过该参数可以指定是否开启云安全、云监控等服务。
|
|
139
139
|
*/
|
|
140
140
|
EnhancedService?: EnhancedService
|
|
141
|
+
|
|
142
|
+
/**
|
|
143
|
+
* CAM角色名称。可通过DescribeRoleList接口返回值中的roleName获取。
|
|
144
|
+
*/
|
|
145
|
+
CamRoleName?: string
|
|
141
146
|
}
|
|
142
147
|
|
|
143
148
|
/**
|
|
@@ -1100,7 +1105,7 @@ export interface DescribeAutoScalingInstancesRequest {
|
|
|
1100
1105
|
Offset?: number
|
|
1101
1106
|
|
|
1102
1107
|
/**
|
|
1103
|
-
* 返回数量,默认为20,最大值为
|
|
1108
|
+
* 返回数量,默认为20,最大值为2000。关于`Limit`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。
|
|
1104
1109
|
*/
|
|
1105
1110
|
Limit?: number
|
|
1106
1111
|
}
|
|
@@ -2486,12 +2491,12 @@ export interface DescribeAutoScalingInstancesResponse {
|
|
|
2486
2491
|
/**
|
|
2487
2492
|
* 实例详细信息列表。
|
|
2488
2493
|
*/
|
|
2489
|
-
AutoScalingInstanceSet
|
|
2494
|
+
AutoScalingInstanceSet: Array<Instance>
|
|
2490
2495
|
|
|
2491
2496
|
/**
|
|
2492
2497
|
* 符合条件的实例数量。
|
|
2493
2498
|
*/
|
|
2494
|
-
TotalCount
|
|
2499
|
+
TotalCount: number
|
|
2495
2500
|
|
|
2496
2501
|
/**
|
|
2497
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
|
/**
|
|
@@ -57,7 +57,7 @@ import {
|
|
|
57
57
|
ListGroupsRequest,
|
|
58
58
|
DeletePolicyVersionResponse,
|
|
59
59
|
DetachGroupPolicyRequest,
|
|
60
|
-
|
|
60
|
+
AttachedUserPolicyGroupInfo,
|
|
61
61
|
ListGroupsForUserResponse,
|
|
62
62
|
ListUsersForGroupRequest,
|
|
63
63
|
RemoveUserFromGroupRequest,
|
|
@@ -73,6 +73,7 @@ import {
|
|
|
73
73
|
DescribeSafeAuthFlagResponse,
|
|
74
74
|
CreatePolicyVersionRequest,
|
|
75
75
|
SecretIdLastUsed,
|
|
76
|
+
ListAttachedUserAllPoliciesResponse,
|
|
76
77
|
DeleteGroupRequest,
|
|
77
78
|
GetUserResponse,
|
|
78
79
|
GetUserPermissionBoundaryResponse,
|
|
@@ -84,6 +85,7 @@ import {
|
|
|
84
85
|
DeletePolicyRequest,
|
|
85
86
|
GroupInfo,
|
|
86
87
|
AddUserRequest,
|
|
88
|
+
UpdateAssumeRolePolicyRequest,
|
|
87
89
|
LoginActionFlag,
|
|
88
90
|
DeleteRoleRequest,
|
|
89
91
|
ListWeChatWorkSubAccountsRequest,
|
|
@@ -133,6 +135,7 @@ import {
|
|
|
133
135
|
ListGrantServiceAccessActionNode,
|
|
134
136
|
DetachGroupPolicyResponse,
|
|
135
137
|
CreatePolicyRequest,
|
|
138
|
+
ListAttachedUserAllPoliciesRequest,
|
|
136
139
|
DeletePolicyVersionRequest,
|
|
137
140
|
CreateUserSAMLConfigRequest,
|
|
138
141
|
UpdateGroupRequest,
|
|
@@ -157,6 +160,7 @@ import {
|
|
|
157
160
|
DetachUserPolicyResponse,
|
|
158
161
|
GetRoleResponse,
|
|
159
162
|
CreateRoleRequest,
|
|
163
|
+
AttachedUserPolicy,
|
|
160
164
|
DeleteServiceLinkedRoleResponse,
|
|
161
165
|
GetPolicyResponse,
|
|
162
166
|
DescribeSafeAuthFlagRequest,
|
|
@@ -556,13 +560,13 @@ export class Client extends AbstractClient {
|
|
|
556
560
|
}
|
|
557
561
|
|
|
558
562
|
/**
|
|
559
|
-
*
|
|
563
|
+
* 列出用户关联的策略(包括随组关联)
|
|
560
564
|
*/
|
|
561
|
-
async
|
|
562
|
-
req:
|
|
563
|
-
cb?: (error: string, rep:
|
|
564
|
-
): Promise<
|
|
565
|
-
return this.request("
|
|
565
|
+
async ListAttachedUserAllPolicies(
|
|
566
|
+
req: ListAttachedUserAllPoliciesRequest,
|
|
567
|
+
cb?: (error: string, rep: ListAttachedUserAllPoliciesResponse) => void
|
|
568
|
+
): Promise<ListAttachedUserAllPoliciesResponse> {
|
|
569
|
+
return this.request("ListAttachedUserAllPolicies", req, cb)
|
|
566
570
|
}
|
|
567
571
|
|
|
568
572
|
/**
|
|
@@ -875,6 +879,16 @@ export class Client extends AbstractClient {
|
|
|
875
879
|
return this.request("CreatePolicy", req, cb)
|
|
876
880
|
}
|
|
877
881
|
|
|
882
|
+
/**
|
|
883
|
+
* 本接口(UpdateAssumeRolePolicy)用于修改角色信任策略的策略文档。
|
|
884
|
+
*/
|
|
885
|
+
async UpdateAssumeRolePolicy(
|
|
886
|
+
req: UpdateAssumeRolePolicyRequest,
|
|
887
|
+
cb?: (error: string, rep: UpdateAssumeRolePolicyResponse) => void
|
|
888
|
+
): Promise<UpdateAssumeRolePolicyResponse> {
|
|
889
|
+
return this.request("UpdateAssumeRolePolicy", req, cb)
|
|
890
|
+
}
|
|
891
|
+
|
|
878
892
|
/**
|
|
879
893
|
* 本接口(DetachUserPolicy)可用于解除绑定到用户的策略。
|
|
880
894
|
*/
|