tencentcloud-sdk-nodejs 4.0.339 → 4.0.342
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 +439 -0
- package/SERVICE_CHANGELOG.md +470 -42
- package/package.json +1 -1
- package/products.md +27 -25
- 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/bi/index.ts +5 -0
- package/src/services/bi/v20220105/bi_client.ts +57 -0
- package/src/services/bi/v20220105/bi_models.ts +214 -0
- package/src/services/bi/v20220105/index.ts +6 -0
- package/src/services/ccc/v20200210/ccc_client.ts +1 -1
- package/src/services/ccc/v20200210/ccc_models.ts +31 -30
- 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/ckafka/v20190819/ckafka_client.ts +12 -0
- package/src/services/ckafka/v20190819/ckafka_models.ts +40 -0
- package/src/services/cpdp/v20190820/cpdp_client.ts +1 -1
- package/src/services/cpdp/v20190820/cpdp_models.ts +17 -9
- package/src/services/cwp/v20180228/cwp_models.ts +5 -0
- package/src/services/ess/v20201111/ess_models.ts +26 -8
- package/src/services/gaap/v20180529/gaap_client.ts +68 -28
- package/src/services/gaap/v20180529/gaap_models.ts +280 -68
- package/src/services/index.ts +2 -0
- package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +2 -2
- package/src/services/lighthouse/v20200324/lighthouse_client.ts +12 -2
- package/src/services/ocr/v20181119/ocr_client.ts +1 -1
- package/src/services/ocr/v20181119/ocr_models.ts +7 -15
- package/src/services/redis/v20180412/redis_client.ts +13 -1
- package/src/services/redis/v20180412/redis_models.ts +47 -12
- 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 +498 -270
- package/src/services/tke/v20180525/tke_models.ts +4357 -4017
- 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 +773 -141
- package/src/services/tsf/v20180326/tsf_models.ts +6 -0
- 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/bi/index.d.ts +6 -0
- package/tencentcloud/services/bi/index.js +7 -0
- package/tencentcloud/services/bi/v20220105/bi_client.d.ts +18 -0
- package/tencentcloud/services/bi/v20220105/bi_client.js +43 -0
- package/tencentcloud/services/bi/v20220105/bi_models.d.ts +168 -0
- package/tencentcloud/services/bi/v20220105/bi_models.js +18 -0
- package/tencentcloud/services/bi/v20220105/index.d.ts +6 -0
- package/tencentcloud/services/bi/v20220105/index.js +9 -0
- 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/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/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 +34 -0
- 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/cwp/v20180228/cwp_models.d.ts +4 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +23 -7
- package/tencentcloud/services/gaap/v20180529/gaap_client.d.ts +21 -9
- package/tencentcloud/services/gaap/v20180529/gaap_client.js +30 -12
- package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +245 -60
- package/tencentcloud/services/index.d.ts +2 -0
- package/tencentcloud/services/index.js +4 -0
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +2 -2
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +2 -2
- 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 +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +7 -15
- 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 +41 -11
- 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 +87 -11
- package/tencentcloud/services/tke/v20180525/tke_client.js +129 -15
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +3903 -3606
- 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 +672 -135
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +5 -0
- 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/bi.v20220105.test.js +41 -0
- package/test/cdc.v20201214.test.js +221 -0
- package/test/ckafka.v20190819.test.js +10 -0
- package/test/gaap.v20180529.test.js +44 -14
- package/test/redis.v20180412.test.js +10 -0
- package/test/teo.v20220106.test.js +14 -4
- package/test/tke.v20180525.test.js +200 -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,10 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 云数据库 Redis(redis) 版本:2018-04-12
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 45 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2022-05-
|
|
7
|
+
发布时间:2022-05-18 06:15:32
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
@@ -12,86 +12,126 @@
|
|
|
12
12
|
|
|
13
13
|
修改接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [CreateInstances](https://cloud.tencent.com/document/api/239/20026)
|
|
16
16
|
|
|
17
|
-
* 新增入参:
|
|
17
|
+
* 新增入参:DryRun
|
|
18
18
|
|
|
19
|
-
* <font color="#dd0000">**修改入参**:</font>VPCSettings, ResourceSpec, Placement
|
|
20
19
|
|
|
21
|
-
* [InquiryPriceCreateInstance](https://cloud.tencent.com/document/api/589/33980)
|
|
22
20
|
|
|
23
|
-
* 新增入参:VersionID, MultiZoneSettings
|
|
24
21
|
|
|
25
|
-
|
|
22
|
+
## 安全凭证服务(sts) 版本:2018-08-13
|
|
26
23
|
|
|
27
|
-
|
|
24
|
+
### 第 9 次发布
|
|
28
25
|
|
|
29
|
-
|
|
26
|
+
发布时间:2022-05-18 06:16:35
|
|
27
|
+
|
|
28
|
+
本次发布包含了以下内容:
|
|
29
|
+
|
|
30
|
+
改善已有的文档。
|
|
31
|
+
|
|
32
|
+
修改接口:
|
|
33
|
+
|
|
34
|
+
* [AssumeRole](https://cloud.tencent.com/document/api/1312/48197)
|
|
35
|
+
|
|
36
|
+
* 新增入参:Tags
|
|
30
37
|
|
|
31
38
|
|
|
32
39
|
新增数据结构:
|
|
33
40
|
|
|
34
|
-
* [
|
|
35
|
-
* [ShortNodeInfo](https://cloud.tencent.com/document/api/589/33981#ShortNodeInfo)
|
|
36
|
-
* [SubnetInfo](https://cloud.tencent.com/document/api/589/33981#SubnetInfo)
|
|
37
|
-
* [TopologyInfo](https://cloud.tencent.com/document/api/589/33981#TopologyInfo)
|
|
41
|
+
* [Tag](https://cloud.tencent.com/document/api/1312/48198#Tag)
|
|
38
42
|
|
|
39
|
-
修改数据结构:
|
|
40
43
|
|
|
41
|
-
* [ClusterInstancesInfo](https://cloud.tencent.com/document/api/589/33981#ClusterInstancesInfo)
|
|
42
44
|
|
|
43
|
-
|
|
45
|
+
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
44
46
|
|
|
45
|
-
|
|
47
|
+
### 第 4 次发布
|
|
46
48
|
|
|
47
|
-
|
|
49
|
+
发布时间:2022-05-18 06:18:03
|
|
48
50
|
|
|
49
|
-
|
|
51
|
+
本次发布包含了以下内容:
|
|
50
52
|
|
|
51
|
-
|
|
53
|
+
改善已有的文档。
|
|
54
|
+
|
|
55
|
+
新增接口:
|
|
52
56
|
|
|
57
|
+
* [DownloadL7Logs](https://cloud.tencent.com/document/api/1552/73899)
|
|
53
58
|
|
|
59
|
+
新增数据结构:
|
|
54
60
|
|
|
61
|
+
* [L7OfflineLog](https://cloud.tencent.com/document/api/1552/73155#L7OfflineLog)
|
|
55
62
|
|
|
56
|
-
## 云监控(monitor) 版本:2018-07-24
|
|
57
63
|
|
|
58
|
-
### 第 45 次发布
|
|
59
64
|
|
|
60
|
-
|
|
65
|
+
## 容器服务(tke) 版本:2018-05-25
|
|
61
66
|
|
|
62
|
-
|
|
67
|
+
### 第 99 次发布
|
|
63
68
|
|
|
64
|
-
|
|
69
|
+
发布时间:2022-05-18 06:18:26
|
|
65
70
|
|
|
66
|
-
|
|
71
|
+
本次发布包含了以下内容:
|
|
67
72
|
|
|
68
|
-
|
|
73
|
+
改善已有的文档。
|
|
69
74
|
|
|
70
|
-
|
|
75
|
+
新增接口:
|
|
71
76
|
|
|
77
|
+
* [CreatePrometheusAlertPolicy](https://cloud.tencent.com/document/api/457/73918)
|
|
78
|
+
* [CreatePrometheusTemp](https://cloud.tencent.com/document/api/457/73917)
|
|
79
|
+
* [DeletePrometheusAlertPolicy](https://cloud.tencent.com/document/api/457/73916)
|
|
80
|
+
* [DeletePrometheusTemp](https://cloud.tencent.com/document/api/457/73915)
|
|
81
|
+
* [DeletePrometheusTempSync](https://cloud.tencent.com/document/api/457/73914)
|
|
82
|
+
* [DescribePrometheusAlertPolicy](https://cloud.tencent.com/document/api/457/73913)
|
|
83
|
+
* [DescribePrometheusClusterAgents](https://cloud.tencent.com/document/api/457/73912)
|
|
84
|
+
* [DescribePrometheusInstancesOverview](https://cloud.tencent.com/document/api/457/73911)
|
|
85
|
+
* [DescribePrometheusRecordRules](https://cloud.tencent.com/document/api/457/73910)
|
|
86
|
+
* [DescribePrometheusTemp](https://cloud.tencent.com/document/api/457/73909)
|
|
87
|
+
* [DescribePrometheusTempSync](https://cloud.tencent.com/document/api/457/73908)
|
|
88
|
+
* [DisableClusterAudit](https://cloud.tencent.com/document/api/457/73901)
|
|
89
|
+
* [DisableEventPersistence](https://cloud.tencent.com/document/api/457/73905)
|
|
90
|
+
* [EnableClusterAudit](https://cloud.tencent.com/document/api/457/73900)
|
|
91
|
+
* [EnableEventPersistence](https://cloud.tencent.com/document/api/457/73904)
|
|
92
|
+
* [InstallLogAgent](https://cloud.tencent.com/document/api/457/73903)
|
|
93
|
+
* [ModifyPrometheusAlertPolicy](https://cloud.tencent.com/document/api/457/73907)
|
|
94
|
+
* [SyncPrometheusTemp](https://cloud.tencent.com/document/api/457/73906)
|
|
95
|
+
* [UninstallLogAgent](https://cloud.tencent.com/document/api/457/73902)
|
|
72
96
|
|
|
73
97
|
|
|
74
98
|
|
|
75
|
-
##
|
|
99
|
+
## 机器翻译(tmt) 版本:2018-03-21
|
|
76
100
|
|
|
77
|
-
### 第
|
|
101
|
+
### 第 7 次发布
|
|
78
102
|
|
|
79
|
-
发布时间:2022-05-
|
|
103
|
+
发布时间:2022-05-18 06:19:05
|
|
80
104
|
|
|
81
105
|
本次发布包含了以下内容:
|
|
82
106
|
|
|
83
107
|
改善已有的文档。
|
|
84
108
|
|
|
109
|
+
新增接口:
|
|
110
|
+
|
|
111
|
+
* [FileTranslate](https://cloud.tencent.com/document/api/551/73920)
|
|
112
|
+
* [GetFileTranslate](https://cloud.tencent.com/document/api/551/73919)
|
|
113
|
+
|
|
85
114
|
新增数据结构:
|
|
86
115
|
|
|
87
|
-
* [
|
|
116
|
+
* [GetFileTranslateData](https://cloud.tencent.com/document/api/551/17233#GetFileTranslateData)
|
|
117
|
+
* [Task](https://cloud.tencent.com/document/api/551/17233#Task)
|
|
88
118
|
|
|
89
|
-
修改数据结构:
|
|
90
119
|
|
|
91
|
-
* [FileDeleteTask](https://cloud.tencent.com/document/api/266/31773#FileDeleteTask)
|
|
92
120
|
|
|
93
|
-
|
|
121
|
+
## 私有网络(vpc) 版本:2017-03-12
|
|
94
122
|
|
|
123
|
+
### 第 112 次发布
|
|
124
|
+
|
|
125
|
+
发布时间:2022-05-18 06:20:08
|
|
126
|
+
|
|
127
|
+
本次发布包含了以下内容:
|
|
128
|
+
|
|
129
|
+
改善已有的文档。
|
|
130
|
+
|
|
131
|
+
新增接口:
|
|
132
|
+
|
|
133
|
+
* [DisableFlowLogs](https://cloud.tencent.com/document/api/215/73922)
|
|
134
|
+
* [EnableFlowLogs](https://cloud.tencent.com/document/api/215/73921)
|
|
95
135
|
|
|
96
136
|
|
|
97
137
|
|
|
@@ -1393,6 +1433,21 @@
|
|
|
1393
1433
|
|
|
1394
1434
|
## DDoS 防护(antiddos) 版本:2020-03-09
|
|
1395
1435
|
|
|
1436
|
+
### 第 32 次发布
|
|
1437
|
+
|
|
1438
|
+
发布时间:2022-05-17 06:03:35
|
|
1439
|
+
|
|
1440
|
+
本次发布包含了以下内容:
|
|
1441
|
+
|
|
1442
|
+
改善已有的文档。
|
|
1443
|
+
|
|
1444
|
+
修改接口:
|
|
1445
|
+
|
|
1446
|
+
* [DescribeListBGPInstances](https://cloud.tencent.com/document/api/1021/57521)
|
|
1447
|
+
|
|
1448
|
+
* 新增入参:FilterEnterpriseFlag
|
|
1449
|
+
|
|
1450
|
+
|
|
1396
1451
|
### 第 31 次发布
|
|
1397
1452
|
|
|
1398
1453
|
发布时间:2022-05-12 06:05:03
|
|
@@ -2981,6 +3036,23 @@
|
|
|
2981
3036
|
|
|
2982
3037
|
## 应用性能观测(apm) 版本:2021-06-22
|
|
2983
3038
|
|
|
3039
|
+
### 第 9 次发布
|
|
3040
|
+
|
|
3041
|
+
发布时间:2022-05-17 10:51:16
|
|
3042
|
+
|
|
3043
|
+
本次发布包含了以下内容:
|
|
3044
|
+
|
|
3045
|
+
改善已有的文档。
|
|
3046
|
+
|
|
3047
|
+
新增接口:
|
|
3048
|
+
|
|
3049
|
+
* [DescribeGeneralMetricData](https://cloud.tencent.com/document/api/1463/73791)
|
|
3050
|
+
|
|
3051
|
+
新增数据结构:
|
|
3052
|
+
|
|
3053
|
+
* [GeneralFilter](https://cloud.tencent.com/document/api/1463/64927#GeneralFilter)
|
|
3054
|
+
* [Line](https://cloud.tencent.com/document/api/1463/64927#Line)
|
|
3055
|
+
|
|
2984
3056
|
### 第 8 次发布
|
|
2985
3057
|
|
|
2986
3058
|
发布时间:2022-04-26 06:04:31
|
|
@@ -5833,6 +5905,29 @@
|
|
|
5833
5905
|
|
|
5834
5906
|
|
|
5835
5907
|
|
|
5908
|
+
## 商业智能分析 BI(bi) 版本:2022-01-05
|
|
5909
|
+
|
|
5910
|
+
### 第 1 次发布
|
|
5911
|
+
|
|
5912
|
+
发布时间:2022-05-13 18:34:36
|
|
5913
|
+
|
|
5914
|
+
本次发布包含了以下内容:
|
|
5915
|
+
|
|
5916
|
+
改善已有的文档。
|
|
5917
|
+
|
|
5918
|
+
新增接口:
|
|
5919
|
+
|
|
5920
|
+
* [ApplyEmbedInterval](https://cloud.tencent.com/document/api/590/73725)
|
|
5921
|
+
* [CreateEmbedToken](https://cloud.tencent.com/document/api/590/73724)
|
|
5922
|
+
|
|
5923
|
+
新增数据结构:
|
|
5924
|
+
|
|
5925
|
+
* [ApplyEmbedTokenInfo](https://cloud.tencent.com/document/api/590/73726#ApplyEmbedTokenInfo)
|
|
5926
|
+
* [EmbedTokenInfo](https://cloud.tencent.com/document/api/590/73726#EmbedTokenInfo)
|
|
5927
|
+
|
|
5928
|
+
|
|
5929
|
+
|
|
5930
|
+
|
|
5836
5931
|
## 计费相关(billing) 版本:2018-07-09
|
|
5837
5932
|
|
|
5838
5933
|
### 第 33 次发布
|
|
@@ -12152,6 +12247,71 @@
|
|
|
12152
12247
|
|
|
12153
12248
|
|
|
12154
12249
|
|
|
12250
|
+
## 本地专用集群(cdc) 版本:2020-12-14
|
|
12251
|
+
|
|
12252
|
+
### 第 2 次发布
|
|
12253
|
+
|
|
12254
|
+
发布时间:2022-05-16 17:18:07
|
|
12255
|
+
|
|
12256
|
+
本次发布包含了以下内容:
|
|
12257
|
+
|
|
12258
|
+
改善已有的文档。
|
|
12259
|
+
|
|
12260
|
+
新增接口:
|
|
12261
|
+
|
|
12262
|
+
* [CreateDedicatedClusterOrder](https://cloud.tencent.com/document/api/1346/73769)
|
|
12263
|
+
* [CreateSite](https://cloud.tencent.com/document/api/1346/73768)
|
|
12264
|
+
* [DeleteDedicatedClusters](https://cloud.tencent.com/document/api/1346/73767)
|
|
12265
|
+
* [DeleteSites](https://cloud.tencent.com/document/api/1346/73766)
|
|
12266
|
+
* [DescribeDedicatedClusterCosCapacity](https://cloud.tencent.com/document/api/1346/73765)
|
|
12267
|
+
* [DescribeDedicatedClusterHostStatistics](https://cloud.tencent.com/document/api/1346/73764)
|
|
12268
|
+
* [DescribeDedicatedClusterHosts](https://cloud.tencent.com/document/api/1346/73763)
|
|
12269
|
+
* [DescribeDedicatedClusterInstanceTypes](https://cloud.tencent.com/document/api/1346/73762)
|
|
12270
|
+
* [DescribeDedicatedClusterOrders](https://cloud.tencent.com/document/api/1346/73761)
|
|
12271
|
+
* [DescribeDedicatedClusterOverview](https://cloud.tencent.com/document/api/1346/73760)
|
|
12272
|
+
* [DescribeDedicatedClusterTypes](https://cloud.tencent.com/document/api/1346/73759)
|
|
12273
|
+
* [DescribeDedicatedClusters](https://cloud.tencent.com/document/api/1346/73758)
|
|
12274
|
+
* [DescribeDedicatedSupportedZones](https://cloud.tencent.com/document/api/1346/73757)
|
|
12275
|
+
* [DescribeSites](https://cloud.tencent.com/document/api/1346/73756)
|
|
12276
|
+
* [DescribeSitesDetail](https://cloud.tencent.com/document/api/1346/73755)
|
|
12277
|
+
* [ModifyDedicatedClusterInfo](https://cloud.tencent.com/document/api/1346/73754)
|
|
12278
|
+
* [ModifyOrderStatus](https://cloud.tencent.com/document/api/1346/73753)
|
|
12279
|
+
* [ModifySiteDeviceInfo](https://cloud.tencent.com/document/api/1346/73752)
|
|
12280
|
+
* [ModifySiteInfo](https://cloud.tencent.com/document/api/1346/73751)
|
|
12281
|
+
|
|
12282
|
+
新增数据结构:
|
|
12283
|
+
|
|
12284
|
+
* [CbsInfo](https://cloud.tencent.com/document/api/1346/73770#CbsInfo)
|
|
12285
|
+
* [CosCapacity](https://cloud.tencent.com/document/api/1346/73770#CosCapacity)
|
|
12286
|
+
* [CosInfo](https://cloud.tencent.com/document/api/1346/73770#CosInfo)
|
|
12287
|
+
* [DedicatedCluster](https://cloud.tencent.com/document/api/1346/73770#DedicatedCluster)
|
|
12288
|
+
* [DedicatedClusterInstanceType](https://cloud.tencent.com/document/api/1346/73770#DedicatedClusterInstanceType)
|
|
12289
|
+
* [DedicatedClusterOrder](https://cloud.tencent.com/document/api/1346/73770#DedicatedClusterOrder)
|
|
12290
|
+
* [DedicatedClusterOrderItem](https://cloud.tencent.com/document/api/1346/73770#DedicatedClusterOrderItem)
|
|
12291
|
+
* [DedicatedClusterType](https://cloud.tencent.com/document/api/1346/73770#DedicatedClusterType)
|
|
12292
|
+
* [DedicatedClusterTypeInfo](https://cloud.tencent.com/document/api/1346/73770#DedicatedClusterTypeInfo)
|
|
12293
|
+
* [HostInfo](https://cloud.tencent.com/document/api/1346/73770#HostInfo)
|
|
12294
|
+
* [HostStatistic](https://cloud.tencent.com/document/api/1346/73770#HostStatistic)
|
|
12295
|
+
* [RegionZoneInfo](https://cloud.tencent.com/document/api/1346/73770#RegionZoneInfo)
|
|
12296
|
+
* [Site](https://cloud.tencent.com/document/api/1346/73770#Site)
|
|
12297
|
+
* [SiteDetail](https://cloud.tencent.com/document/api/1346/73770#SiteDetail)
|
|
12298
|
+
* [ZoneInfo](https://cloud.tencent.com/document/api/1346/73770#ZoneInfo)
|
|
12299
|
+
|
|
12300
|
+
### 第 1 次发布
|
|
12301
|
+
|
|
12302
|
+
发布时间:2022-05-16 14:37:22
|
|
12303
|
+
|
|
12304
|
+
本次发布包含了以下内容:
|
|
12305
|
+
|
|
12306
|
+
改善已有的文档。
|
|
12307
|
+
|
|
12308
|
+
新增接口:
|
|
12309
|
+
|
|
12310
|
+
* [CreateDedicatedCluster](https://cloud.tencent.com/document/api/1346/73710)
|
|
12311
|
+
|
|
12312
|
+
|
|
12313
|
+
|
|
12314
|
+
|
|
12155
12315
|
## 内容分发网络(cdn) 版本:2018-06-06
|
|
12156
12316
|
|
|
12157
12317
|
### 第 102 次发布
|
|
@@ -15735,6 +15895,18 @@
|
|
|
15735
15895
|
|
|
15736
15896
|
## 消息队列 Ckafka(ckafka) 版本:2019-08-19
|
|
15737
15897
|
|
|
15898
|
+
### 第 41 次发布
|
|
15899
|
+
|
|
15900
|
+
发布时间:2022-05-16 06:05:48
|
|
15901
|
+
|
|
15902
|
+
本次发布包含了以下内容:
|
|
15903
|
+
|
|
15904
|
+
改善已有的文档。
|
|
15905
|
+
|
|
15906
|
+
新增接口:
|
|
15907
|
+
|
|
15908
|
+
* [ModifyInstancePre](https://cloud.tencent.com/document/api/597/73693)
|
|
15909
|
+
|
|
15738
15910
|
### 第 40 次发布
|
|
15739
15911
|
|
|
15740
15912
|
发布时间:2022-04-29 06:04:35
|
|
@@ -23813,6 +23985,21 @@
|
|
|
23813
23985
|
|
|
23814
23986
|
## 主机安全(cwp) 版本:2018-02-28
|
|
23815
23987
|
|
|
23988
|
+
### 第 41 次发布
|
|
23989
|
+
|
|
23990
|
+
发布时间:2022-05-17 06:07:58
|
|
23991
|
+
|
|
23992
|
+
本次发布包含了以下内容:
|
|
23993
|
+
|
|
23994
|
+
改善已有的文档。
|
|
23995
|
+
|
|
23996
|
+
修改接口:
|
|
23997
|
+
|
|
23998
|
+
* [DescribeHistoryService](https://cloud.tencent.com/document/api/296/55727)
|
|
23999
|
+
|
|
24000
|
+
* 新增出参:StartTime
|
|
24001
|
+
|
|
24002
|
+
|
|
23816
24003
|
### 第 40 次发布
|
|
23817
24004
|
|
|
23818
24005
|
发布时间:2022-04-27 06:08:17
|
|
@@ -31567,10 +31754,10 @@
|
|
|
31567
31754
|
|
|
31568
31755
|
新增数据结构:
|
|
31569
31756
|
|
|
31570
|
-
* [
|
|
31571
|
-
* [
|
|
31572
|
-
* [
|
|
31573
|
-
* [
|
|
31757
|
+
* [MultiZoneSetting](https://cloud.tencent.com/document/api/589/33981#MultiZoneSetting)
|
|
31758
|
+
* [ShortNodeInfo](https://cloud.tencent.com/document/api/589/33981#ShortNodeInfo)
|
|
31759
|
+
* [SubnetInfo](https://cloud.tencent.com/document/api/589/33981#SubnetInfo)
|
|
31760
|
+
* [TopologyInfo](https://cloud.tencent.com/document/api/589/33981#TopologyInfo)
|
|
31574
31761
|
|
|
31575
31762
|
修改数据结构:
|
|
31576
31763
|
|
|
@@ -32940,6 +33127,21 @@
|
|
|
32940
33127
|
|
|
32941
33128
|
## 电子签服务(ess) 版本:2020-11-11
|
|
32942
33129
|
|
|
33130
|
+
### 第 6 次发布
|
|
33131
|
+
|
|
33132
|
+
发布时间:2022-05-16 06:09:12
|
|
33133
|
+
|
|
33134
|
+
本次发布包含了以下内容:
|
|
33135
|
+
|
|
33136
|
+
改善已有的文档。
|
|
33137
|
+
|
|
33138
|
+
修改数据结构:
|
|
33139
|
+
|
|
33140
|
+
* [Component](https://cloud.tencent.com/document/api/1323/70369#Component)
|
|
33141
|
+
|
|
33142
|
+
* 新增成员:OffsetX, OffsetY
|
|
33143
|
+
|
|
33144
|
+
|
|
32943
33145
|
### 第 5 次发布
|
|
32944
33146
|
|
|
32945
33147
|
发布时间:2022-04-29 06:07:54
|
|
@@ -34455,6 +34657,27 @@
|
|
|
34455
34657
|
|
|
34456
34658
|
## 全球应用加速(gaap) 版本:2018-05-29
|
|
34457
34659
|
|
|
34660
|
+
### 第 29 次发布
|
|
34661
|
+
|
|
34662
|
+
发布时间:2022-05-16 06:09:28
|
|
34663
|
+
|
|
34664
|
+
本次发布包含了以下内容:
|
|
34665
|
+
|
|
34666
|
+
改善已有的文档。
|
|
34667
|
+
|
|
34668
|
+
新增接口:
|
|
34669
|
+
|
|
34670
|
+
* [CreateFirstLinkSession](https://cloud.tencent.com/document/api/608/73697)
|
|
34671
|
+
* [DeleteFirstLinkSession](https://cloud.tencent.com/document/api/608/73696)
|
|
34672
|
+
* [DescribeFirstLinkSession](https://cloud.tencent.com/document/api/608/73695)
|
|
34673
|
+
|
|
34674
|
+
新增数据结构:
|
|
34675
|
+
|
|
34676
|
+
* [Capacity](https://cloud.tencent.com/document/api/608/37023#Capacity)
|
|
34677
|
+
* [DestAddressInfo](https://cloud.tencent.com/document/api/608/37023#DestAddressInfo)
|
|
34678
|
+
* [DeviceInfo](https://cloud.tencent.com/document/api/608/37023#DeviceInfo)
|
|
34679
|
+
* [SrcAddressInfo](https://cloud.tencent.com/document/api/608/37023#SrcAddressInfo)
|
|
34680
|
+
|
|
34458
34681
|
### 第 28 次发布
|
|
34459
34682
|
|
|
34460
34683
|
发布时间:2022-02-17 08:10:54
|
|
@@ -52378,6 +52601,33 @@
|
|
|
52378
52601
|
|
|
52379
52602
|
## 云数据库 Redis(redis) 版本:2018-04-12
|
|
52380
52603
|
|
|
52604
|
+
### 第 45 次发布
|
|
52605
|
+
|
|
52606
|
+
发布时间:2022-05-18 06:15:32
|
|
52607
|
+
|
|
52608
|
+
本次发布包含了以下内容:
|
|
52609
|
+
|
|
52610
|
+
改善已有的文档。
|
|
52611
|
+
|
|
52612
|
+
修改接口:
|
|
52613
|
+
|
|
52614
|
+
* [CreateInstances](https://cloud.tencent.com/document/api/239/20026)
|
|
52615
|
+
|
|
52616
|
+
* 新增入参:DryRun
|
|
52617
|
+
|
|
52618
|
+
|
|
52619
|
+
### 第 44 次发布
|
|
52620
|
+
|
|
52621
|
+
发布时间:2022-05-17 06:14:17
|
|
52622
|
+
|
|
52623
|
+
本次发布包含了以下内容:
|
|
52624
|
+
|
|
52625
|
+
改善已有的文档。
|
|
52626
|
+
|
|
52627
|
+
新增接口:
|
|
52628
|
+
|
|
52629
|
+
* [ModifyInstanceReadOnly](https://cloud.tencent.com/document/api/239/73781)
|
|
52630
|
+
|
|
52381
52631
|
### 第 43 次发布
|
|
52382
52632
|
|
|
52383
52633
|
发布时间:2022-04-21 06:16:12
|
|
@@ -56980,6 +57230,25 @@
|
|
|
56980
57230
|
|
|
56981
57231
|
## 安全凭证服务(sts) 版本:2018-08-13
|
|
56982
57232
|
|
|
57233
|
+
### 第 9 次发布
|
|
57234
|
+
|
|
57235
|
+
发布时间:2022-05-18 06:16:35
|
|
57236
|
+
|
|
57237
|
+
本次发布包含了以下内容:
|
|
57238
|
+
|
|
57239
|
+
改善已有的文档。
|
|
57240
|
+
|
|
57241
|
+
修改接口:
|
|
57242
|
+
|
|
57243
|
+
* [AssumeRole](https://cloud.tencent.com/document/api/1312/48197)
|
|
57244
|
+
|
|
57245
|
+
* 新增入参:Tags
|
|
57246
|
+
|
|
57247
|
+
|
|
57248
|
+
新增数据结构:
|
|
57249
|
+
|
|
57250
|
+
* [[Tag](https://cloud.tencent.com/document/api/1312/48198#Tag)](https://cloud.tencent.com/document/api/1312/48198#[Tag](https://cloud.tencent.com/document/api/1312/48198#Tag))
|
|
57251
|
+
|
|
56983
57252
|
### 第 8 次发布
|
|
56984
57253
|
|
|
56985
57254
|
发布时间:2022-04-25 06:12:01
|
|
@@ -63814,6 +64083,22 @@
|
|
|
63814
64083
|
|
|
63815
64084
|
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
63816
64085
|
|
|
64086
|
+
### 第 4 次发布
|
|
64087
|
+
|
|
64088
|
+
发布时间:2022-05-18 06:18:03
|
|
64089
|
+
|
|
64090
|
+
本次发布包含了以下内容:
|
|
64091
|
+
|
|
64092
|
+
改善已有的文档。
|
|
64093
|
+
|
|
64094
|
+
新增接口:
|
|
64095
|
+
|
|
64096
|
+
* [[DownloadL7Logs](https://cloud.tencent.com/document/api/1552/73899)](https://cloud.tencent.com/document/api/#/#)
|
|
64097
|
+
|
|
64098
|
+
新增数据结构:
|
|
64099
|
+
|
|
64100
|
+
* [[L7OfflineLog](https://cloud.tencent.com/document/api/1552/73155#L7OfflineLog)](https://cloud.tencent.com/document/api/1552/73155#[L7OfflineLog](https://cloud.tencent.com/document/api/1552/73155#L7OfflineLog))
|
|
64101
|
+
|
|
63817
64102
|
### 第 3 次发布
|
|
63818
64103
|
|
|
63819
64104
|
发布时间:2022-05-09 06:14:50
|
|
@@ -65281,6 +65566,25 @@
|
|
|
65281
65566
|
|
|
65282
65567
|
## 互动白板(tiw) 版本:2019-09-19
|
|
65283
65568
|
|
|
65569
|
+
### 第 25 次发布
|
|
65570
|
+
|
|
65571
|
+
发布时间:2022-05-17 06:17:19
|
|
65572
|
+
|
|
65573
|
+
本次发布包含了以下内容:
|
|
65574
|
+
|
|
65575
|
+
改善已有的文档。
|
|
65576
|
+
|
|
65577
|
+
修改接口:
|
|
65578
|
+
|
|
65579
|
+
* [StartWhiteboardPush](https://cloud.tencent.com/document/api/1137/52081)
|
|
65580
|
+
|
|
65581
|
+
* 新增入参:IMAuthParam, TRTCAuthParam
|
|
65582
|
+
|
|
65583
|
+
|
|
65584
|
+
新增数据结构:
|
|
65585
|
+
|
|
65586
|
+
* [AuthParam](https://cloud.tencent.com/document/api/1137/40068#AuthParam)
|
|
65587
|
+
|
|
65284
65588
|
### 第 24 次发布
|
|
65285
65589
|
|
|
65286
65590
|
发布时间:2021-12-27 08:11:32
|
|
@@ -65738,6 +66042,36 @@
|
|
|
65738
66042
|
|
|
65739
66043
|
## 容器服务(tke) 版本:2018-05-25
|
|
65740
66044
|
|
|
66045
|
+
### 第 99 次发布
|
|
66046
|
+
|
|
66047
|
+
发布时间:2022-05-18 06:18:26
|
|
66048
|
+
|
|
66049
|
+
本次发布包含了以下内容:
|
|
66050
|
+
|
|
66051
|
+
改善已有的文档。
|
|
66052
|
+
|
|
66053
|
+
新增接口:
|
|
66054
|
+
|
|
66055
|
+
* [[CreatePrometheusAlertPolicy](https://cloud.tencent.com/document/api/457/73918)](https://cloud.tencent.com/document/api/#/#)
|
|
66056
|
+
* [[CreatePrometheusTemp](https://cloud.tencent.com/document/api/457/73917)](https://cloud.tencent.com/document/api/#/#)
|
|
66057
|
+
* [[DeletePrometheusAlertPolicy](https://cloud.tencent.com/document/api/457/73916)](https://cloud.tencent.com/document/api/#/#)
|
|
66058
|
+
* [[DeletePrometheusTemp](https://cloud.tencent.com/document/api/457/73915)](https://cloud.tencent.com/document/api/#/#)
|
|
66059
|
+
* [[DeletePrometheusTempSync](https://cloud.tencent.com/document/api/457/73914)](https://cloud.tencent.com/document/api/#/#)
|
|
66060
|
+
* [[DescribePrometheusAlertPolicy](https://cloud.tencent.com/document/api/457/73913)](https://cloud.tencent.com/document/api/#/#)
|
|
66061
|
+
* [[DescribePrometheusClusterAgents](https://cloud.tencent.com/document/api/457/73912)](https://cloud.tencent.com/document/api/#/#)
|
|
66062
|
+
* [[DescribePrometheusInstancesOverview](https://cloud.tencent.com/document/api/457/73911)](https://cloud.tencent.com/document/api/#/#)
|
|
66063
|
+
* [[DescribePrometheusRecordRules](https://cloud.tencent.com/document/api/457/73910)](https://cloud.tencent.com/document/api/#/#)
|
|
66064
|
+
* [[DescribePrometheusTemp](https://cloud.tencent.com/document/api/457/73909)](https://cloud.tencent.com/document/api/#/#)
|
|
66065
|
+
* [[DescribePrometheusTempSync](https://cloud.tencent.com/document/api/457/73908)](https://cloud.tencent.com/document/api/#/#)
|
|
66066
|
+
* [[DisableClusterAudit](https://cloud.tencent.com/document/api/457/73901)](https://cloud.tencent.com/document/api/#/#)
|
|
66067
|
+
* [[DisableEventPersistence](https://cloud.tencent.com/document/api/457/73905)](https://cloud.tencent.com/document/api/#/#)
|
|
66068
|
+
* [[EnableClusterAudit](https://cloud.tencent.com/document/api/457/73900)](https://cloud.tencent.com/document/api/#/#)
|
|
66069
|
+
* [[EnableEventPersistence](https://cloud.tencent.com/document/api/457/73904)](https://cloud.tencent.com/document/api/#/#)
|
|
66070
|
+
* [[InstallLogAgent](https://cloud.tencent.com/document/api/457/73903)](https://cloud.tencent.com/document/api/#/#)
|
|
66071
|
+
* [[ModifyPrometheusAlertPolicy](https://cloud.tencent.com/document/api/457/73907)](https://cloud.tencent.com/document/api/#/#)
|
|
66072
|
+
* [[SyncPrometheusTemp](https://cloud.tencent.com/document/api/457/73906)](https://cloud.tencent.com/document/api/#/#)
|
|
66073
|
+
* [[UninstallLogAgent](https://cloud.tencent.com/document/api/457/73902)](https://cloud.tencent.com/document/api/#/#)
|
|
66074
|
+
|
|
65741
66075
|
### 第 98 次发布
|
|
65742
66076
|
|
|
65743
66077
|
发布时间:2022-05-12 06:17:58
|
|
@@ -67827,6 +68161,24 @@
|
|
|
67827
68161
|
|
|
67828
68162
|
## 机器翻译(tmt) 版本:2018-03-21
|
|
67829
68163
|
|
|
68164
|
+
### 第 7 次发布
|
|
68165
|
+
|
|
68166
|
+
发布时间:2022-05-18 06:19:05
|
|
68167
|
+
|
|
68168
|
+
本次发布包含了以下内容:
|
|
68169
|
+
|
|
68170
|
+
改善已有的文档。
|
|
68171
|
+
|
|
68172
|
+
新增接口:
|
|
68173
|
+
|
|
68174
|
+
* [[FileTranslate](https://cloud.tencent.com/document/api/551/73920)](https://cloud.tencent.com/document/api/#/#)
|
|
68175
|
+
* [[GetFileTranslate](https://cloud.tencent.com/document/api/551/73919)](https://cloud.tencent.com/document/api/#/#)
|
|
68176
|
+
|
|
68177
|
+
新增数据结构:
|
|
68178
|
+
|
|
68179
|
+
* [[GetFileTranslateData](https://cloud.tencent.com/document/api/551/17233#GetFileTranslateData)](https://cloud.tencent.com/document/api/551/17233#[GetFileTranslateData](https://cloud.tencent.com/document/api/551/17233#GetFileTranslateData))
|
|
68180
|
+
* [[Task](https://cloud.tencent.com/document/api/551/17233#Task)](https://cloud.tencent.com/document/api/551/17233#[Task](https://cloud.tencent.com/document/api/551/17233#Task))
|
|
68181
|
+
|
|
67830
68182
|
### 第 6 次发布
|
|
67831
68183
|
|
|
67832
68184
|
发布时间:2020-07-21 08:18:31
|
|
@@ -67931,6 +68283,38 @@
|
|
|
67931
68283
|
|
|
67932
68284
|
## 实时音视频(trtc) 版本:2019-07-22
|
|
67933
68285
|
|
|
68286
|
+
### 第 29 次发布
|
|
68287
|
+
|
|
68288
|
+
发布时间:2022-05-17 06:17:44
|
|
68289
|
+
|
|
68290
|
+
本次发布包含了以下内容:
|
|
68291
|
+
|
|
68292
|
+
改善已有的文档。
|
|
68293
|
+
|
|
68294
|
+
新增接口:
|
|
68295
|
+
|
|
68296
|
+
* [CreateCloudRecording](https://cloud.tencent.com/document/api/647/73786)
|
|
68297
|
+
* [DeleteCloudRecording](https://cloud.tencent.com/document/api/647/73785)
|
|
68298
|
+
* [DescribeCloudRecording](https://cloud.tencent.com/document/api/647/73784)
|
|
68299
|
+
* [ModifyCloudRecording](https://cloud.tencent.com/document/api/647/73783)
|
|
68300
|
+
|
|
68301
|
+
新增数据结构:
|
|
68302
|
+
|
|
68303
|
+
* [AudioParams](https://cloud.tencent.com/document/api/647/44055#AudioParams)
|
|
68304
|
+
* [CloudStorage](https://cloud.tencent.com/document/api/647/44055#CloudStorage)
|
|
68305
|
+
* [CloudVod](https://cloud.tencent.com/document/api/647/44055#CloudVod)
|
|
68306
|
+
* [MixLayout](https://cloud.tencent.com/document/api/647/44055#MixLayout)
|
|
68307
|
+
* [MixLayoutParams](https://cloud.tencent.com/document/api/647/44055#MixLayoutParams)
|
|
68308
|
+
* [MixTranscodeParams](https://cloud.tencent.com/document/api/647/44055#MixTranscodeParams)
|
|
68309
|
+
* [RecordParams](https://cloud.tencent.com/document/api/647/44055#RecordParams)
|
|
68310
|
+
* [StorageFile](https://cloud.tencent.com/document/api/647/44055#StorageFile)
|
|
68311
|
+
* [StorageParams](https://cloud.tencent.com/document/api/647/44055#StorageParams)
|
|
68312
|
+
* [SubscribeStreamUserIds](https://cloud.tencent.com/document/api/647/44055#SubscribeStreamUserIds)
|
|
68313
|
+
* [TencentVod](https://cloud.tencent.com/document/api/647/44055#TencentVod)
|
|
68314
|
+
* [VideoParams](https://cloud.tencent.com/document/api/647/44055#VideoParams)
|
|
68315
|
+
* [WaterMark](https://cloud.tencent.com/document/api/647/44055#WaterMark)
|
|
68316
|
+
* [WaterMarkImage](https://cloud.tencent.com/document/api/647/44055#WaterMarkImage)
|
|
68317
|
+
|
|
67934
68318
|
### 第 28 次发布
|
|
67935
68319
|
|
|
67936
68320
|
发布时间:2022-03-11 08:15:26
|
|
@@ -68756,6 +69140,21 @@
|
|
|
68756
69140
|
|
|
68757
69141
|
## 腾讯微服务平台 TSF(tsf) 版本:2018-03-26
|
|
68758
69142
|
|
|
69143
|
+
### 第 75 次发布
|
|
69144
|
+
|
|
69145
|
+
发布时间:2022-05-16 06:16:28
|
|
69146
|
+
|
|
69147
|
+
本次发布包含了以下内容:
|
|
69148
|
+
|
|
69149
|
+
改善已有的文档。
|
|
69150
|
+
|
|
69151
|
+
修改数据结构:
|
|
69152
|
+
|
|
69153
|
+
* [ContainerGroupDeploy](https://cloud.tencent.com/document/api/649/36099#ContainerGroupDeploy)
|
|
69154
|
+
|
|
69155
|
+
* 新增成员:RepoType
|
|
69156
|
+
|
|
69157
|
+
|
|
68759
69158
|
### 第 74 次发布
|
|
68760
69159
|
|
|
68761
69160
|
发布时间:2022-05-09 06:15:37
|
|
@@ -71184,6 +71583,22 @@
|
|
|
71184
71583
|
|
|
71185
71584
|
## 云点播(vod) 版本:2018-07-17
|
|
71186
71585
|
|
|
71586
|
+
### 第 104 次发布
|
|
71587
|
+
|
|
71588
|
+
发布时间:2022-05-17 06:18:35
|
|
71589
|
+
|
|
71590
|
+
本次发布包含了以下内容:
|
|
71591
|
+
|
|
71592
|
+
改善已有的文档。
|
|
71593
|
+
|
|
71594
|
+
新增接口:
|
|
71595
|
+
|
|
71596
|
+
* [DescribeLicenseUsageData](https://cloud.tencent.com/document/api/266/73787)
|
|
71597
|
+
|
|
71598
|
+
新增数据结构:
|
|
71599
|
+
|
|
71600
|
+
* [LicenseUsageDataItem](https://cloud.tencent.com/document/api/266/31773#LicenseUsageDataItem)
|
|
71601
|
+
|
|
71187
71602
|
### 第 103 次发布
|
|
71188
71603
|
|
|
71189
71604
|
发布时间:2022-05-13 06:19:52
|
|
@@ -71194,7 +71609,7 @@
|
|
|
71194
71609
|
|
|
71195
71610
|
新增数据结构:
|
|
71196
71611
|
|
|
71197
|
-
* [
|
|
71612
|
+
* [FileDeleteResultItem](https://cloud.tencent.com/document/api/266/31773#FileDeleteResultItem)
|
|
71198
71613
|
|
|
71199
71614
|
修改数据结构:
|
|
71200
71615
|
|
|
@@ -74055,6 +74470,19 @@
|
|
|
74055
74470
|
|
|
74056
74471
|
## 私有网络(vpc) 版本:2017-03-12
|
|
74057
74472
|
|
|
74473
|
+
### 第 112 次发布
|
|
74474
|
+
|
|
74475
|
+
发布时间:2022-05-18 06:20:08
|
|
74476
|
+
|
|
74477
|
+
本次发布包含了以下内容:
|
|
74478
|
+
|
|
74479
|
+
改善已有的文档。
|
|
74480
|
+
|
|
74481
|
+
新增接口:
|
|
74482
|
+
|
|
74483
|
+
* [[DisableFlowLogs](https://cloud.tencent.com/document/api/215/73922)](https://cloud.tencent.com/document/api/#/#)
|
|
74484
|
+
* [[EnableFlowLogs](https://cloud.tencent.com/document/api/215/73921)](https://cloud.tencent.com/document/api/#/#)
|
|
74485
|
+
|
|
74058
74486
|
### 第 111 次发布
|
|
74059
74487
|
|
|
74060
74488
|
发布时间:2022-04-28 06:20:20
|