tencentcloud-sdk-nodejs 4.0.284 → 4.0.288
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 +429 -0
- package/SERVICE_CHANGELOG.md +453 -7
- package/package.json +1 -1
- package/products.md +28 -27
- 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 +35 -4
- package/src/services/antiddos/v20200309/antiddos_client.ts +327 -68
- package/src/services/antiddos/v20200309/antiddos_models.ts +1382 -244
- package/src/services/ccc/v20200210/ccc_client.ts +128 -91
- package/src/services/ccc/v20200210/ccc_models.ts +183 -6
- package/src/services/cdb/v20170320/cdb_models.ts +14 -4
- package/src/services/cfs/v20190719/cfs_models.ts +5 -0
- package/src/services/cii/v20210408/cii_client.ts +2 -2
- package/src/services/cii/v20210408/cii_models.ts +14 -6
- package/src/services/ckafka/v20190819/ckafka_client.ts +12 -0
- package/src/services/ckafka/v20190819/ckafka_models.ts +30 -0
- package/src/services/clb/v20180317/clb_models.ts +4 -3
- package/src/services/cloudaudit/v20190319/cloudaudit_client.ts +12 -0
- package/src/services/cloudaudit/v20190319/cloudaudit_models.ts +15 -0
- package/src/services/dbbrain/v20210527/dbbrain_client.ts +15 -2
- package/src/services/dbbrain/v20210527/dbbrain_models.ts +122 -22
- package/src/services/facefusion/v20181201/facefusion_models.ts +2 -2
- package/src/services/ic/v20190307/ic_models.ts +1 -1
- package/src/services/iecp/v20210914/iecp_models.ts +6 -0
- package/src/services/index.ts +1 -0
- package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +12 -0
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +47 -0
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +1 -1
- package/src/services/mariadb/v20170312/mariadb_client.ts +13 -0
- package/src/services/mariadb/v20170312/mariadb_models.ts +65 -0
- package/src/services/organization/v20210331/organization_models.ts +2 -2
- package/src/services/rum/v20210622/rum_client.ts +585 -47
- package/src/services/rum/v20210622/rum_models.ts +3049 -338
- package/src/services/smh/index.ts +5 -0
- package/src/services/smh/v20210712/index.ts +6 -0
- package/src/services/smh/v20210712/smh_client.ts +155 -0
- package/src/services/smh/v20210712/smh_models.ts +655 -0
- package/src/services/ssl/v20191205/ssl_models.ts +6 -0
- package/src/services/ssm/v20190923/ssm_models.ts +3 -3
- package/src/services/tat/v20201028/tat_models.ts +1 -1
- package/src/services/tcss/v20201101/tcss_models.ts +13 -2
- package/src/services/tke/v20180525/tke_models.ts +35 -2
- package/src/services/vod/v20180717/vod_models.ts +3 -3
- 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 +29 -2
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +103 -19
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +153 -27
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +1205 -244
- package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +47 -35
- package/tencentcloud/services/ccc/v20200210/ccc_client.js +69 -51
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +154 -5
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +12 -4
- package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +4 -0
- package/tencentcloud/services/cii/v20210408/cii_client.d.ts +2 -2
- package/tencentcloud/services/cii/v20210408/cii_client.js +2 -2
- package/tencentcloud/services/cii/v20210408/cii_models.d.ts +11 -3
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +5 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +6 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +26 -0
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +2 -1
- package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_client.d.ts +5 -1
- package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_client.js +6 -0
- package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_models.d.ts +13 -0
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.d.ts +5 -1
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.js +6 -0
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +104 -21
- package/tencentcloud/services/facefusion/v20181201/facefusion_models.d.ts +2 -2
- package/tencentcloud/services/ic/v20190307/ic_models.d.ts +1 -1
- package/tencentcloud/services/iecp/v20210914/iecp_models.d.ts +5 -0
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +5 -1
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +6 -0
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +40 -0
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +1 -1
- 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 +55 -0
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +2 -2
- package/tencentcloud/services/rum/v20210622/rum_client.d.ts +198 -13
- package/tencentcloud/services/rum/v20210622/rum_client.js +289 -18
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +2593 -328
- package/tencentcloud/services/smh/index.d.ts +6 -0
- package/tencentcloud/services/smh/index.js +7 -0
- package/tencentcloud/services/smh/v20210712/index.d.ts +6 -0
- package/tencentcloud/services/smh/v20210712/index.js +9 -0
- package/tencentcloud/services/smh/v20210712/smh_client.d.ts +50 -0
- package/tencentcloud/services/smh/v20210712/smh_client.js +91 -0
- package/tencentcloud/services/smh/v20210712/smh_models.d.ts +538 -0
- package/tencentcloud/services/smh/v20210712/smh_models.js +18 -0
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +5 -0
- package/tencentcloud/services/ssm/v20190923/ssm_models.d.ts +3 -3
- package/tencentcloud/services/tat/v20201028/tat_models.d.ts +1 -1
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +11 -2
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +34 -2
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +3 -3
- package/test/antiddos.v20200309.test.js +228 -18
- package/test/ccc.v20200210.test.js +66 -36
- package/test/ckafka.v20190819.test.js +10 -0
- package/test/cloudaudit.v20190319.test.js +10 -0
- package/test/dbbrain.v20210527.test.js +10 -0
- package/test/iotexplorer.v20190423.test.js +10 -0
- package/test/mariadb.v20170312.test.js +10 -0
- package/test/rum.v20210622.test.js +442 -12
- package/test/smh.v20210712.test.js +121 -0
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -2,21 +2,85 @@
|
|
|
2
2
|
|
|
3
3
|
## 正版曲库直通车(ame) 版本:2019-09-16
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 26 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2022-
|
|
7
|
+
发布时间:2022-02-15 08:02:33
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
修改接口:
|
|
14
|
+
|
|
15
|
+
* [SyncKTVRobotCommand](https://cloud.tencent.com/document/api/1155/68348)
|
|
16
|
+
|
|
17
|
+
* 新增入参:SetDestroyModeCommandInput
|
|
14
18
|
|
|
15
|
-
* [DescribeKTVTopList](https://cloud.tencent.com/document/api/1155/68908)
|
|
16
19
|
|
|
17
20
|
新增数据结构:
|
|
18
21
|
|
|
19
|
-
* [
|
|
22
|
+
* [SetDestroyModeCommandInput](https://cloud.tencent.com/document/api/1155/40113#SetDestroyModeCommandInput)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
## 物联网边缘计算平台(iecp) 版本:2021-09-14
|
|
27
|
+
|
|
28
|
+
### 第 2 次发布
|
|
29
|
+
|
|
30
|
+
发布时间:2022-02-15 08:09:12
|
|
31
|
+
|
|
32
|
+
本次发布包含了以下内容:
|
|
33
|
+
|
|
34
|
+
改善已有的文档。
|
|
35
|
+
|
|
36
|
+
修改数据结构:
|
|
37
|
+
|
|
38
|
+
* [ApplicationBasicInfo](https://cloud.tencent.com/document/api/1118/66797#ApplicationBasicInfo)
|
|
39
|
+
|
|
40
|
+
* 新增成员:AllowVisualModify
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
## 物联网开发平台(iotexplorer) 版本:2019-04-23
|
|
46
|
+
|
|
47
|
+
### 第 41 次发布
|
|
48
|
+
|
|
49
|
+
发布时间:2022-02-15 08:09:38
|
|
50
|
+
|
|
51
|
+
本次发布包含了以下内容:
|
|
52
|
+
|
|
53
|
+
改善已有的文档。
|
|
54
|
+
|
|
55
|
+
新增接口:
|
|
56
|
+
|
|
57
|
+
* [DescribeGatewaySubDeviceList](https://cloud.tencent.com/document/api/1081/69291)
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
## 容器安全服务(tcss) 版本:2020-11-01
|
|
62
|
+
|
|
63
|
+
### 第 9 次发布
|
|
64
|
+
|
|
65
|
+
发布时间:2022-02-15 08:13:53
|
|
66
|
+
|
|
67
|
+
本次发布包含了以下内容:
|
|
68
|
+
|
|
69
|
+
改善已有的文档。
|
|
70
|
+
|
|
71
|
+
修改接口:
|
|
72
|
+
|
|
73
|
+
* [DescribeAssetImageRegistryDetail](https://cloud.tencent.com/document/api/1285/65501)
|
|
74
|
+
|
|
75
|
+
* 新增入参:ImageId
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
修改数据结构:
|
|
79
|
+
|
|
80
|
+
* [ComplianceK8SDetailInfo](https://cloud.tencent.com/document/api/1285/65614#ComplianceK8SDetailInfo)
|
|
81
|
+
|
|
82
|
+
* 新增成员:ClusterVersion
|
|
83
|
+
|
|
20
84
|
|
|
21
85
|
|
|
22
86
|
|
|
@@ -419,6 +483,40 @@
|
|
|
419
483
|
|
|
420
484
|
## 正版曲库直通车(ame) 版本:2019-09-16
|
|
421
485
|
|
|
486
|
+
### 第 26 次发布
|
|
487
|
+
|
|
488
|
+
发布时间:2022-02-15 08:02:33
|
|
489
|
+
|
|
490
|
+
本次发布包含了以下内容:
|
|
491
|
+
|
|
492
|
+
改善已有的文档。
|
|
493
|
+
|
|
494
|
+
修改接口:
|
|
495
|
+
|
|
496
|
+
* [SyncKTVRobotCommand](https://cloud.tencent.com/document/api/1155/68348)
|
|
497
|
+
|
|
498
|
+
* 新增入参:SetDestroyModeCommandInput
|
|
499
|
+
|
|
500
|
+
|
|
501
|
+
新增数据结构:
|
|
502
|
+
|
|
503
|
+
* [[SetDestroyModeCommandInput](https://cloud.tencent.com/document/api/1155/40113#SetDestroyModeCommandInput)](https://cloud.tencent.com/document/api/1155/40113#[SetDestroyModeCommandInput](https://cloud.tencent.com/document/api/1155/40113#SetDestroyModeCommandInput))
|
|
504
|
+
|
|
505
|
+
### 第 25 次发布
|
|
506
|
+
|
|
507
|
+
发布时间:2022-02-14 08:04:52
|
|
508
|
+
|
|
509
|
+
本次发布包含了以下内容:
|
|
510
|
+
|
|
511
|
+
改善已有的文档。
|
|
512
|
+
|
|
513
|
+
修改接口:
|
|
514
|
+
|
|
515
|
+
* [SearchKTVMusics](https://cloud.tencent.com/document/api/1155/56401)
|
|
516
|
+
|
|
517
|
+
* 新增入参:Sort
|
|
518
|
+
|
|
519
|
+
|
|
422
520
|
### 第 24 次发布
|
|
423
521
|
|
|
424
522
|
发布时间:2022-01-28 08:00:20
|
|
@@ -429,11 +527,11 @@
|
|
|
429
527
|
|
|
430
528
|
新增接口:
|
|
431
529
|
|
|
432
|
-
* [
|
|
530
|
+
* [DescribeKTVTopList](https://cloud.tencent.com/document/api/1155/68908)
|
|
433
531
|
|
|
434
532
|
新增数据结构:
|
|
435
533
|
|
|
436
|
-
* [
|
|
534
|
+
* [KTVMusicTopInfo](https://cloud.tencent.com/document/api/1155/40113#KTVMusicTopInfo)
|
|
437
535
|
|
|
438
536
|
### 第 23 次发布
|
|
439
537
|
|
|
@@ -1104,6 +1202,48 @@
|
|
|
1104
1202
|
|
|
1105
1203
|
## DDoS 防护(antiddos) 版本:2020-03-09
|
|
1106
1204
|
|
|
1205
|
+
### 第 21 次发布
|
|
1206
|
+
|
|
1207
|
+
发布时间:2022-02-14 08:04:59
|
|
1208
|
+
|
|
1209
|
+
本次发布包含了以下内容:
|
|
1210
|
+
|
|
1211
|
+
改善已有的文档。
|
|
1212
|
+
|
|
1213
|
+
新增接口:
|
|
1214
|
+
|
|
1215
|
+
* [CreateCCPrecisionPolicy](https://cloud.tencent.com/document/api/1021/69188)
|
|
1216
|
+
* [CreateCCReqLimitPolicy](https://cloud.tencent.com/document/api/1021/69187)
|
|
1217
|
+
* [CreateCcGeoIPBlockConfig](https://cloud.tencent.com/document/api/1021/69178)
|
|
1218
|
+
* [DeleteCCPrecisionPolicy](https://cloud.tencent.com/document/api/1021/69186)
|
|
1219
|
+
* [DeleteCCRequestLimitPolicy](https://cloud.tencent.com/document/api/1021/69185)
|
|
1220
|
+
* [DeleteCcBlackWhiteIpList](https://cloud.tencent.com/document/api/1021/69177)
|
|
1221
|
+
* [DeleteCcGeoIPBlockConfig](https://cloud.tencent.com/document/api/1021/69176)
|
|
1222
|
+
* [DeletePortAclConfig](https://cloud.tencent.com/document/api/1021/69175)
|
|
1223
|
+
* [DescribeCCPrecisionPlyList](https://cloud.tencent.com/document/api/1021/69184)
|
|
1224
|
+
* [DescribeCCReqLimitPolicyList](https://cloud.tencent.com/document/api/1021/69183)
|
|
1225
|
+
* [DescribeCcBlackWhiteIpList](https://cloud.tencent.com/document/api/1021/69174)
|
|
1226
|
+
* [DescribeCcGeoIPBlockConfigList](https://cloud.tencent.com/document/api/1021/69173)
|
|
1227
|
+
* [ModifyCCLevelPolicy](https://cloud.tencent.com/document/api/1021/69182)
|
|
1228
|
+
* [ModifyCCPrecisionPolicy](https://cloud.tencent.com/document/api/1021/69181)
|
|
1229
|
+
* [ModifyCCReqLimitPolicy](https://cloud.tencent.com/document/api/1021/69180)
|
|
1230
|
+
* [ModifyCCThresholdPolicy](https://cloud.tencent.com/document/api/1021/69179)
|
|
1231
|
+
* [ModifyCcBlackWhiteIpList](https://cloud.tencent.com/document/api/1021/69172)
|
|
1232
|
+
* [ModifyDDoSBlackWhiteIpList](https://cloud.tencent.com/document/api/1021/69171)
|
|
1233
|
+
* [ModifyDDoSLevel](https://cloud.tencent.com/document/api/1021/69191)
|
|
1234
|
+
* [ModifyDDoSThreshold](https://cloud.tencent.com/document/api/1021/69190)
|
|
1235
|
+
* [ModifyPortAclConfig](https://cloud.tencent.com/document/api/1021/69170)
|
|
1236
|
+
|
|
1237
|
+
新增数据结构:
|
|
1238
|
+
|
|
1239
|
+
* [CCPrecisionPlyRecord](https://cloud.tencent.com/document/api/1021/57582#CCPrecisionPlyRecord)
|
|
1240
|
+
* [CCPrecisionPolicy](https://cloud.tencent.com/document/api/1021/57582#CCPrecisionPolicy)
|
|
1241
|
+
* [CCReqLimitPolicy](https://cloud.tencent.com/document/api/1021/57582#CCReqLimitPolicy)
|
|
1242
|
+
* [CCReqLimitPolicyRecord](https://cloud.tencent.com/document/api/1021/57582#CCReqLimitPolicyRecord)
|
|
1243
|
+
* [CcBlackWhiteIpPolicy](https://cloud.tencent.com/document/api/1021/57582#CcBlackWhiteIpPolicy)
|
|
1244
|
+
* [CcGeoIPBlockConfig](https://cloud.tencent.com/document/api/1021/57582#CcGeoIPBlockConfig)
|
|
1245
|
+
* [CcGeoIpPolicyNew](https://cloud.tencent.com/document/api/1021/57582#CcGeoIpPolicyNew)
|
|
1246
|
+
|
|
1107
1247
|
### 第 20 次发布
|
|
1108
1248
|
|
|
1109
1249
|
发布时间:2022-01-19 08:04:47
|
|
@@ -8610,6 +8750,31 @@
|
|
|
8610
8750
|
|
|
8611
8751
|
## 云呼叫中心(ccc) 版本:2020-02-10
|
|
8612
8752
|
|
|
8753
|
+
### 第 21 次发布
|
|
8754
|
+
|
|
8755
|
+
发布时间:2022-02-14 08:06:57
|
|
8756
|
+
|
|
8757
|
+
本次发布包含了以下内容:
|
|
8758
|
+
|
|
8759
|
+
改善已有的文档。
|
|
8760
|
+
|
|
8761
|
+
新增接口:
|
|
8762
|
+
|
|
8763
|
+
* [CreateAutoCalloutTask](https://cloud.tencent.com/document/api/679/69194)
|
|
8764
|
+
* [DescribeAutoCalloutTask](https://cloud.tencent.com/document/api/679/69193)
|
|
8765
|
+
* [StopAutoCalloutTask](https://cloud.tencent.com/document/api/679/69192)
|
|
8766
|
+
|
|
8767
|
+
新增数据结构:
|
|
8768
|
+
|
|
8769
|
+
* [AutoCalloutTaskCalleeInfo](https://cloud.tencent.com/document/api/679/47715#AutoCalloutTaskCalleeInfo)
|
|
8770
|
+
|
|
8771
|
+
修改数据结构:
|
|
8772
|
+
|
|
8773
|
+
* [TelCdrInfo](https://cloud.tencent.com/document/api/679/47715#TelCdrInfo)
|
|
8774
|
+
|
|
8775
|
+
* 新增成员:AsrUrl
|
|
8776
|
+
|
|
8777
|
+
|
|
8613
8778
|
### 第 20 次发布
|
|
8614
8779
|
|
|
8615
8780
|
发布时间:2022-01-24 08:05:51
|
|
@@ -8996,6 +9161,38 @@
|
|
|
8996
9161
|
|
|
8997
9162
|
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
8998
9163
|
|
|
9164
|
+
### 第 84 次发布
|
|
9165
|
+
|
|
9166
|
+
发布时间:2022-02-14 08:07:04
|
|
9167
|
+
|
|
9168
|
+
本次发布包含了以下内容:
|
|
9169
|
+
|
|
9170
|
+
改善已有的文档。
|
|
9171
|
+
|
|
9172
|
+
修改接口:
|
|
9173
|
+
|
|
9174
|
+
* [DescribeDefaultParams](https://cloud.tencent.com/document/api/236/32662)
|
|
9175
|
+
|
|
9176
|
+
* 新增入参:TemplateType
|
|
9177
|
+
|
|
9178
|
+
|
|
9179
|
+
### 第 83 次发布
|
|
9180
|
+
|
|
9181
|
+
发布时间:2022-02-11 08:03:05
|
|
9182
|
+
|
|
9183
|
+
本次发布包含了以下内容:
|
|
9184
|
+
|
|
9185
|
+
改善已有的文档。
|
|
9186
|
+
|
|
9187
|
+
修改接口:
|
|
9188
|
+
|
|
9189
|
+
* [CreateDBImportJob](https://cloud.tencent.com/document/api/236/15858)
|
|
9190
|
+
|
|
9191
|
+
* 新增入参:CosUrl
|
|
9192
|
+
|
|
9193
|
+
* <font color="#dd0000">**修改入参**:</font>FileName
|
|
9194
|
+
|
|
9195
|
+
|
|
8999
9196
|
### 第 82 次发布
|
|
9000
9197
|
|
|
9001
9198
|
发布时间:2022-01-20 08:05:53
|
|
@@ -12895,6 +13092,21 @@
|
|
|
12895
13092
|
|
|
12896
13093
|
## 文件存储(cfs) 版本:2019-07-19
|
|
12897
13094
|
|
|
13095
|
+
### 第 10 次发布
|
|
13096
|
+
|
|
13097
|
+
发布时间:2022-02-11 08:03:37
|
|
13098
|
+
|
|
13099
|
+
本次发布包含了以下内容:
|
|
13100
|
+
|
|
13101
|
+
改善已有的文档。
|
|
13102
|
+
|
|
13103
|
+
修改数据结构:
|
|
13104
|
+
|
|
13105
|
+
* [FileSystemInfo](https://cloud.tencent.com/document/api/582/38175#FileSystemInfo)
|
|
13106
|
+
|
|
13107
|
+
* 新增成员:Tags
|
|
13108
|
+
|
|
13109
|
+
|
|
12898
13110
|
### 第 9 次发布
|
|
12899
13111
|
|
|
12900
13112
|
发布时间:2021-08-26 08:04:29
|
|
@@ -13935,6 +14147,18 @@
|
|
|
13935
14147
|
|
|
13936
14148
|
## 消息队列 Ckafka(ckafka) 版本:2019-08-19
|
|
13937
14149
|
|
|
14150
|
+
### 第 34 次发布
|
|
14151
|
+
|
|
14152
|
+
发布时间:2022-02-10 08:03:19
|
|
14153
|
+
|
|
14154
|
+
本次发布包含了以下内容:
|
|
14155
|
+
|
|
14156
|
+
改善已有的文档。
|
|
14157
|
+
|
|
14158
|
+
新增接口:
|
|
14159
|
+
|
|
14160
|
+
* [DeleteGroup](https://cloud.tencent.com/document/api/597/69059)
|
|
14161
|
+
|
|
13938
14162
|
### 第 33 次发布
|
|
13939
14163
|
|
|
13940
14164
|
发布时间:2022-01-18 08:06:14
|
|
@@ -16081,6 +16305,18 @@
|
|
|
16081
16305
|
|
|
16082
16306
|
## 云审计(cloudaudit) 版本:2019-03-19
|
|
16083
16307
|
|
|
16308
|
+
### 第 10 次发布
|
|
16309
|
+
|
|
16310
|
+
发布时间:2022-02-14 08:08:17
|
|
16311
|
+
|
|
16312
|
+
本次发布包含了以下内容:
|
|
16313
|
+
|
|
16314
|
+
改善已有的文档。
|
|
16315
|
+
|
|
16316
|
+
新增接口:
|
|
16317
|
+
|
|
16318
|
+
* [DescribeAuditTracks](https://cloud.tencent.com/document/api/629/69204)
|
|
16319
|
+
|
|
16084
16320
|
### 第 9 次发布
|
|
16085
16321
|
|
|
16086
16322
|
发布时间:2021-11-16 08:07:51
|
|
@@ -23736,6 +23972,22 @@
|
|
|
23736
23972
|
|
|
23737
23973
|
## 数据库智能管家 DBbrain(dbbrain) 版本:2021-05-27
|
|
23738
23974
|
|
|
23975
|
+
### 第 7 次发布
|
|
23976
|
+
|
|
23977
|
+
发布时间:2022-02-14 08:09:51
|
|
23978
|
+
|
|
23979
|
+
本次发布包含了以下内容:
|
|
23980
|
+
|
|
23981
|
+
改善已有的文档。
|
|
23982
|
+
|
|
23983
|
+
新增接口:
|
|
23984
|
+
|
|
23985
|
+
* [DescribeProxySessionKillTasks](https://cloud.tencent.com/document/api/1130/69205)
|
|
23986
|
+
|
|
23987
|
+
新增数据结构:
|
|
23988
|
+
|
|
23989
|
+
* [TaskInfo](https://cloud.tencent.com/document/api/1130/57812#TaskInfo)
|
|
23990
|
+
|
|
23739
23991
|
### 第 6 次发布
|
|
23740
23992
|
|
|
23741
23993
|
发布时间:2022-01-10 08:09:43
|
|
@@ -34373,6 +34625,21 @@
|
|
|
34373
34625
|
|
|
34374
34626
|
## 物联网边缘计算平台(iecp) 版本:2021-09-14
|
|
34375
34627
|
|
|
34628
|
+
### 第 2 次发布
|
|
34629
|
+
|
|
34630
|
+
发布时间:2022-02-15 08:09:12
|
|
34631
|
+
|
|
34632
|
+
本次发布包含了以下内容:
|
|
34633
|
+
|
|
34634
|
+
改善已有的文档。
|
|
34635
|
+
|
|
34636
|
+
修改数据结构:
|
|
34637
|
+
|
|
34638
|
+
* [ApplicationBasicInfo](https://cloud.tencent.com/document/api/1118/66797#ApplicationBasicInfo)
|
|
34639
|
+
|
|
34640
|
+
* 新增成员:AllowVisualModify
|
|
34641
|
+
|
|
34642
|
+
|
|
34376
34643
|
### 第 1 次发布
|
|
34377
34644
|
|
|
34378
34645
|
发布时间:2021-12-23 14:56:48
|
|
@@ -35665,6 +35932,18 @@
|
|
|
35665
35932
|
|
|
35666
35933
|
## 物联网开发平台(iotexplorer) 版本:2019-04-23
|
|
35667
35934
|
|
|
35935
|
+
### 第 41 次发布
|
|
35936
|
+
|
|
35937
|
+
发布时间:2022-02-15 08:09:38
|
|
35938
|
+
|
|
35939
|
+
本次发布包含了以下内容:
|
|
35940
|
+
|
|
35941
|
+
改善已有的文档。
|
|
35942
|
+
|
|
35943
|
+
新增接口:
|
|
35944
|
+
|
|
35945
|
+
* [[DescribeGatewaySubDeviceList](https://cloud.tencent.com/document/api/1081/69291)](https://cloud.tencent.com/document/api/#/#)
|
|
35946
|
+
|
|
35668
35947
|
### 第 40 次发布
|
|
35669
35948
|
|
|
35670
35949
|
发布时间:2022-01-11 08:10:29
|
|
@@ -40352,6 +40631,22 @@
|
|
|
40352
40631
|
|
|
40353
40632
|
## 云数据库 MariaDB(mariadb) 版本:2017-03-12
|
|
40354
40633
|
|
|
40634
|
+
### 第 31 次发布
|
|
40635
|
+
|
|
40636
|
+
发布时间:2022-02-11 08:09:25
|
|
40637
|
+
|
|
40638
|
+
本次发布包含了以下内容:
|
|
40639
|
+
|
|
40640
|
+
改善已有的文档。
|
|
40641
|
+
|
|
40642
|
+
新增接口:
|
|
40643
|
+
|
|
40644
|
+
* [DescribeDatabaseTable](https://cloud.tencent.com/document/api/237/69130)
|
|
40645
|
+
|
|
40646
|
+
新增数据结构:
|
|
40647
|
+
|
|
40648
|
+
* [TableColumn](https://cloud.tencent.com/document/api/237/16191#TableColumn)
|
|
40649
|
+
|
|
40355
40650
|
### 第 30 次发布
|
|
40356
40651
|
|
|
40357
40652
|
发布时间:2022-01-13 08:50:16
|
|
@@ -48394,6 +48689,72 @@
|
|
|
48394
48689
|
|
|
48395
48690
|
## 前端性能监控(rum) 版本:2021-06-22
|
|
48396
48691
|
|
|
48692
|
+
### 第 11 次发布
|
|
48693
|
+
|
|
48694
|
+
发布时间:2022-02-14 08:15:11
|
|
48695
|
+
|
|
48696
|
+
本次发布包含了以下内容:
|
|
48697
|
+
|
|
48698
|
+
改善已有的文档。
|
|
48699
|
+
|
|
48700
|
+
新增接口:
|
|
48701
|
+
|
|
48702
|
+
* [CreateLogExport](https://cloud.tencent.com/document/api/1464/69248)
|
|
48703
|
+
* [CreateOfflineLogConfig](https://cloud.tencent.com/document/api/1464/69247)
|
|
48704
|
+
* [CreateReleaseFile](https://cloud.tencent.com/document/api/1464/69246)
|
|
48705
|
+
* [CreateStarProject](https://cloud.tencent.com/document/api/1464/69245)
|
|
48706
|
+
* [CreateTawInstance](https://cloud.tencent.com/document/api/1464/69244)
|
|
48707
|
+
* [CreateWhitelist](https://cloud.tencent.com/document/api/1464/69243)
|
|
48708
|
+
* [DeleteInstance](https://cloud.tencent.com/document/api/1464/69242)
|
|
48709
|
+
* [DeleteLogExport](https://cloud.tencent.com/document/api/1464/69241)
|
|
48710
|
+
* [DeleteOfflineLogConfig](https://cloud.tencent.com/document/api/1464/69240)
|
|
48711
|
+
* [DeleteOfflineLogRecord](https://cloud.tencent.com/document/api/1464/69239)
|
|
48712
|
+
* [DeleteProject](https://cloud.tencent.com/document/api/1464/69238)
|
|
48713
|
+
* [DeleteReleaseFile](https://cloud.tencent.com/document/api/1464/69237)
|
|
48714
|
+
* [DeleteStarProject](https://cloud.tencent.com/document/api/1464/69236)
|
|
48715
|
+
* [DeleteWhitelist](https://cloud.tencent.com/document/api/1464/69235)
|
|
48716
|
+
* [DescribeData](https://cloud.tencent.com/document/api/1464/69234)
|
|
48717
|
+
* [DescribeDataCustomUrl](https://cloud.tencent.com/document/api/1464/69233)
|
|
48718
|
+
* [DescribeDataFetchProject](https://cloud.tencent.com/document/api/1464/69232)
|
|
48719
|
+
* [DescribeDataLogUrlInfo](https://cloud.tencent.com/document/api/1464/69231)
|
|
48720
|
+
* [DescribeDataPerformanceProject](https://cloud.tencent.com/document/api/1464/69230)
|
|
48721
|
+
* [DescribeDataPvUrlInfo](https://cloud.tencent.com/document/api/1464/69229)
|
|
48722
|
+
* [DescribeDataReportCount](https://cloud.tencent.com/document/api/1464/69228)
|
|
48723
|
+
* [DescribeDataSetUrlStatistics](https://cloud.tencent.com/document/api/1464/69227)
|
|
48724
|
+
* [DescribeDataStaticProject](https://cloud.tencent.com/document/api/1464/69226)
|
|
48725
|
+
* [DescribeDataStaticResource](https://cloud.tencent.com/document/api/1464/69225)
|
|
48726
|
+
* [DescribeDataStaticUrl](https://cloud.tencent.com/document/api/1464/69224)
|
|
48727
|
+
* [DescribeDataWebVitalsPage](https://cloud.tencent.com/document/api/1464/69223)
|
|
48728
|
+
* [DescribeLogExports](https://cloud.tencent.com/document/api/1464/69222)
|
|
48729
|
+
* [DescribeOfflineLogConfigs](https://cloud.tencent.com/document/api/1464/69221)
|
|
48730
|
+
* [DescribeOfflineLogRecords](https://cloud.tencent.com/document/api/1464/69220)
|
|
48731
|
+
* [DescribeOfflineLogs](https://cloud.tencent.com/document/api/1464/69219)
|
|
48732
|
+
* [DescribeProjectLimits](https://cloud.tencent.com/document/api/1464/69218)
|
|
48733
|
+
* [DescribePvList](https://cloud.tencent.com/document/api/1464/69217)
|
|
48734
|
+
* [DescribeReleaseFileSign](https://cloud.tencent.com/document/api/1464/69216)
|
|
48735
|
+
* [DescribeReleaseFiles](https://cloud.tencent.com/document/api/1464/69215)
|
|
48736
|
+
* [DescribeTawAreas](https://cloud.tencent.com/document/api/1464/69214)
|
|
48737
|
+
* [DescribeTawInstances](https://cloud.tencent.com/document/api/1464/69213)
|
|
48738
|
+
* [DescribeUvList](https://cloud.tencent.com/document/api/1464/69212)
|
|
48739
|
+
* [DescribeWhitelists](https://cloud.tencent.com/document/api/1464/69211)
|
|
48740
|
+
* [ModifyInstance](https://cloud.tencent.com/document/api/1464/69210)
|
|
48741
|
+
* [ModifyProject](https://cloud.tencent.com/document/api/1464/69209)
|
|
48742
|
+
* [ModifyProjectLimit](https://cloud.tencent.com/document/api/1464/69208)
|
|
48743
|
+
* [ResumeInstance](https://cloud.tencent.com/document/api/1464/69207)
|
|
48744
|
+
* [StopInstance](https://cloud.tencent.com/document/api/1464/69206)
|
|
48745
|
+
|
|
48746
|
+
新增数据结构:
|
|
48747
|
+
|
|
48748
|
+
* [LogExport](https://cloud.tencent.com/document/api/1464/61476#LogExport)
|
|
48749
|
+
* [ProjectLimit](https://cloud.tencent.com/document/api/1464/61476#ProjectLimit)
|
|
48750
|
+
* [ReleaseFile](https://cloud.tencent.com/document/api/1464/61476#ReleaseFile)
|
|
48751
|
+
* [RumAreaInfo](https://cloud.tencent.com/document/api/1464/61476#RumAreaInfo)
|
|
48752
|
+
* [RumInstanceInfo](https://cloud.tencent.com/document/api/1464/61476#RumInstanceInfo)
|
|
48753
|
+
* [RumPvInfo](https://cloud.tencent.com/document/api/1464/61476#RumPvInfo)
|
|
48754
|
+
* [RumUvInfo](https://cloud.tencent.com/document/api/1464/61476#RumUvInfo)
|
|
48755
|
+
* [Tag](https://cloud.tencent.com/document/api/1464/61476#Tag)
|
|
48756
|
+
* [Whitelist](https://cloud.tencent.com/document/api/1464/61476#Whitelist)
|
|
48757
|
+
|
|
48397
48758
|
### 第 10 次发布
|
|
48398
48759
|
|
|
48399
48760
|
发布时间:2022-01-18 08:14:02
|
|
@@ -49648,6 +50009,39 @@
|
|
|
49648
50009
|
|
|
49649
50010
|
|
|
49650
50011
|
|
|
50012
|
+
## 智能媒资托管(smh) 版本:2021-07-12
|
|
50013
|
+
|
|
50014
|
+
### 第 1 次发布
|
|
50015
|
+
|
|
50016
|
+
发布时间:2022-02-10 11:28:45
|
|
50017
|
+
|
|
50018
|
+
本次发布包含了以下内容:
|
|
50019
|
+
|
|
50020
|
+
改善已有的文档。
|
|
50021
|
+
|
|
50022
|
+
新增接口:
|
|
50023
|
+
|
|
50024
|
+
* [CreateLibrary](https://cloud.tencent.com/document/api/1339/69089)
|
|
50025
|
+
* [DeleteLibrary](https://cloud.tencent.com/document/api/1339/69088)
|
|
50026
|
+
* [DescribeLibraries](https://cloud.tencent.com/document/api/1339/69087)
|
|
50027
|
+
* [DescribeLibrarySecret](https://cloud.tencent.com/document/api/1339/69086)
|
|
50028
|
+
* [DescribeOfficialInstances](https://cloud.tencent.com/document/api/1339/69083)
|
|
50029
|
+
* [DescribeOfficialOverview](https://cloud.tencent.com/document/api/1339/69082)
|
|
50030
|
+
* [DescribeTrafficPackages](https://cloud.tencent.com/document/api/1339/69081)
|
|
50031
|
+
* [ModifyLibrary](https://cloud.tencent.com/document/api/1339/69085)
|
|
50032
|
+
* [SendSmsCode](https://cloud.tencent.com/document/api/1339/69080)
|
|
50033
|
+
* [VerifySmsCode](https://cloud.tencent.com/document/api/1339/69079)
|
|
50034
|
+
|
|
50035
|
+
新增数据结构:
|
|
50036
|
+
|
|
50037
|
+
* [Instance](https://cloud.tencent.com/document/api/1339/69090#Instance)
|
|
50038
|
+
* [Library](https://cloud.tencent.com/document/api/1339/69090#Library)
|
|
50039
|
+
* [LibraryExtension](https://cloud.tencent.com/document/api/1339/69090#LibraryExtension)
|
|
50040
|
+
* [TrafficPackage](https://cloud.tencent.com/document/api/1339/69090#TrafficPackage)
|
|
50041
|
+
|
|
50042
|
+
|
|
50043
|
+
|
|
50044
|
+
|
|
49651
50045
|
## 营销号码安全(smpn) 版本:2019-08-22
|
|
49652
50046
|
|
|
49653
50047
|
### 第 1 次发布
|
|
@@ -51102,6 +51496,21 @@
|
|
|
51102
51496
|
|
|
51103
51497
|
## 证书(ssl) 版本:2019-12-05
|
|
51104
51498
|
|
|
51499
|
+
### 第 11 次发布
|
|
51500
|
+
|
|
51501
|
+
发布时间:2022-02-11 08:11:30
|
|
51502
|
+
|
|
51503
|
+
本次发布包含了以下内容:
|
|
51504
|
+
|
|
51505
|
+
改善已有的文档。
|
|
51506
|
+
|
|
51507
|
+
修改数据结构:
|
|
51508
|
+
|
|
51509
|
+
* [DeployedResources](https://cloud.tencent.com/document/api/400/41679#DeployedResources)
|
|
51510
|
+
|
|
51511
|
+
* 新增成员:ResourceIds
|
|
51512
|
+
|
|
51513
|
+
|
|
51105
51514
|
### 第 10 次发布
|
|
51106
51515
|
|
|
51107
51516
|
发布时间:2022-01-17 08:12:18
|
|
@@ -55997,6 +56406,28 @@
|
|
|
55997
56406
|
|
|
55998
56407
|
## 容器安全服务(tcss) 版本:2020-11-01
|
|
55999
56408
|
|
|
56409
|
+
### 第 9 次发布
|
|
56410
|
+
|
|
56411
|
+
发布时间:2022-02-15 08:13:53
|
|
56412
|
+
|
|
56413
|
+
本次发布包含了以下内容:
|
|
56414
|
+
|
|
56415
|
+
改善已有的文档。
|
|
56416
|
+
|
|
56417
|
+
修改接口:
|
|
56418
|
+
|
|
56419
|
+
* [DescribeAssetImageRegistryDetail](https://cloud.tencent.com/document/api/1285/65501)
|
|
56420
|
+
|
|
56421
|
+
* 新增入参:ImageId
|
|
56422
|
+
|
|
56423
|
+
|
|
56424
|
+
修改数据结构:
|
|
56425
|
+
|
|
56426
|
+
* [ComplianceK8SDetailInfo](https://cloud.tencent.com/document/api/1285/65614#ComplianceK8SDetailInfo)
|
|
56427
|
+
|
|
56428
|
+
* 新增成员:ClusterVersion
|
|
56429
|
+
|
|
56430
|
+
|
|
56000
56431
|
### 第 8 次发布
|
|
56001
56432
|
|
|
56002
56433
|
发布时间:2022-01-24 08:15:12
|
|
@@ -59387,6 +59818,21 @@
|
|
|
59387
59818
|
|
|
59388
59819
|
## 容器服务(tke) 版本:2018-05-25
|
|
59389
59820
|
|
|
59821
|
+
### 第 89 次发布
|
|
59822
|
+
|
|
59823
|
+
发布时间:2022-02-11 08:13:17
|
|
59824
|
+
|
|
59825
|
+
本次发布包含了以下内容:
|
|
59826
|
+
|
|
59827
|
+
改善已有的文档。
|
|
59828
|
+
|
|
59829
|
+
修改接口:
|
|
59830
|
+
|
|
59831
|
+
* [DescribeClusterNodePools](https://cloud.tencent.com/document/api/457/49432)
|
|
59832
|
+
|
|
59833
|
+
* 新增入参:Filters
|
|
59834
|
+
|
|
59835
|
+
|
|
59390
59836
|
### 第 88 次发布
|
|
59391
59837
|
|
|
59392
59838
|
发布时间:2022-01-24 08:16:10
|