tencentcloud-sdk-nodejs 4.0.214 → 4.0.218
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 +596 -55
- package/package.json +1 -1
- package/products.md +26 -26
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ame/v20190916/ame_client.ts +1 -0
- package/src/services/ame/v20190916/ame_models.ts +28 -0
- package/src/services/as/v20180419/as_models.ts +1 -1
- package/src/services/billing/v20180709/billing_models.ts +10 -0
- package/src/services/cam/v20190116/cam_client.ts +42 -6
- package/src/services/cam/v20190116/cam_models.ts +70 -0
- package/src/services/cdn/v20180606/cdn_client.ts +20 -3
- package/src/services/cdn/v20180606/cdn_models.ts +537 -36
- package/src/services/ckafka/v20190819/ckafka_client.ts +1 -0
- package/src/services/ckafka/v20190819/ckafka_models.ts +35 -0
- package/src/services/cpdp/v20190820/cpdp_client.ts +40 -1
- package/src/services/cpdp/v20190820/cpdp_models.ts +647 -5
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +2 -1
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +90 -35
- package/src/services/domain/v20180808/domain_client.ts +143 -94
- package/src/services/domain/v20180808/domain_models.ts +182 -37
- package/src/services/ecdn/v20191012/ecdn_models.ts +1 -1
- package/src/services/essbasic/v20210526/essbasic_models.ts +5 -0
- package/src/services/faceid/v20180301/faceid_models.ts +2 -1
- package/src/services/gaap/v20180529/gaap_client.ts +3 -2
- package/src/services/gaap/v20180529/gaap_models.ts +142 -64
- package/src/services/iai/v20200303/iai_models.ts +2 -2
- package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +57 -8
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +149 -9
- package/src/services/lighthouse/v20200324/lighthouse_client.ts +1 -1
- package/src/services/live/v20180801/live_client.ts +2 -2
- package/src/services/live/v20180801/live_models.ts +3 -3
- package/src/services/mps/v20190612/mps_models.ts +16 -0
- package/src/services/ocr/v20181119/ocr_client.ts +14 -1
- package/src/services/ocr/v20181119/ocr_models.ts +80 -17
- package/src/services/scf/v20180416/scf_models.ts +1 -1
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +1 -1
- package/src/services/ssl/v20191205/ssl_client.ts +14 -1
- package/src/services/ssl/v20191205/ssl_models.ts +70 -20
- package/src/services/tcr/v20190924/tcr_client.ts +1 -0
- package/src/services/tcr/v20190924/tcr_models.ts +63 -1
- package/src/services/tdmq/v20200217/tdmq_models.ts +6 -0
- package/src/services/trtc/v20190722/trtc_models.ts +10 -0
- package/src/services/vpc/v20170312/vpc_client.ts +99 -36
- package/src/services/vpc/v20170312/vpc_models.ts +269 -32
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ame/v20190916/ame_models.d.ts +24 -0
- package/tencentcloud/services/as/v20180419/as_models.d.ts +1 -1
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +9 -0
- package/tencentcloud/services/cam/v20190116/cam_client.d.ts +15 -3
- package/tencentcloud/services/cam/v20190116/cam_client.js +21 -3
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +61 -0
- package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +5 -1
- package/tencentcloud/services/cdn/v20180606/cdn_client.js +6 -0
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +494 -31
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +30 -0
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +13 -1
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +18 -0
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +541 -5
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +75 -30
- package/tencentcloud/services/domain/v20180808/domain_client.d.ts +49 -33
- package/tencentcloud/services/domain/v20180808/domain_client.js +71 -47
- package/tencentcloud/services/domain/v20180808/domain_models.d.ts +159 -34
- package/tencentcloud/services/ecdn/v20191012/ecdn_models.d.ts +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +4 -0
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +2 -1
- package/tencentcloud/services/gaap/v20180529/gaap_client.d.ts +1 -1
- package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +121 -56
- package/tencentcloud/services/iai/v20200303/iai_models.d.ts +2 -2
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +19 -3
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +27 -3
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +130 -9
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +1 -1
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +1 -1
- package/tencentcloud/services/live/v20180801/live_client.d.ts +2 -2
- package/tencentcloud/services/live/v20180801/live_client.js +2 -2
- package/tencentcloud/services/live/v20180801/live_models.d.ts +3 -3
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +13 -0
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +5 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +6 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +72 -17
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +1 -1
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +1 -1
- package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +5 -1
- package/tencentcloud/services/ssl/v20191205/ssl_client.js +6 -0
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +59 -16
- package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +53 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +5 -0
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +8 -0
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +34 -14
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +47 -17
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +233 -30
- package/test/cam.v20190116.test.js +32 -2
- package/test/cdn.v20180606.test.js +10 -0
- package/test/cpdp.v20190820.test.js +30 -0
- package/test/domain.v20180808.test.js +72 -32
- package/test/iotexplorer.v20190423.test.js +42 -2
- package/test/ocr.v20181119.test.js +10 -0
- package/test/ssl.v20191205.test.js +10 -0
- package/test/vpc.v20170312.test.js +58 -8
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -4,20 +4,20 @@
|
|
|
4
4
|
| aai | [](https://cloud.tencent.com/document/product) | 2019-08-08 23:15:13 |
|
|
5
5
|
| af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2021-09-16 08:02:22 |
|
|
6
6
|
| afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2021-09-16 08:02:20 |
|
|
7
|
-
| ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2021-
|
|
7
|
+
| ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2021-10-13 08:02:42 |
|
|
8
8
|
| ams | [音频内容检测](https://cloud.tencent.com/document/product/1219) | 2021-09-16 08:02:18 |
|
|
9
9
|
| antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2021-09-16 08:00:18 |
|
|
10
10
|
| apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2021-09-16 08:01:20 |
|
|
11
11
|
| ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2021-09-16 08:01:43 |
|
|
12
12
|
| api | [云 API](https://cloud.tencent.com/document/product/546) | 2021-04-25 10:09:57 |
|
|
13
13
|
| apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2021-09-29 08:00:45 |
|
|
14
|
-
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2021-
|
|
14
|
+
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2021-10-13 08:03:07 |
|
|
15
15
|
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2021-09-16 08:01:57 |
|
|
16
16
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2021-09-16 08:01:40 |
|
|
17
17
|
| ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2021-09-16 08:01:39 |
|
|
18
18
|
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2021-09-16 08:04:19 |
|
|
19
19
|
| bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2021-09-24 09:53:04 |
|
|
20
|
-
| billing | [计费相关](https://cloud.tencent.com/document/product/555) | 2021-
|
|
20
|
+
| billing | [计费相关](https://cloud.tencent.com/document/product/555) | 2021-10-13 08:03:28 |
|
|
21
21
|
| bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
|
|
22
22
|
| bm | [黑石物理服务器1.0](https://cloud.tencent.com/document/product/386) | 2021-09-16 08:04:30 |
|
|
23
23
|
| bmeip | [黑石弹性公网IP](https://cloud.tencent.com/document/product/1028) | 2021-09-16 08:04:37 |
|
|
@@ -25,13 +25,13 @@
|
|
|
25
25
|
| bmvpc | [黑石私有网络](https://cloud.tencent.com/document/product/1024) | 2021-09-16 08:04:47 |
|
|
26
26
|
| bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2021-01-07 08:02:40 |
|
|
27
27
|
| btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2021-09-16 08:01:04 |
|
|
28
|
-
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2021-
|
|
28
|
+
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2021-10-14 08:05:24 |
|
|
29
29
|
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2021-09-16 08:05:04 |
|
|
30
30
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2021-09-16 08:03:51 |
|
|
31
31
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2021-09-30 08:01:36 |
|
|
32
32
|
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2021-09-16 08:02:05 |
|
|
33
33
|
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2021-09-26 15:02:28 |
|
|
34
|
-
| cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2021-
|
|
34
|
+
| cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2021-10-15 08:07:48 |
|
|
35
35
|
| cds | [数据安全审计](https://cloud.tencent.com/document/product/856) | 2021-09-16 08:05:40 |
|
|
36
36
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2021-09-16 08:05:42 |
|
|
37
37
|
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2021-09-27 08:08:06 |
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2021-09-30 08:02:25 |
|
|
40
40
|
| cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
|
|
41
41
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
42
|
-
| ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2021-
|
|
42
|
+
| ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2021-10-15 08:08:18 |
|
|
43
43
|
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2021-09-16 08:05:52 |
|
|
44
44
|
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2021-09-16 08:14:35 |
|
|
45
45
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2021-09-16 08:12:58 |
|
|
@@ -47,56 +47,56 @@
|
|
|
47
47
|
| cme | [腾讯云剪](https://cloud.tencent.com/document/product/1156) | 2021-09-17 08:06:15 |
|
|
48
48
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2021-09-16 08:03:08 |
|
|
49
49
|
| cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
|
|
50
|
-
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2021-10-
|
|
50
|
+
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2021-10-13 08:05:27 |
|
|
51
51
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
52
52
|
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2021-09-28 08:03:36 |
|
|
53
53
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2021-10-11 08:03:11 |
|
|
54
54
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
55
|
-
| cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2021-
|
|
55
|
+
| cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2021-10-12 08:04:56 |
|
|
56
56
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2021-09-16 08:06:18 |
|
|
57
57
|
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2021-09-16 08:06:32 |
|
|
58
58
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2021-09-16 08:06:39 |
|
|
59
59
|
| dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2021-09-23 08:07:35 |
|
|
60
60
|
| dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2021-09-28 08:04:47 |
|
|
61
61
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2021-09-16 08:00:42 |
|
|
62
|
-
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2021-
|
|
62
|
+
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2021-10-14 08:08:15 |
|
|
63
63
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2021-09-16 08:06:55 |
|
|
64
64
|
| ds | [电子合同服务](https://cloud.tencent.com/document/product/869) | 2021-09-16 08:06:57 |
|
|
65
65
|
| dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2021-09-16 08:00:16 |
|
|
66
66
|
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2021-09-16 08:07:00 |
|
|
67
67
|
| ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2021-09-16 08:07:05 |
|
|
68
|
-
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2021-
|
|
68
|
+
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2021-10-13 08:06:59 |
|
|
69
69
|
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2021-09-16 08:02:38 |
|
|
70
70
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2021-09-22 08:07:57 |
|
|
71
71
|
| eis | [企业集成服务](https://cloud.tencent.com/document/product/1270) | 2021-09-16 08:00:40 |
|
|
72
72
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2021-09-16 08:07:07 |
|
|
73
73
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2021-09-30 08:05:14 |
|
|
74
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2021-
|
|
74
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2021-10-12 08:06:14 |
|
|
75
75
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2021-09-16 08:07:14 |
|
|
76
|
-
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2021-
|
|
76
|
+
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2021-10-14 08:09:03 |
|
|
77
77
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2021-09-24 09:57:29 |
|
|
78
78
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2021-09-24 09:57:31 |
|
|
79
|
-
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2021-
|
|
79
|
+
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2021-10-15 08:10:54 |
|
|
80
80
|
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2021-09-16 08:07:34 |
|
|
81
81
|
| gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2021-09-16 08:01:47 |
|
|
82
82
|
| gs | [云游戏解决方案](https://cloud.tencent.com/document/product/1162) | 2021-09-16 08:03:55 |
|
|
83
83
|
| gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2021-09-16 08:03:31 |
|
|
84
84
|
| habo | [](https://cloud.tencent.com/document/product) | 2019-05-09 19:37:22 |
|
|
85
85
|
| hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2021-09-16 08:07:38 |
|
|
86
|
-
| iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2021-
|
|
86
|
+
| iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2021-10-13 08:08:07 |
|
|
87
87
|
| ic | [物联卡](https://cloud.tencent.com/document/product/636) | 2021-09-16 08:00:56 |
|
|
88
88
|
| ie | [智能编辑](https://cloud.tencent.com/document/product/1186) | 2021-09-16 08:02:34 |
|
|
89
89
|
| iir | [智能识图](https://cloud.tencent.com/document/product/1217) | 2021-09-16 08:02:27 |
|
|
90
90
|
| ims | [图片内容检测](https://cloud.tencent.com/document/product/1125) | 2021-09-16 08:01:45 |
|
|
91
91
|
| iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2021-09-16 08:07:49 |
|
|
92
92
|
| iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2021-07-21 08:06:35 |
|
|
93
|
-
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2021-10-
|
|
93
|
+
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2021-10-15 08:11:50 |
|
|
94
94
|
| iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2021-09-16 08:08:06 |
|
|
95
95
|
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2021-09-16 08:03:15 |
|
|
96
96
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2021-09-16 08:01:15 |
|
|
97
97
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2021-09-16 08:08:09 |
|
|
98
|
-
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2021-
|
|
99
|
-
| live | [云直播](https://cloud.tencent.com/document/product/267) | 2021-10-
|
|
98
|
+
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2021-10-15 08:12:20 |
|
|
99
|
+
| live | [云直播](https://cloud.tencent.com/document/product/267) | 2021-10-15 08:12:28 |
|
|
100
100
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2021-09-16 08:02:23 |
|
|
101
101
|
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2021-09-23 08:10:23 |
|
|
102
102
|
| market | [云市场](https://cloud.tencent.com/document/product/306) | 2021-09-16 08:00:25 |
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
| mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2021-10-11 08:07:22 |
|
|
106
106
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2021-09-27 08:14:06 |
|
|
107
107
|
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2021-09-23 08:10:38 |
|
|
108
|
-
| mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2021-
|
|
108
|
+
| mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2021-10-13 08:09:46 |
|
|
109
109
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2021-09-16 08:00:37 |
|
|
110
110
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product) | 2020-06-05 08:13:52 |
|
|
111
111
|
| msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2021-09-16 08:09:09 |
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
| nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2021-09-16 08:14:38 |
|
|
114
114
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
115
115
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2021-09-24 10:00:20 |
|
|
116
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2021-
|
|
116
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2021-10-13 08:10:08 |
|
|
117
117
|
| organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2021-08-26 08:07:43 |
|
|
118
118
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2021-09-16 08:09:23 |
|
|
119
119
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2021-09-16 08:00:11 |
|
|
@@ -124,15 +124,15 @@
|
|
|
124
124
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2021-09-16 08:13:45 |
|
|
125
125
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2021-09-16 08:02:24 |
|
|
126
126
|
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2021-09-27 08:15:19 |
|
|
127
|
-
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2021-
|
|
127
|
+
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2021-10-12 08:09:33 |
|
|
128
128
|
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2021-09-16 08:14:21 |
|
|
129
129
|
| smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2021-09-16 08:04:09 |
|
|
130
130
|
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2021-09-27 10:59:59 |
|
|
131
131
|
| soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2021-09-16 08:09:52 |
|
|
132
132
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
133
|
-
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2021-
|
|
133
|
+
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2021-10-15 08:14:17 |
|
|
134
134
|
| ssa | [态势感知](https://cloud.tencent.com/document/product/664) | 2021-09-16 08:01:30 |
|
|
135
|
-
| ssl | [证书](https://cloud.tencent.com/document/product/400) | 2021-
|
|
135
|
+
| ssl | [证书](https://cloud.tencent.com/document/product/400) | 2021-10-14 08:12:50 |
|
|
136
136
|
| sslpod | [SSL 证书监控](https://cloud.tencent.com/document/product/1084) | 2021-09-16 08:01:50 |
|
|
137
137
|
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2021-09-16 08:03:57 |
|
|
138
138
|
| sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2021-09-16 08:13:47 |
|
|
@@ -147,9 +147,9 @@
|
|
|
147
147
|
| tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2021-09-29 08:09:41 |
|
|
148
148
|
| tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2021-09-16 08:01:55 |
|
|
149
149
|
| tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
|
|
150
|
-
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2021-10-
|
|
150
|
+
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2021-10-12 08:10:36 |
|
|
151
151
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2021-09-16 08:00:13 |
|
|
152
|
-
| tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2021-10-
|
|
152
|
+
| tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2021-10-13 08:12:03 |
|
|
153
153
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2021-09-16 08:00:59 |
|
|
154
154
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product) | 2020-03-16 08:18:42 |
|
|
155
155
|
| tic | [腾讯云IaC平台](https://cloud.tencent.com/document/product/1213) | 2021-09-16 08:01:33 |
|
|
@@ -163,7 +163,7 @@
|
|
|
163
163
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
164
164
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2021-09-16 08:02:16 |
|
|
165
165
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2021-10-11 08:10:28 |
|
|
166
|
-
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2021-
|
|
166
|
+
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2021-10-15 08:16:00 |
|
|
167
167
|
| tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2021-09-27 08:17:29 |
|
|
168
168
|
| tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2021-09-28 08:11:05 |
|
|
169
169
|
| tsw | [腾讯微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2021-09-16 08:14:31 |
|
|
@@ -172,7 +172,7 @@
|
|
|
172
172
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2021-09-16 08:01:26 |
|
|
173
173
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2021-09-16 08:01:28 |
|
|
174
174
|
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2021-09-27 08:18:01 |
|
|
175
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2021-
|
|
175
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2021-10-15 08:16:52 |
|
|
176
176
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2021-09-16 08:14:32 |
|
|
177
177
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2021-09-30 08:11:50 |
|
|
178
178
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.218"
|
|
@@ -1336,6 +1336,11 @@ export interface DescribeKTVMusicDetailResponse {
|
|
|
1336
1336
|
*/
|
|
1337
1337
|
LyricsUrl: string
|
|
1338
1338
|
|
|
1339
|
+
/**
|
|
1340
|
+
* 歌曲规格信息列表
|
|
1341
|
+
*/
|
|
1342
|
+
DefinitionInfoSet: Array<KTVMusicDefinitionInfo>
|
|
1343
|
+
|
|
1339
1344
|
/**
|
|
1340
1345
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1341
1346
|
*/
|
|
@@ -1390,3 +1395,26 @@ https://github.com/tencentyun/ame-documents
|
|
|
1390
1395
|
*/
|
|
1391
1396
|
ReportData: string
|
|
1392
1397
|
}
|
|
1398
|
+
|
|
1399
|
+
/**
|
|
1400
|
+
* 直播互动歌曲规格信息。
|
|
1401
|
+
*/
|
|
1402
|
+
export interface KTVMusicDefinitionInfo {
|
|
1403
|
+
/**
|
|
1404
|
+
* 规格,取值有:
|
|
1405
|
+
<li>audio/mi:低规格;</li>
|
|
1406
|
+
<li>audio/lo:中规格;</li>
|
|
1407
|
+
<li>audio/hi:高规格。</li>
|
|
1408
|
+
*/
|
|
1409
|
+
Definition: string
|
|
1410
|
+
|
|
1411
|
+
/**
|
|
1412
|
+
* 码率,单位为 bps。
|
|
1413
|
+
*/
|
|
1414
|
+
Bitrate: number
|
|
1415
|
+
|
|
1416
|
+
/**
|
|
1417
|
+
* 文件大小,单位为字节。
|
|
1418
|
+
*/
|
|
1419
|
+
Size: number
|
|
1420
|
+
}
|
|
@@ -1071,7 +1071,7 @@ export interface CreateLaunchConfigurationRequest {
|
|
|
1071
1071
|
ImageId: string
|
|
1072
1072
|
|
|
1073
1073
|
/**
|
|
1074
|
-
* 启动配置所属项目ID。该参数可以通过调用
|
|
1074
|
+
* 启动配置所属项目ID。该参数可以通过调用DescribeProject的返回值中的`projectId`字段来获取。不填为默认项目。
|
|
1075
1075
|
注意:伸缩组内实例所属项目ID取伸缩组项目ID,与这里取值无关。
|
|
1076
1076
|
*/
|
|
1077
1077
|
ProjectId?: number
|
|
@@ -289,6 +289,16 @@ export interface DescribeBillSummaryByProductRequest {
|
|
|
289
289
|
* 查询账单数据的用户UIN
|
|
290
290
|
*/
|
|
291
291
|
PayerUin?: string
|
|
292
|
+
|
|
293
|
+
/**
|
|
294
|
+
* 款项类别,与L0账单上的汇总类别对应。
|
|
295
|
+
此参数自账单3.0(即2021-05)之后开始生效。
|
|
296
|
+
枚举值:
|
|
297
|
+
consume-消费
|
|
298
|
+
refund-退款
|
|
299
|
+
adjustment-调账
|
|
300
|
+
*/
|
|
301
|
+
PayType?: string
|
|
292
302
|
}
|
|
293
303
|
|
|
294
304
|
/**
|
|
@@ -34,6 +34,7 @@ import {
|
|
|
34
34
|
AttachRolePolicyResponse,
|
|
35
35
|
GetServiceLinkedRoleDeletionStatusResponse,
|
|
36
36
|
GetSecurityLastUsedRequest,
|
|
37
|
+
DescribeUserSAMLConfigResponse,
|
|
37
38
|
DeleteUserPermissionsBoundaryResponse,
|
|
38
39
|
ListUsersResponse,
|
|
39
40
|
UpdateRoleDescriptionResponse,
|
|
@@ -43,6 +44,7 @@ import {
|
|
|
43
44
|
ListPolicyVersionsRequest,
|
|
44
45
|
GetCustomMFATokenInfoRequest,
|
|
45
46
|
DescribeRoleListRequest,
|
|
47
|
+
DescribeUserSAMLConfigRequest,
|
|
46
48
|
GetGroupRequest,
|
|
47
49
|
DeleteRoleResponse,
|
|
48
50
|
PolicyVersionItem,
|
|
@@ -62,6 +64,7 @@ import {
|
|
|
62
64
|
OffsiteFlag,
|
|
63
65
|
GroupIdOfUidInfo,
|
|
64
66
|
UpdateRoleDescriptionRequest,
|
|
67
|
+
UpdateUserSAMLConfigRequest,
|
|
65
68
|
DeleteGroupResponse,
|
|
66
69
|
RoleInfo,
|
|
67
70
|
DescribeSafeAuthFlagResponse,
|
|
@@ -127,6 +130,7 @@ import {
|
|
|
127
130
|
DetachGroupPolicyResponse,
|
|
128
131
|
CreatePolicyRequest,
|
|
129
132
|
DeletePolicyVersionRequest,
|
|
133
|
+
CreateUserSAMLConfigRequest,
|
|
130
134
|
UpdateGroupRequest,
|
|
131
135
|
ListGrantServiceAccessNode,
|
|
132
136
|
GetPolicyVersionResponse,
|
|
@@ -159,9 +163,11 @@ import {
|
|
|
159
163
|
PolicyVersionDetail,
|
|
160
164
|
AddUserResponse,
|
|
161
165
|
ListGrantServiceAccessService,
|
|
166
|
+
CreateUserSAMLConfigResponse,
|
|
162
167
|
DescribeSubAccountsResponse,
|
|
163
168
|
ListEntitiesForPolicyResponse,
|
|
164
169
|
AddUserToGroupResponse,
|
|
170
|
+
UpdateUserSAMLConfigResponse,
|
|
165
171
|
AttachUserPolicyResponse,
|
|
166
172
|
DescribeSafeAuthFlagCollResponse,
|
|
167
173
|
DescribeSafeAuthFlagCollRequest,
|
|
@@ -325,6 +331,16 @@ export class Client extends AbstractClient {
|
|
|
325
331
|
return this.request("DeleteRolePermissionsBoundary", req, cb)
|
|
326
332
|
}
|
|
327
333
|
|
|
334
|
+
/**
|
|
335
|
+
* 查询用户SAML配置
|
|
336
|
+
*/
|
|
337
|
+
async DescribeUserSAMLConfig(
|
|
338
|
+
req?: DescribeUserSAMLConfigRequest,
|
|
339
|
+
cb?: (error: string, rep: DescribeUserSAMLConfigResponse) => void
|
|
340
|
+
): Promise<DescribeUserSAMLConfigResponse> {
|
|
341
|
+
return this.request("DescribeUserSAMLConfig", req, cb)
|
|
342
|
+
}
|
|
343
|
+
|
|
328
344
|
/**
|
|
329
345
|
* 本接口(DeletePolicyVersion)可用于删除一个策略的策略版本。
|
|
330
346
|
*/
|
|
@@ -345,6 +361,16 @@ export class Client extends AbstractClient {
|
|
|
345
361
|
return this.request("DetachRolePolicy", req, cb)
|
|
346
362
|
}
|
|
347
363
|
|
|
364
|
+
/**
|
|
365
|
+
* 本接口(SetDefaultPolicyVersion)可用于设置生效的策略版本。
|
|
366
|
+
*/
|
|
367
|
+
async SetDefaultPolicyVersion(
|
|
368
|
+
req: SetDefaultPolicyVersionRequest,
|
|
369
|
+
cb?: (error: string, rep: SetDefaultPolicyVersionResponse) => void
|
|
370
|
+
): Promise<SetDefaultPolicyVersionResponse> {
|
|
371
|
+
return this.request("SetDefaultPolicyVersion", req, cb)
|
|
372
|
+
}
|
|
373
|
+
|
|
348
374
|
/**
|
|
349
375
|
* 本接口(DescribeRoleList)用于获取账号下的角色列表。
|
|
350
376
|
*/
|
|
@@ -536,13 +562,13 @@ export class Client extends AbstractClient {
|
|
|
536
562
|
}
|
|
537
563
|
|
|
538
564
|
/**
|
|
539
|
-
*
|
|
565
|
+
* 创建用户SAML配置
|
|
540
566
|
*/
|
|
541
|
-
async
|
|
542
|
-
req:
|
|
543
|
-
cb?: (error: string, rep:
|
|
544
|
-
): Promise<
|
|
545
|
-
return this.request("
|
|
567
|
+
async CreateUserSAMLConfig(
|
|
568
|
+
req: CreateUserSAMLConfigRequest,
|
|
569
|
+
cb?: (error: string, rep: CreateUserSAMLConfigResponse) => void
|
|
570
|
+
): Promise<CreateUserSAMLConfigResponse> {
|
|
571
|
+
return this.request("CreateUserSAMLConfig", req, cb)
|
|
546
572
|
}
|
|
547
573
|
|
|
548
574
|
/**
|
|
@@ -665,6 +691,16 @@ export class Client extends AbstractClient {
|
|
|
665
691
|
return this.request("DeleteUser", req, cb)
|
|
666
692
|
}
|
|
667
693
|
|
|
694
|
+
/**
|
|
695
|
+
* 修改用户SAML配置
|
|
696
|
+
*/
|
|
697
|
+
async UpdateUserSAMLConfig(
|
|
698
|
+
req: UpdateUserSAMLConfigRequest,
|
|
699
|
+
cb?: (error: string, rep: UpdateUserSAMLConfigResponse) => void
|
|
700
|
+
): Promise<UpdateUserSAMLConfigResponse> {
|
|
701
|
+
return this.request("UpdateUserSAMLConfig", req, cb)
|
|
702
|
+
}
|
|
703
|
+
|
|
668
704
|
/**
|
|
669
705
|
* 该接口(CreatePolicyVersion)用于新增策略版本,用户创建了一个策略版本之后可以方便的通过变更策略版本的方式来变更策略。
|
|
670
706
|
*/
|
|
@@ -340,6 +340,26 @@ export interface GetSecurityLastUsedRequest {
|
|
|
340
340
|
SecretIdList: Array<string>
|
|
341
341
|
}
|
|
342
342
|
|
|
343
|
+
/**
|
|
344
|
+
* DescribeUserSAMLConfig返回参数结构体
|
|
345
|
+
*/
|
|
346
|
+
export interface DescribeUserSAMLConfigResponse {
|
|
347
|
+
/**
|
|
348
|
+
* SAML元数据文档
|
|
349
|
+
*/
|
|
350
|
+
SAMLMetadata: string
|
|
351
|
+
|
|
352
|
+
/**
|
|
353
|
+
* 状态:0:未设置,11:已开启,2:已禁用
|
|
354
|
+
*/
|
|
355
|
+
Status: number
|
|
356
|
+
|
|
357
|
+
/**
|
|
358
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
359
|
+
*/
|
|
360
|
+
RequestId?: string
|
|
361
|
+
}
|
|
362
|
+
|
|
343
363
|
/**
|
|
344
364
|
* DeleteUserPermissionsBoundary返回参数结构体
|
|
345
365
|
*/
|
|
@@ -450,6 +470,11 @@ export interface DescribeRoleListRequest {
|
|
|
450
470
|
Rp: number
|
|
451
471
|
}
|
|
452
472
|
|
|
473
|
+
/**
|
|
474
|
+
* DescribeUserSAMLConfig请求参数结构体
|
|
475
|
+
*/
|
|
476
|
+
export type DescribeUserSAMLConfigRequest = null
|
|
477
|
+
|
|
453
478
|
/**
|
|
454
479
|
* GetGroup请求参数结构体
|
|
455
480
|
*/
|
|
@@ -811,6 +836,21 @@ export interface UpdateRoleDescriptionRequest {
|
|
|
811
836
|
RoleName?: string
|
|
812
837
|
}
|
|
813
838
|
|
|
839
|
+
/**
|
|
840
|
+
* UpdateUserSAMLConfig请求参数结构体
|
|
841
|
+
*/
|
|
842
|
+
export interface UpdateUserSAMLConfigRequest {
|
|
843
|
+
/**
|
|
844
|
+
* 修改的操作类型:enable:启用,disable:禁用,updateSAML:修改元数据文档
|
|
845
|
+
*/
|
|
846
|
+
Operate: string
|
|
847
|
+
|
|
848
|
+
/**
|
|
849
|
+
* 元数据文档,需要base64 encode,仅当Operate为updateSAML时需要此参数
|
|
850
|
+
*/
|
|
851
|
+
SAMLMetadataDocument?: string
|
|
852
|
+
}
|
|
853
|
+
|
|
814
854
|
/**
|
|
815
855
|
* DeleteGroup返回参数结构体
|
|
816
856
|
*/
|
|
@@ -2192,6 +2232,16 @@ export interface DeletePolicyVersionRequest {
|
|
|
2192
2232
|
VersionId: Array<number>
|
|
2193
2233
|
}
|
|
2194
2234
|
|
|
2235
|
+
/**
|
|
2236
|
+
* CreateUserSAMLConfig请求参数结构体
|
|
2237
|
+
*/
|
|
2238
|
+
export interface CreateUserSAMLConfigRequest {
|
|
2239
|
+
/**
|
|
2240
|
+
* SAML元数据文档,需要base64 encode
|
|
2241
|
+
*/
|
|
2242
|
+
SAMLMetadataDocument: string
|
|
2243
|
+
}
|
|
2244
|
+
|
|
2195
2245
|
/**
|
|
2196
2246
|
* UpdateGroup请求参数结构体
|
|
2197
2247
|
*/
|
|
@@ -2834,6 +2884,16 @@ export interface ListGrantServiceAccessService {
|
|
|
2834
2884
|
ServiceName: string
|
|
2835
2885
|
}
|
|
2836
2886
|
|
|
2887
|
+
/**
|
|
2888
|
+
* CreateUserSAMLConfig返回参数结构体
|
|
2889
|
+
*/
|
|
2890
|
+
export interface CreateUserSAMLConfigResponse {
|
|
2891
|
+
/**
|
|
2892
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2893
|
+
*/
|
|
2894
|
+
RequestId?: string
|
|
2895
|
+
}
|
|
2896
|
+
|
|
2837
2897
|
/**
|
|
2838
2898
|
* DescribeSubAccounts返回参数结构体
|
|
2839
2899
|
*/
|
|
@@ -2881,6 +2941,16 @@ export interface AddUserToGroupResponse {
|
|
|
2881
2941
|
RequestId?: string
|
|
2882
2942
|
}
|
|
2883
2943
|
|
|
2944
|
+
/**
|
|
2945
|
+
* UpdateUserSAMLConfig返回参数结构体
|
|
2946
|
+
*/
|
|
2947
|
+
export interface UpdateUserSAMLConfigResponse {
|
|
2948
|
+
/**
|
|
2949
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2950
|
+
*/
|
|
2951
|
+
RequestId?: string
|
|
2952
|
+
}
|
|
2953
|
+
|
|
2884
2954
|
/**
|
|
2885
2955
|
* AttachUserPolicy返回参数结构体
|
|
2886
2956
|
*/
|
|
@@ -33,7 +33,7 @@ import {
|
|
|
33
33
|
DescribeScdnTopDataResponse,
|
|
34
34
|
ImageOptimization,
|
|
35
35
|
Https,
|
|
36
|
-
|
|
36
|
+
RangeOriginPullRule,
|
|
37
37
|
RuleCache,
|
|
38
38
|
DescribeCdnDomainLogsRequest,
|
|
39
39
|
CcTopData,
|
|
@@ -75,6 +75,7 @@ import {
|
|
|
75
75
|
UpdateScdnDomainResponse,
|
|
76
76
|
Origin,
|
|
77
77
|
ViolationUrl,
|
|
78
|
+
ScdnIpStrategyFilter,
|
|
78
79
|
DescribeDomainsConfigRequest,
|
|
79
80
|
TopData,
|
|
80
81
|
EnableCachesRequest,
|
|
@@ -91,6 +92,7 @@ import {
|
|
|
91
92
|
DescribeCdnOriginIpRequest,
|
|
92
93
|
UpdatePayTypeResponse,
|
|
93
94
|
TopicInfo,
|
|
95
|
+
WebpAdapter,
|
|
94
96
|
AdvancedCCRules,
|
|
95
97
|
DescribeDomainsConfigResponse,
|
|
96
98
|
DescribeDiagnoseReportRequest,
|
|
@@ -128,7 +130,7 @@ import {
|
|
|
128
130
|
AdvancedCache,
|
|
129
131
|
AdvancedAuthenticationTypeC,
|
|
130
132
|
AdvancedAuthenticationTypeB,
|
|
131
|
-
|
|
133
|
+
SearchClsLogResponse,
|
|
132
134
|
CreateScdnLogTaskResponse,
|
|
133
135
|
ScdnEventLogConditions,
|
|
134
136
|
WebSocket,
|
|
@@ -140,6 +142,7 @@ import {
|
|
|
140
142
|
AuthenticationTypeC,
|
|
141
143
|
AuthenticationTypeB,
|
|
142
144
|
AuthenticationTypeA,
|
|
145
|
+
DescribeScdnIpStrategyResponse,
|
|
143
146
|
OriginAuthenticationTypeA,
|
|
144
147
|
SecurityConfig,
|
|
145
148
|
DescribePushTasksResponse,
|
|
@@ -188,6 +191,7 @@ import {
|
|
|
188
191
|
DescribeScdnTopDataRequest,
|
|
189
192
|
DescribeUrlViolationsRequest,
|
|
190
193
|
RefererRule,
|
|
194
|
+
DescribeScdnIpStrategyRequest,
|
|
191
195
|
ScdnCCRules,
|
|
192
196
|
IpFreqLimit,
|
|
193
197
|
ScdnDdosConfig,
|
|
@@ -200,7 +204,9 @@ import {
|
|
|
200
204
|
DescribeTrafficPackagesResponse,
|
|
201
205
|
DescribeMapInfoRequest,
|
|
202
206
|
EnableCachesResponse,
|
|
207
|
+
ScdnIpStrategy,
|
|
203
208
|
RuleQueryString,
|
|
209
|
+
AdvancedScdnAclRule,
|
|
204
210
|
DescribeIpVisitRequest,
|
|
205
211
|
HttpHeaderRule,
|
|
206
212
|
ScdnTopDomainData,
|
|
@@ -273,9 +279,10 @@ import {
|
|
|
273
279
|
SearchClsLogRequest,
|
|
274
280
|
AdvanceConfig,
|
|
275
281
|
AwsPrivateAccess,
|
|
276
|
-
|
|
282
|
+
AdvancedScdnAclGroup,
|
|
277
283
|
VideoSeek,
|
|
278
284
|
Compatibility,
|
|
285
|
+
ManageClsTopicDomainsResponse,
|
|
279
286
|
ScdnAclGroup,
|
|
280
287
|
ScdnWafRule,
|
|
281
288
|
ClsSearchLogs,
|
|
@@ -830,6 +837,16 @@ export class Client extends AbstractClient {
|
|
|
830
837
|
return this.request("DescribeDiagnoseReport", req, cb)
|
|
831
838
|
}
|
|
832
839
|
|
|
840
|
+
/**
|
|
841
|
+
* 查询在SCDN IP安全策略
|
|
842
|
+
*/
|
|
843
|
+
async DescribeScdnIpStrategy(
|
|
844
|
+
req: DescribeScdnIpStrategyRequest,
|
|
845
|
+
cb?: (error: string, rep: DescribeScdnIpStrategyResponse) => void
|
|
846
|
+
): Promise<DescribeScdnIpStrategyResponse> {
|
|
847
|
+
return this.request("DescribeScdnIpStrategy", req, cb)
|
|
848
|
+
}
|
|
849
|
+
|
|
833
850
|
/**
|
|
834
851
|
* CreateClsLogTopic 用于创建日志主题。注意:一个日志集下至多可创建10个日志主题。
|
|
835
852
|
*/
|