tencentcloud-sdk-nodejs 4.0.340 → 4.0.343
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 +430 -0
- package/SERVICE_CHANGELOG.md +423 -54
- package/package.json +1 -1
- package/products.md +29 -28
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_models.ts +5 -0
- package/src/services/apm/v20210622/apm_client.ts +47 -32
- package/src/services/apm/v20210622/apm_models.ts +310 -195
- package/src/services/cam/v20190116/cam_client.ts +2 -1
- package/src/services/cam/v20190116/cam_models.ts +119 -83
- package/src/services/ccc/v20200210/ccc_client.ts +1 -1
- package/src/services/ccc/v20200210/ccc_models.ts +31 -30
- package/src/services/cdb/v20170320/cdb_models.ts +1 -1
- package/src/services/cdc/index.ts +5 -0
- package/src/services/cdc/v20201214/cdc_client.ts +286 -0
- package/src/services/cdc/v20201214/cdc_models.ts +1651 -0
- package/src/services/cdc/v20201214/index.ts +6 -0
- package/src/services/cdn/v20180606/cdn_models.ts +2 -2
- package/src/services/cls/v20201016/cls_models.ts +9 -4
- package/src/services/cpdp/v20190820/cpdp_client.ts +1 -1
- package/src/services/cpdp/v20190820/cpdp_models.ts +17 -9
- package/src/services/cvm/v20170312/cvm_models.ts +2 -0
- package/src/services/cwp/v20180228/cwp_models.ts +5 -0
- package/src/services/dnspod/v20210323/dnspod_models.ts +5 -0
- package/src/services/es/v20180416/es_models.ts +10 -5
- package/src/services/gaap/v20180529/gaap_models.ts +1 -1
- package/src/services/index.ts +1 -0
- package/src/services/lighthouse/v20200324/lighthouse_client.ts +12 -2
- package/src/services/ocr/v20181119/ocr_client.ts +0 -14
- package/src/services/redis/v20180412/redis_client.ts +13 -1
- package/src/services/redis/v20180412/redis_models.ts +46 -11
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +6 -1
- package/src/services/sts/v20180813/sts_client.ts +1 -0
- package/src/services/sts/v20180813/sts_models.ts +23 -3
- package/src/services/teo/v20220106/teo_client.ts +23 -10
- package/src/services/teo/v20220106/teo_models.ts +130 -9
- package/src/services/tiw/v20190919/tiw_client.ts +3 -2
- package/src/services/tiw/v20190919/tiw_models.ts +79 -38
- package/src/services/tke/v20180525/tke_client.ts +510 -270
- package/src/services/tke/v20180525/tke_models.ts +4336 -3981
- package/src/services/tmt/v20180321/tmt_client.ts +61 -33
- package/src/services/tmt/v20180321/tmt_models.ts +285 -131
- package/src/services/trtc/v20190722/trtc_client.ts +215 -142
- package/src/services/trtc/v20190722/trtc_models.ts +772 -140
- package/src/services/vod/v20180717/vod_client.ts +32 -15
- package/src/services/vod/v20180717/vod_models.ts +69 -6
- package/src/services/vpc/v20170312/vpc_client.ts +36 -12
- package/src/services/vpc/v20170312/vpc_models.ts +40 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +4 -0
- package/tencentcloud/services/apm/v20210622/apm_client.d.ts +14 -9
- package/tencentcloud/services/apm/v20210622/apm_client.js +19 -12
- package/tencentcloud/services/apm/v20210622/apm_models.d.ts +267 -169
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +100 -70
- package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +1 -1
- package/tencentcloud/services/ccc/v20200210/ccc_client.js +1 -1
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +29 -28
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +1 -1
- package/tencentcloud/services/cdc/index.d.ts +6 -0
- package/tencentcloud/services/cdc/index.js +7 -0
- package/tencentcloud/services/cdc/v20201214/cdc_client.d.ts +90 -0
- package/tencentcloud/services/cdc/v20201214/cdc_client.js +151 -0
- package/tencentcloud/services/cdc/v20201214/cdc_models.d.ts +1370 -0
- package/tencentcloud/services/cdc/v20201214/cdc_models.js +18 -0
- package/tencentcloud/services/cdc/v20201214/index.d.ts +6 -0
- package/tencentcloud/services/cdc/v20201214/index.js +9 -0
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +2 -2
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +7 -2
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +1 -1
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +1 -1
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +14 -6
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +2 -0
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +4 -0
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +4 -0
- package/tencentcloud/services/es/v20180416/es_models.d.ts +9 -4
- package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +1 -1
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +12 -2
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +12 -2
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +0 -14
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +0 -14
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +5 -1
- package/tencentcloud/services/redis/v20180412/redis_client.js +6 -0
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +40 -10
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +5 -1
- package/tencentcloud/services/sts/v20180813/sts_models.d.ts +20 -3
- package/tencentcloud/services/teo/v20220106/teo_client.d.ts +9 -5
- package/tencentcloud/services/teo/v20220106/teo_client.js +12 -6
- package/tencentcloud/services/teo/v20220106/teo_models.d.ts +108 -4
- package/tencentcloud/services/tiw/v20190919/tiw_client.d.ts +1 -1
- package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +69 -33
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +91 -11
- package/tencentcloud/services/tke/v20180525/tke_client.js +135 -15
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +3934 -3624
- package/tencentcloud/services/tmt/v20180321/tmt_client.d.ts +23 -13
- package/tencentcloud/services/tmt/v20180321/tmt_client.js +31 -17
- package/tencentcloud/services/tmt/v20180321/tmt_models.d.ts +259 -123
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +95 -68
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +121 -86
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +671 -134
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +14 -6
- package/tencentcloud/services/vod/v20180717/vod_client.js +17 -7
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +61 -6
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +13 -5
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +18 -6
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +36 -0
- package/test/apm.v20210622.test.js +18 -8
- package/test/cdc.v20201214.test.js +221 -0
- package/test/redis.v20180412.test.js +10 -0
- package/test/teo.v20220106.test.js +14 -4
- package/test/tke.v20180525.test.js +210 -10
- package/test/tmt.v20180321.test.js +28 -8
- package/test/trtc.v20190722.test.js +74 -34
- package/test/vod.v20180717.test.js +14 -4
- package/test/vpc.v20170312.test.js +24 -4
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,103 +1,94 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 访问管理(cam) 版本:2019-01-16
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 47 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2022-05-
|
|
7
|
+
发布时间:2022-05-19 06:07:36
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
修改接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
16
|
-
* [CreateEmbedToken](https://cloud.tencent.com/document/api/#/#)
|
|
15
|
+
* [CreateRole](https://cloud.tencent.com/document/api/598/36225)
|
|
17
16
|
|
|
18
|
-
|
|
17
|
+
* 新增入参:Tags
|
|
19
18
|
|
|
20
|
-
* [
|
|
21
|
-
* [EmbedTokenInfo](https://cloud.tencent.com/document/api/#/##EmbedTokenInfo)
|
|
19
|
+
* [CreateServiceLinkedRole](https://cloud.tencent.com/document/api/598/43711)
|
|
22
20
|
|
|
21
|
+
* 新增入参:Tags
|
|
23
22
|
|
|
23
|
+
* [DescribeRoleList](https://cloud.tencent.com/document/api/598/36223)
|
|
24
24
|
|
|
25
|
-
|
|
25
|
+
* 新增入参:Tags
|
|
26
26
|
|
|
27
|
-
### 第 41 次发布
|
|
28
27
|
|
|
29
|
-
|
|
28
|
+
新增数据结构:
|
|
30
29
|
|
|
31
|
-
|
|
30
|
+
* [RoleTags](https://cloud.tencent.com/document/api/598/33167#RoleTags)
|
|
32
31
|
|
|
33
|
-
|
|
32
|
+
修改数据结构:
|
|
34
33
|
|
|
35
|
-
|
|
34
|
+
* [RoleInfo](https://cloud.tencent.com/document/api/598/33167#RoleInfo)
|
|
36
35
|
|
|
37
|
-
*
|
|
36
|
+
* 新增成员:Tags
|
|
38
37
|
|
|
39
38
|
|
|
40
39
|
|
|
41
|
-
## 电子签服务(ess) 版本:2020-11-11
|
|
42
40
|
|
|
43
|
-
|
|
41
|
+
## DNSPod(dnspod) 版本:2021-03-23
|
|
44
42
|
|
|
45
|
-
|
|
43
|
+
### 第 4 次发布
|
|
44
|
+
|
|
45
|
+
发布时间:2022-05-19 06:11:31
|
|
46
46
|
|
|
47
47
|
本次发布包含了以下内容:
|
|
48
48
|
|
|
49
49
|
改善已有的文档。
|
|
50
50
|
|
|
51
|
-
|
|
51
|
+
修改接口:
|
|
52
52
|
|
|
53
|
-
* [
|
|
53
|
+
* [ModifyDynamicDNS](https://cloud.tencent.com/document/api/1427/56158)
|
|
54
54
|
|
|
55
|
-
*
|
|
55
|
+
* 新增入参:Ttl
|
|
56
56
|
|
|
57
57
|
|
|
58
58
|
|
|
59
59
|
|
|
60
|
-
##
|
|
60
|
+
## 云数据库 SQL Server(sqlserver) 版本:2018-03-28
|
|
61
61
|
|
|
62
|
-
### 第
|
|
62
|
+
### 第 30 次发布
|
|
63
63
|
|
|
64
|
-
发布时间:2022-05-
|
|
64
|
+
发布时间:2022-05-19 06:17:03
|
|
65
65
|
|
|
66
66
|
本次发布包含了以下内容:
|
|
67
67
|
|
|
68
68
|
改善已有的文档。
|
|
69
69
|
|
|
70
|
-
|
|
70
|
+
修改数据结构:
|
|
71
71
|
|
|
72
|
-
* [
|
|
73
|
-
* [DeleteFirstLinkSession](https://cloud.tencent.com/document/api/608/73696)
|
|
74
|
-
* [DescribeFirstLinkSession](https://cloud.tencent.com/document/api/608/73695)
|
|
72
|
+
* [AccountPrivilegeModifyInfo](https://cloud.tencent.com/document/api/238/19976#AccountPrivilegeModifyInfo)
|
|
75
73
|
|
|
76
|
-
|
|
74
|
+
* 新增成员:IsAdmin
|
|
77
75
|
|
|
78
|
-
* [Capacity](https://cloud.tencent.com/document/api/608/37023#Capacity)
|
|
79
|
-
* [DestAddressInfo](https://cloud.tencent.com/document/api/608/37023#DestAddressInfo)
|
|
80
|
-
* [DeviceInfo](https://cloud.tencent.com/document/api/608/37023#DeviceInfo)
|
|
81
|
-
* [SrcAddressInfo](https://cloud.tencent.com/document/api/608/37023#SrcAddressInfo)
|
|
82
76
|
|
|
83
77
|
|
|
84
78
|
|
|
85
|
-
##
|
|
79
|
+
## 容器服务(tke) 版本:2018-05-25
|
|
86
80
|
|
|
87
|
-
### 第
|
|
81
|
+
### 第 100 次发布
|
|
88
82
|
|
|
89
|
-
发布时间:2022-05-
|
|
83
|
+
发布时间:2022-05-19 06:19:17
|
|
90
84
|
|
|
91
85
|
本次发布包含了以下内容:
|
|
92
86
|
|
|
93
87
|
改善已有的文档。
|
|
94
88
|
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
* [ContainerGroupDeploy](https://cloud.tencent.com/document/api/649/36099#ContainerGroupDeploy)
|
|
98
|
-
|
|
99
|
-
* 新增成员:RepoType
|
|
89
|
+
新增接口:
|
|
100
90
|
|
|
91
|
+
* [ModifyPrometheusTemp](https://cloud.tencent.com/document/api/457/74013)
|
|
101
92
|
|
|
102
93
|
|
|
103
94
|
|
|
@@ -1399,6 +1390,21 @@
|
|
|
1399
1390
|
|
|
1400
1391
|
## DDoS 防护(antiddos) 版本:2020-03-09
|
|
1401
1392
|
|
|
1393
|
+
### 第 32 次发布
|
|
1394
|
+
|
|
1395
|
+
发布时间:2022-05-17 06:03:35
|
|
1396
|
+
|
|
1397
|
+
本次发布包含了以下内容:
|
|
1398
|
+
|
|
1399
|
+
改善已有的文档。
|
|
1400
|
+
|
|
1401
|
+
修改接口:
|
|
1402
|
+
|
|
1403
|
+
* [DescribeListBGPInstances](https://cloud.tencent.com/document/api/1021/57521)
|
|
1404
|
+
|
|
1405
|
+
* 新增入参:FilterEnterpriseFlag
|
|
1406
|
+
|
|
1407
|
+
|
|
1402
1408
|
### 第 31 次发布
|
|
1403
1409
|
|
|
1404
1410
|
发布时间:2022-05-12 06:05:03
|
|
@@ -2987,6 +2993,23 @@
|
|
|
2987
2993
|
|
|
2988
2994
|
## 应用性能观测(apm) 版本:2021-06-22
|
|
2989
2995
|
|
|
2996
|
+
### 第 9 次发布
|
|
2997
|
+
|
|
2998
|
+
发布时间:2022-05-17 10:51:16
|
|
2999
|
+
|
|
3000
|
+
本次发布包含了以下内容:
|
|
3001
|
+
|
|
3002
|
+
改善已有的文档。
|
|
3003
|
+
|
|
3004
|
+
新增接口:
|
|
3005
|
+
|
|
3006
|
+
* [DescribeGeneralMetricData](https://cloud.tencent.com/document/api/1463/73791)
|
|
3007
|
+
|
|
3008
|
+
新增数据结构:
|
|
3009
|
+
|
|
3010
|
+
* [GeneralFilter](https://cloud.tencent.com/document/api/1463/64927#GeneralFilter)
|
|
3011
|
+
* [Line](https://cloud.tencent.com/document/api/1463/64927#Line)
|
|
3012
|
+
|
|
2990
3013
|
### 第 8 次发布
|
|
2991
3014
|
|
|
2992
3015
|
发布时间:2022-04-26 06:04:31
|
|
@@ -5851,13 +5874,13 @@
|
|
|
5851
5874
|
|
|
5852
5875
|
新增接口:
|
|
5853
5876
|
|
|
5854
|
-
* [
|
|
5855
|
-
* [
|
|
5877
|
+
* [ApplyEmbedInterval](https://cloud.tencent.com/document/api/590/73725)
|
|
5878
|
+
* [CreateEmbedToken](https://cloud.tencent.com/document/api/590/73724)
|
|
5856
5879
|
|
|
5857
5880
|
新增数据结构:
|
|
5858
5881
|
|
|
5859
|
-
* [
|
|
5860
|
-
* [
|
|
5882
|
+
* [ApplyEmbedTokenInfo](https://cloud.tencent.com/document/api/590/73726#ApplyEmbedTokenInfo)
|
|
5883
|
+
* [EmbedTokenInfo](https://cloud.tencent.com/document/api/590/73726#EmbedTokenInfo)
|
|
5861
5884
|
|
|
5862
5885
|
|
|
5863
5886
|
|
|
@@ -7716,6 +7739,40 @@
|
|
|
7716
7739
|
|
|
7717
7740
|
## 访问管理(cam) 版本:2019-01-16
|
|
7718
7741
|
|
|
7742
|
+
### 第 47 次发布
|
|
7743
|
+
|
|
7744
|
+
发布时间:2022-05-19 06:07:36
|
|
7745
|
+
|
|
7746
|
+
本次发布包含了以下内容:
|
|
7747
|
+
|
|
7748
|
+
改善已有的文档。
|
|
7749
|
+
|
|
7750
|
+
修改接口:
|
|
7751
|
+
|
|
7752
|
+
* [CreateRole](https://cloud.tencent.com/document/api/598/36225)
|
|
7753
|
+
|
|
7754
|
+
* 新增入参:Tags
|
|
7755
|
+
|
|
7756
|
+
* [CreateServiceLinkedRole](https://cloud.tencent.com/document/api/598/43711)
|
|
7757
|
+
|
|
7758
|
+
* 新增入参:Tags
|
|
7759
|
+
|
|
7760
|
+
* [DescribeRoleList](https://cloud.tencent.com/document/api/598/36223)
|
|
7761
|
+
|
|
7762
|
+
* 新增入参:Tags
|
|
7763
|
+
|
|
7764
|
+
|
|
7765
|
+
新增数据结构:
|
|
7766
|
+
|
|
7767
|
+
* [[RoleTags](https://cloud.tencent.com/document/api/598/33167#RoleTags)](https://cloud.tencent.com/document/api/598/33167#[RoleTags](https://cloud.tencent.com/document/api/598/33167#RoleTags))
|
|
7768
|
+
|
|
7769
|
+
修改数据结构:
|
|
7770
|
+
|
|
7771
|
+
* [RoleInfo](https://cloud.tencent.com/document/api/598/33167#RoleInfo)
|
|
7772
|
+
|
|
7773
|
+
* 新增成员:Tags
|
|
7774
|
+
|
|
7775
|
+
|
|
7719
7776
|
### 第 46 次发布
|
|
7720
7777
|
|
|
7721
7778
|
发布时间:2022-05-09 06:03:17
|
|
@@ -12181,6 +12238,71 @@
|
|
|
12181
12238
|
|
|
12182
12239
|
|
|
12183
12240
|
|
|
12241
|
+
## 本地专用集群(cdc) 版本:2020-12-14
|
|
12242
|
+
|
|
12243
|
+
### 第 2 次发布
|
|
12244
|
+
|
|
12245
|
+
发布时间:2022-05-16 17:18:07
|
|
12246
|
+
|
|
12247
|
+
本次发布包含了以下内容:
|
|
12248
|
+
|
|
12249
|
+
改善已有的文档。
|
|
12250
|
+
|
|
12251
|
+
新增接口:
|
|
12252
|
+
|
|
12253
|
+
* [CreateDedicatedClusterOrder](https://cloud.tencent.com/document/api/1346/73769)
|
|
12254
|
+
* [CreateSite](https://cloud.tencent.com/document/api/1346/73768)
|
|
12255
|
+
* [DeleteDedicatedClusters](https://cloud.tencent.com/document/api/1346/73767)
|
|
12256
|
+
* [DeleteSites](https://cloud.tencent.com/document/api/1346/73766)
|
|
12257
|
+
* [DescribeDedicatedClusterCosCapacity](https://cloud.tencent.com/document/api/1346/73765)
|
|
12258
|
+
* [DescribeDedicatedClusterHostStatistics](https://cloud.tencent.com/document/api/1346/73764)
|
|
12259
|
+
* [DescribeDedicatedClusterHosts](https://cloud.tencent.com/document/api/1346/73763)
|
|
12260
|
+
* [DescribeDedicatedClusterInstanceTypes](https://cloud.tencent.com/document/api/1346/73762)
|
|
12261
|
+
* [DescribeDedicatedClusterOrders](https://cloud.tencent.com/document/api/1346/73761)
|
|
12262
|
+
* [DescribeDedicatedClusterOverview](https://cloud.tencent.com/document/api/1346/73760)
|
|
12263
|
+
* [DescribeDedicatedClusterTypes](https://cloud.tencent.com/document/api/1346/73759)
|
|
12264
|
+
* [DescribeDedicatedClusters](https://cloud.tencent.com/document/api/1346/73758)
|
|
12265
|
+
* [DescribeDedicatedSupportedZones](https://cloud.tencent.com/document/api/1346/73757)
|
|
12266
|
+
* [DescribeSites](https://cloud.tencent.com/document/api/1346/73756)
|
|
12267
|
+
* [DescribeSitesDetail](https://cloud.tencent.com/document/api/1346/73755)
|
|
12268
|
+
* [ModifyDedicatedClusterInfo](https://cloud.tencent.com/document/api/1346/73754)
|
|
12269
|
+
* [ModifyOrderStatus](https://cloud.tencent.com/document/api/1346/73753)
|
|
12270
|
+
* [ModifySiteDeviceInfo](https://cloud.tencent.com/document/api/1346/73752)
|
|
12271
|
+
* [ModifySiteInfo](https://cloud.tencent.com/document/api/1346/73751)
|
|
12272
|
+
|
|
12273
|
+
新增数据结构:
|
|
12274
|
+
|
|
12275
|
+
* [CbsInfo](https://cloud.tencent.com/document/api/1346/73770#CbsInfo)
|
|
12276
|
+
* [CosCapacity](https://cloud.tencent.com/document/api/1346/73770#CosCapacity)
|
|
12277
|
+
* [CosInfo](https://cloud.tencent.com/document/api/1346/73770#CosInfo)
|
|
12278
|
+
* [DedicatedCluster](https://cloud.tencent.com/document/api/1346/73770#DedicatedCluster)
|
|
12279
|
+
* [DedicatedClusterInstanceType](https://cloud.tencent.com/document/api/1346/73770#DedicatedClusterInstanceType)
|
|
12280
|
+
* [DedicatedClusterOrder](https://cloud.tencent.com/document/api/1346/73770#DedicatedClusterOrder)
|
|
12281
|
+
* [DedicatedClusterOrderItem](https://cloud.tencent.com/document/api/1346/73770#DedicatedClusterOrderItem)
|
|
12282
|
+
* [DedicatedClusterType](https://cloud.tencent.com/document/api/1346/73770#DedicatedClusterType)
|
|
12283
|
+
* [DedicatedClusterTypeInfo](https://cloud.tencent.com/document/api/1346/73770#DedicatedClusterTypeInfo)
|
|
12284
|
+
* [HostInfo](https://cloud.tencent.com/document/api/1346/73770#HostInfo)
|
|
12285
|
+
* [HostStatistic](https://cloud.tencent.com/document/api/1346/73770#HostStatistic)
|
|
12286
|
+
* [RegionZoneInfo](https://cloud.tencent.com/document/api/1346/73770#RegionZoneInfo)
|
|
12287
|
+
* [Site](https://cloud.tencent.com/document/api/1346/73770#Site)
|
|
12288
|
+
* [SiteDetail](https://cloud.tencent.com/document/api/1346/73770#SiteDetail)
|
|
12289
|
+
* [ZoneInfo](https://cloud.tencent.com/document/api/1346/73770#ZoneInfo)
|
|
12290
|
+
|
|
12291
|
+
### 第 1 次发布
|
|
12292
|
+
|
|
12293
|
+
发布时间:2022-05-16 14:37:22
|
|
12294
|
+
|
|
12295
|
+
本次发布包含了以下内容:
|
|
12296
|
+
|
|
12297
|
+
改善已有的文档。
|
|
12298
|
+
|
|
12299
|
+
新增接口:
|
|
12300
|
+
|
|
12301
|
+
* [CreateDedicatedCluster](https://cloud.tencent.com/document/api/1346/73710)
|
|
12302
|
+
|
|
12303
|
+
|
|
12304
|
+
|
|
12305
|
+
|
|
12184
12306
|
## 内容分发网络(cdn) 版本:2018-06-06
|
|
12185
12307
|
|
|
12186
12308
|
### 第 102 次发布
|
|
@@ -15774,7 +15896,7 @@
|
|
|
15774
15896
|
|
|
15775
15897
|
新增接口:
|
|
15776
15898
|
|
|
15777
|
-
* [
|
|
15899
|
+
* [ModifyInstancePre](https://cloud.tencent.com/document/api/597/73693)
|
|
15778
15900
|
|
|
15779
15901
|
### 第 40 次发布
|
|
15780
15902
|
|
|
@@ -23854,6 +23976,21 @@
|
|
|
23854
23976
|
|
|
23855
23977
|
## 主机安全(cwp) 版本:2018-02-28
|
|
23856
23978
|
|
|
23979
|
+
### 第 41 次发布
|
|
23980
|
+
|
|
23981
|
+
发布时间:2022-05-17 06:07:58
|
|
23982
|
+
|
|
23983
|
+
本次发布包含了以下内容:
|
|
23984
|
+
|
|
23985
|
+
改善已有的文档。
|
|
23986
|
+
|
|
23987
|
+
修改接口:
|
|
23988
|
+
|
|
23989
|
+
* [DescribeHistoryService](https://cloud.tencent.com/document/api/296/55727)
|
|
23990
|
+
|
|
23991
|
+
* 新增出参:StartTime
|
|
23992
|
+
|
|
23993
|
+
|
|
23857
23994
|
### 第 40 次发布
|
|
23858
23995
|
|
|
23859
23996
|
发布时间:2022-04-27 06:08:17
|
|
@@ -28316,6 +28453,21 @@
|
|
|
28316
28453
|
|
|
28317
28454
|
## DNSPod(dnspod) 版本:2021-03-23
|
|
28318
28455
|
|
|
28456
|
+
### 第 4 次发布
|
|
28457
|
+
|
|
28458
|
+
发布时间:2022-05-19 06:11:31
|
|
28459
|
+
|
|
28460
|
+
本次发布包含了以下内容:
|
|
28461
|
+
|
|
28462
|
+
改善已有的文档。
|
|
28463
|
+
|
|
28464
|
+
修改接口:
|
|
28465
|
+
|
|
28466
|
+
* [ModifyDynamicDNS](https://cloud.tencent.com/document/api/1427/56158)
|
|
28467
|
+
|
|
28468
|
+
* 新增入参:Ttl
|
|
28469
|
+
|
|
28470
|
+
|
|
28319
28471
|
### 第 3 次发布
|
|
28320
28472
|
|
|
28321
28473
|
发布时间:2021-12-09 08:05:19
|
|
@@ -34521,16 +34673,16 @@
|
|
|
34521
34673
|
|
|
34522
34674
|
新增接口:
|
|
34523
34675
|
|
|
34524
|
-
* [
|
|
34525
|
-
* [
|
|
34526
|
-
* [
|
|
34676
|
+
* [CreateFirstLinkSession](https://cloud.tencent.com/document/api/608/73697)
|
|
34677
|
+
* [DeleteFirstLinkSession](https://cloud.tencent.com/document/api/608/73696)
|
|
34678
|
+
* [DescribeFirstLinkSession](https://cloud.tencent.com/document/api/608/73695)
|
|
34527
34679
|
|
|
34528
34680
|
新增数据结构:
|
|
34529
34681
|
|
|
34530
|
-
* [
|
|
34531
|
-
* [
|
|
34532
|
-
* [
|
|
34533
|
-
* [
|
|
34682
|
+
* [Capacity](https://cloud.tencent.com/document/api/608/37023#Capacity)
|
|
34683
|
+
* [DestAddressInfo](https://cloud.tencent.com/document/api/608/37023#DestAddressInfo)
|
|
34684
|
+
* [DeviceInfo](https://cloud.tencent.com/document/api/608/37023#DeviceInfo)
|
|
34685
|
+
* [SrcAddressInfo](https://cloud.tencent.com/document/api/608/37023#SrcAddressInfo)
|
|
34534
34686
|
|
|
34535
34687
|
### 第 28 次发布
|
|
34536
34688
|
|
|
@@ -52455,6 +52607,33 @@
|
|
|
52455
52607
|
|
|
52456
52608
|
## 云数据库 Redis(redis) 版本:2018-04-12
|
|
52457
52609
|
|
|
52610
|
+
### 第 45 次发布
|
|
52611
|
+
|
|
52612
|
+
发布时间:2022-05-18 06:15:32
|
|
52613
|
+
|
|
52614
|
+
本次发布包含了以下内容:
|
|
52615
|
+
|
|
52616
|
+
改善已有的文档。
|
|
52617
|
+
|
|
52618
|
+
修改接口:
|
|
52619
|
+
|
|
52620
|
+
* [CreateInstances](https://cloud.tencent.com/document/api/239/20026)
|
|
52621
|
+
|
|
52622
|
+
* 新增入参:DryRun
|
|
52623
|
+
|
|
52624
|
+
|
|
52625
|
+
### 第 44 次发布
|
|
52626
|
+
|
|
52627
|
+
发布时间:2022-05-17 06:14:17
|
|
52628
|
+
|
|
52629
|
+
本次发布包含了以下内容:
|
|
52630
|
+
|
|
52631
|
+
改善已有的文档。
|
|
52632
|
+
|
|
52633
|
+
新增接口:
|
|
52634
|
+
|
|
52635
|
+
* [ModifyInstanceReadOnly](https://cloud.tencent.com/document/api/239/73781)
|
|
52636
|
+
|
|
52458
52637
|
### 第 43 次发布
|
|
52459
52638
|
|
|
52460
52639
|
发布时间:2022-04-21 06:16:12
|
|
@@ -55589,6 +55768,21 @@
|
|
|
55589
55768
|
|
|
55590
55769
|
## 云数据库 SQL Server(sqlserver) 版本:2018-03-28
|
|
55591
55770
|
|
|
55771
|
+
### 第 30 次发布
|
|
55772
|
+
|
|
55773
|
+
发布时间:2022-05-19 06:17:03
|
|
55774
|
+
|
|
55775
|
+
本次发布包含了以下内容:
|
|
55776
|
+
|
|
55777
|
+
改善已有的文档。
|
|
55778
|
+
|
|
55779
|
+
修改数据结构:
|
|
55780
|
+
|
|
55781
|
+
* [AccountPrivilegeModifyInfo](https://cloud.tencent.com/document/api/238/19976#AccountPrivilegeModifyInfo)
|
|
55782
|
+
|
|
55783
|
+
* 新增成员:IsAdmin
|
|
55784
|
+
|
|
55785
|
+
|
|
55592
55786
|
### 第 29 次发布
|
|
55593
55787
|
|
|
55594
55788
|
发布时间:2022-05-09 06:12:52
|
|
@@ -57057,6 +57251,25 @@
|
|
|
57057
57251
|
|
|
57058
57252
|
## 安全凭证服务(sts) 版本:2018-08-13
|
|
57059
57253
|
|
|
57254
|
+
### 第 9 次发布
|
|
57255
|
+
|
|
57256
|
+
发布时间:2022-05-18 06:16:35
|
|
57257
|
+
|
|
57258
|
+
本次发布包含了以下内容:
|
|
57259
|
+
|
|
57260
|
+
改善已有的文档。
|
|
57261
|
+
|
|
57262
|
+
修改接口:
|
|
57263
|
+
|
|
57264
|
+
* [AssumeRole](https://cloud.tencent.com/document/api/1312/48197)
|
|
57265
|
+
|
|
57266
|
+
* 新增入参:Tags
|
|
57267
|
+
|
|
57268
|
+
|
|
57269
|
+
新增数据结构:
|
|
57270
|
+
|
|
57271
|
+
* [Tag](https://cloud.tencent.com/document/api/1312/48198#Tag)
|
|
57272
|
+
|
|
57060
57273
|
### 第 8 次发布
|
|
57061
57274
|
|
|
57062
57275
|
发布时间:2022-04-25 06:12:01
|
|
@@ -63891,6 +64104,22 @@
|
|
|
63891
64104
|
|
|
63892
64105
|
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
63893
64106
|
|
|
64107
|
+
### 第 4 次发布
|
|
64108
|
+
|
|
64109
|
+
发布时间:2022-05-18 06:18:03
|
|
64110
|
+
|
|
64111
|
+
本次发布包含了以下内容:
|
|
64112
|
+
|
|
64113
|
+
改善已有的文档。
|
|
64114
|
+
|
|
64115
|
+
新增接口:
|
|
64116
|
+
|
|
64117
|
+
* [DownloadL7Logs](https://cloud.tencent.com/document/api/1552/73899)
|
|
64118
|
+
|
|
64119
|
+
新增数据结构:
|
|
64120
|
+
|
|
64121
|
+
* [L7OfflineLog](https://cloud.tencent.com/document/api/1552/73155#L7OfflineLog)
|
|
64122
|
+
|
|
63894
64123
|
### 第 3 次发布
|
|
63895
64124
|
|
|
63896
64125
|
发布时间:2022-05-09 06:14:50
|
|
@@ -65358,6 +65587,25 @@
|
|
|
65358
65587
|
|
|
65359
65588
|
## 互动白板(tiw) 版本:2019-09-19
|
|
65360
65589
|
|
|
65590
|
+
### 第 25 次发布
|
|
65591
|
+
|
|
65592
|
+
发布时间:2022-05-17 06:17:19
|
|
65593
|
+
|
|
65594
|
+
本次发布包含了以下内容:
|
|
65595
|
+
|
|
65596
|
+
改善已有的文档。
|
|
65597
|
+
|
|
65598
|
+
修改接口:
|
|
65599
|
+
|
|
65600
|
+
* [StartWhiteboardPush](https://cloud.tencent.com/document/api/1137/52081)
|
|
65601
|
+
|
|
65602
|
+
* 新增入参:IMAuthParam, TRTCAuthParam
|
|
65603
|
+
|
|
65604
|
+
|
|
65605
|
+
新增数据结构:
|
|
65606
|
+
|
|
65607
|
+
* [AuthParam](https://cloud.tencent.com/document/api/1137/40068#AuthParam)
|
|
65608
|
+
|
|
65361
65609
|
### 第 24 次发布
|
|
65362
65610
|
|
|
65363
65611
|
发布时间:2021-12-27 08:11:32
|
|
@@ -65815,6 +66063,48 @@
|
|
|
65815
66063
|
|
|
65816
66064
|
## 容器服务(tke) 版本:2018-05-25
|
|
65817
66065
|
|
|
66066
|
+
### 第 100 次发布
|
|
66067
|
+
|
|
66068
|
+
发布时间:2022-05-19 06:19:17
|
|
66069
|
+
|
|
66070
|
+
本次发布包含了以下内容:
|
|
66071
|
+
|
|
66072
|
+
改善已有的文档。
|
|
66073
|
+
|
|
66074
|
+
新增接口:
|
|
66075
|
+
|
|
66076
|
+
* [[ModifyPrometheusTemp](https://cloud.tencent.com/document/api/457/74013)](https://cloud.tencent.com/document/api/#/#)
|
|
66077
|
+
|
|
66078
|
+
### 第 99 次发布
|
|
66079
|
+
|
|
66080
|
+
发布时间:2022-05-18 06:18:26
|
|
66081
|
+
|
|
66082
|
+
本次发布包含了以下内容:
|
|
66083
|
+
|
|
66084
|
+
改善已有的文档。
|
|
66085
|
+
|
|
66086
|
+
新增接口:
|
|
66087
|
+
|
|
66088
|
+
* [CreatePrometheusAlertPolicy](https://cloud.tencent.com/document/api/457/73918)
|
|
66089
|
+
* [CreatePrometheusTemp](https://cloud.tencent.com/document/api/457/73917)
|
|
66090
|
+
* [DeletePrometheusAlertPolicy](https://cloud.tencent.com/document/api/457/73916)
|
|
66091
|
+
* [DeletePrometheusTemp](https://cloud.tencent.com/document/api/457/73915)
|
|
66092
|
+
* [DeletePrometheusTempSync](https://cloud.tencent.com/document/api/457/73914)
|
|
66093
|
+
* [DescribePrometheusAlertPolicy](https://cloud.tencent.com/document/api/457/73913)
|
|
66094
|
+
* [DescribePrometheusClusterAgents](https://cloud.tencent.com/document/api/457/73912)
|
|
66095
|
+
* [DescribePrometheusInstancesOverview](https://cloud.tencent.com/document/api/457/73911)
|
|
66096
|
+
* [DescribePrometheusRecordRules](https://cloud.tencent.com/document/api/457/73910)
|
|
66097
|
+
* [DescribePrometheusTemp](https://cloud.tencent.com/document/api/457/73909)
|
|
66098
|
+
* [DescribePrometheusTempSync](https://cloud.tencent.com/document/api/457/73908)
|
|
66099
|
+
* [DisableClusterAudit](https://cloud.tencent.com/document/api/457/73901)
|
|
66100
|
+
* [DisableEventPersistence](https://cloud.tencent.com/document/api/457/73905)
|
|
66101
|
+
* [EnableClusterAudit](https://cloud.tencent.com/document/api/457/73900)
|
|
66102
|
+
* [EnableEventPersistence](https://cloud.tencent.com/document/api/457/73904)
|
|
66103
|
+
* [InstallLogAgent](https://cloud.tencent.com/document/api/457/73903)
|
|
66104
|
+
* [ModifyPrometheusAlertPolicy](https://cloud.tencent.com/document/api/457/73907)
|
|
66105
|
+
* [SyncPrometheusTemp](https://cloud.tencent.com/document/api/457/73906)
|
|
66106
|
+
* [UninstallLogAgent](https://cloud.tencent.com/document/api/457/73902)
|
|
66107
|
+
|
|
65818
66108
|
### 第 98 次发布
|
|
65819
66109
|
|
|
65820
66110
|
发布时间:2022-05-12 06:17:58
|
|
@@ -67904,6 +68194,24 @@
|
|
|
67904
68194
|
|
|
67905
68195
|
## 机器翻译(tmt) 版本:2018-03-21
|
|
67906
68196
|
|
|
68197
|
+
### 第 7 次发布
|
|
68198
|
+
|
|
68199
|
+
发布时间:2022-05-18 06:19:05
|
|
68200
|
+
|
|
68201
|
+
本次发布包含了以下内容:
|
|
68202
|
+
|
|
68203
|
+
改善已有的文档。
|
|
68204
|
+
|
|
68205
|
+
新增接口:
|
|
68206
|
+
|
|
68207
|
+
* [FileTranslate](https://cloud.tencent.com/document/api/551/73920)
|
|
68208
|
+
* [GetFileTranslate](https://cloud.tencent.com/document/api/551/73919)
|
|
68209
|
+
|
|
68210
|
+
新增数据结构:
|
|
68211
|
+
|
|
68212
|
+
* [GetFileTranslateData](https://cloud.tencent.com/document/api/551/17233#GetFileTranslateData)
|
|
68213
|
+
* [Task](https://cloud.tencent.com/document/api/551/17233#Task)
|
|
68214
|
+
|
|
67907
68215
|
### 第 6 次发布
|
|
67908
68216
|
|
|
67909
68217
|
发布时间:2020-07-21 08:18:31
|
|
@@ -68008,6 +68316,38 @@
|
|
|
68008
68316
|
|
|
68009
68317
|
## 实时音视频(trtc) 版本:2019-07-22
|
|
68010
68318
|
|
|
68319
|
+
### 第 29 次发布
|
|
68320
|
+
|
|
68321
|
+
发布时间:2022-05-17 06:17:44
|
|
68322
|
+
|
|
68323
|
+
本次发布包含了以下内容:
|
|
68324
|
+
|
|
68325
|
+
改善已有的文档。
|
|
68326
|
+
|
|
68327
|
+
新增接口:
|
|
68328
|
+
|
|
68329
|
+
* [CreateCloudRecording](https://cloud.tencent.com/document/api/647/73786)
|
|
68330
|
+
* [DeleteCloudRecording](https://cloud.tencent.com/document/api/647/73785)
|
|
68331
|
+
* [DescribeCloudRecording](https://cloud.tencent.com/document/api/647/73784)
|
|
68332
|
+
* [ModifyCloudRecording](https://cloud.tencent.com/document/api/647/73783)
|
|
68333
|
+
|
|
68334
|
+
新增数据结构:
|
|
68335
|
+
|
|
68336
|
+
* [AudioParams](https://cloud.tencent.com/document/api/647/44055#AudioParams)
|
|
68337
|
+
* [CloudStorage](https://cloud.tencent.com/document/api/647/44055#CloudStorage)
|
|
68338
|
+
* [CloudVod](https://cloud.tencent.com/document/api/647/44055#CloudVod)
|
|
68339
|
+
* [MixLayout](https://cloud.tencent.com/document/api/647/44055#MixLayout)
|
|
68340
|
+
* [MixLayoutParams](https://cloud.tencent.com/document/api/647/44055#MixLayoutParams)
|
|
68341
|
+
* [MixTranscodeParams](https://cloud.tencent.com/document/api/647/44055#MixTranscodeParams)
|
|
68342
|
+
* [RecordParams](https://cloud.tencent.com/document/api/647/44055#RecordParams)
|
|
68343
|
+
* [StorageFile](https://cloud.tencent.com/document/api/647/44055#StorageFile)
|
|
68344
|
+
* [StorageParams](https://cloud.tencent.com/document/api/647/44055#StorageParams)
|
|
68345
|
+
* [SubscribeStreamUserIds](https://cloud.tencent.com/document/api/647/44055#SubscribeStreamUserIds)
|
|
68346
|
+
* [TencentVod](https://cloud.tencent.com/document/api/647/44055#TencentVod)
|
|
68347
|
+
* [VideoParams](https://cloud.tencent.com/document/api/647/44055#VideoParams)
|
|
68348
|
+
* [WaterMark](https://cloud.tencent.com/document/api/647/44055#WaterMark)
|
|
68349
|
+
* [WaterMarkImage](https://cloud.tencent.com/document/api/647/44055#WaterMarkImage)
|
|
68350
|
+
|
|
68011
68351
|
### 第 28 次发布
|
|
68012
68352
|
|
|
68013
68353
|
发布时间:2022-03-11 08:15:26
|
|
@@ -71276,6 +71616,22 @@
|
|
|
71276
71616
|
|
|
71277
71617
|
## 云点播(vod) 版本:2018-07-17
|
|
71278
71618
|
|
|
71619
|
+
### 第 104 次发布
|
|
71620
|
+
|
|
71621
|
+
发布时间:2022-05-17 06:18:35
|
|
71622
|
+
|
|
71623
|
+
本次发布包含了以下内容:
|
|
71624
|
+
|
|
71625
|
+
改善已有的文档。
|
|
71626
|
+
|
|
71627
|
+
新增接口:
|
|
71628
|
+
|
|
71629
|
+
* [DescribeLicenseUsageData](https://cloud.tencent.com/document/api/266/73787)
|
|
71630
|
+
|
|
71631
|
+
新增数据结构:
|
|
71632
|
+
|
|
71633
|
+
* [LicenseUsageDataItem](https://cloud.tencent.com/document/api/266/31773#LicenseUsageDataItem)
|
|
71634
|
+
|
|
71279
71635
|
### 第 103 次发布
|
|
71280
71636
|
|
|
71281
71637
|
发布时间:2022-05-13 06:19:52
|
|
@@ -74147,6 +74503,19 @@
|
|
|
74147
74503
|
|
|
74148
74504
|
## 私有网络(vpc) 版本:2017-03-12
|
|
74149
74505
|
|
|
74506
|
+
### 第 112 次发布
|
|
74507
|
+
|
|
74508
|
+
发布时间:2022-05-18 06:20:08
|
|
74509
|
+
|
|
74510
|
+
本次发布包含了以下内容:
|
|
74511
|
+
|
|
74512
|
+
改善已有的文档。
|
|
74513
|
+
|
|
74514
|
+
新增接口:
|
|
74515
|
+
|
|
74516
|
+
* [DisableFlowLogs](https://cloud.tencent.com/document/api/215/73922)
|
|
74517
|
+
* [EnableFlowLogs](https://cloud.tencent.com/document/api/215/73921)
|
|
74518
|
+
|
|
74150
74519
|
### 第 111 次发布
|
|
74151
74520
|
|
|
74152
74521
|
发布时间:2022-04-28 06:20:20
|