tencentcloud-sdk-nodejs 4.0.776 → 4.0.778
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 +176 -0
- package/SERVICE_CHANGELOG.md +164 -195
- package/package.json +1 -1
- package/products.md +16 -16
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ams/index.ts +2 -2
- package/src/services/btoe/index.ts +2 -2
- package/src/services/car/v20220110/car_client.ts +2 -2
- package/src/services/chdfs/index.ts +2 -2
- package/src/services/cii/index.ts +2 -2
- package/src/services/cloudaudit/v20190319/cloudaudit_client.ts +6 -6
- package/src/services/cloudaudit/v20190319/cloudaudit_models.ts +22 -10
- package/src/services/cvm/v20170312/cvm_models.ts +2 -2
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +3 -1
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +69 -6
- package/src/services/dbbrain/index.ts +2 -2
- package/src/services/dnspod/v20210323/dnspod_models.ts +4 -0
- package/src/services/dts/v20211206/dts_client.ts +307 -24
- package/src/services/dts/v20211206/dts_models.ts +1721 -402
- package/src/services/ess/v20201111/ess_models.ts +10 -9
- package/src/services/essbasic/v20210526/essbasic_client.ts +1 -1
- package/src/services/essbasic/v20210526/essbasic_models.ts +3 -2
- package/src/services/iotcloud/index.ts +2 -2
- package/src/services/iotvideo/index.ts +2 -2
- package/src/services/mgobe/index.ts +2 -2
- package/src/services/mongodb/index.ts +2 -2
- package/src/services/monitor/v20180724/monitor_models.ts +4 -0
- package/src/services/ocr/v20181119/ocr_models.ts +2 -0
- package/src/services/organization/index.ts +2 -2
- package/src/services/rum/v20210622/rum_client.ts +28 -64
- package/src/services/rum/v20210622/rum_models.ts +46 -134
- package/src/services/teo/index.ts +2 -2
- package/src/services/thpc/index.ts +2 -2
- package/src/services/tione/index.ts +2 -2
- package/src/services/trtc/v20190722/trtc_models.ts +2 -1
- package/src/services/tsw/index.ts +2 -2
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ams/index.d.ts +4 -4
- package/tencentcloud/services/ams/index.js +2 -2
- package/tencentcloud/services/btoe/index.d.ts +4 -4
- package/tencentcloud/services/btoe/index.js +2 -2
- package/tencentcloud/services/car/v20220110/car_client.d.ts +2 -2
- package/tencentcloud/services/car/v20220110/car_client.js +2 -2
- package/tencentcloud/services/chdfs/index.d.ts +4 -4
- package/tencentcloud/services/chdfs/index.js +2 -2
- package/tencentcloud/services/cii/index.d.ts +4 -4
- package/tencentcloud/services/cii/index.js +2 -2
- package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_client.d.ts +6 -6
- package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_client.js +6 -6
- package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_models.d.ts +22 -10
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +2 -2
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +1 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +67 -6
- package/tencentcloud/services/dbbrain/index.d.ts +4 -4
- package/tencentcloud/services/dbbrain/index.js +2 -2
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +4 -0
- package/tencentcloud/services/dts/v20211206/dts_client.d.ts +96 -3
- package/tencentcloud/services/dts/v20211206/dts_client.js +140 -3
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +1677 -416
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +10 -9
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +3 -2
- package/tencentcloud/services/iotcloud/index.d.ts +4 -4
- package/tencentcloud/services/iotcloud/index.js +2 -2
- package/tencentcloud/services/iotvideo/index.d.ts +4 -4
- package/tencentcloud/services/iotvideo/index.js +2 -2
- package/tencentcloud/services/mgobe/index.d.ts +4 -4
- package/tencentcloud/services/mgobe/index.js +2 -2
- package/tencentcloud/services/mongodb/index.d.ts +4 -4
- package/tencentcloud/services/mongodb/index.js +2 -2
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +4 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +2 -0
- package/tencentcloud/services/organization/index.d.ts +4 -4
- package/tencentcloud/services/organization/index.js +2 -2
- package/tencentcloud/services/rum/v20210622/rum_client.d.ts +9 -21
- package/tencentcloud/services/rum/v20210622/rum_client.js +12 -30
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +46 -128
- package/tencentcloud/services/teo/index.d.ts +4 -4
- package/tencentcloud/services/teo/index.js +2 -2
- package/tencentcloud/services/thpc/index.d.ts +4 -4
- package/tencentcloud/services/thpc/index.js +2 -2
- package/tencentcloud/services/tione/index.d.ts +4 -4
- package/tencentcloud/services/tione/index.js +2 -2
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +2 -1
- package/tencentcloud/services/tsw/index.d.ts +4 -4
- package/tencentcloud/services/tsw/index.js +2 -2
- package/test/dts.v20211206.test.js +222 -2
- package/test/rum.v20210622.test.js +8 -38
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,179 @@
|
|
|
1
|
+
# Release 4.0.778
|
|
2
|
+
|
|
3
|
+
## 操作审计(cloudaudit) 版本:2019-03-19
|
|
4
|
+
|
|
5
|
+
### 第 13 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2024-01-11 01:09:52
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改数据结构:
|
|
14
|
+
|
|
15
|
+
* [Storage](https://cloud.tencent.com/document/api/629/35353#Storage)
|
|
16
|
+
|
|
17
|
+
* 新增成员:StorageAccountId, StorageAppId
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
# Release 4.0.777
|
|
23
|
+
|
|
24
|
+
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
25
|
+
|
|
26
|
+
### 第 76 次发布
|
|
27
|
+
|
|
28
|
+
发布时间:2024-01-10 01:11:56
|
|
29
|
+
|
|
30
|
+
本次发布包含了以下内容:
|
|
31
|
+
|
|
32
|
+
改善已有的文档。
|
|
33
|
+
|
|
34
|
+
修改接口:
|
|
35
|
+
|
|
36
|
+
* [IsolateCluster](https://cloud.tencent.com/document/api/1003/48082)
|
|
37
|
+
|
|
38
|
+
* 新增入参:IsolateReasonTypes, IsolateReason
|
|
39
|
+
|
|
40
|
+
* [IsolateInstance](https://cloud.tencent.com/document/api/1003/48081)
|
|
41
|
+
|
|
42
|
+
* 新增入参:IsolateReasonTypes, IsolateReason
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
新增数据结构:
|
|
46
|
+
|
|
47
|
+
* [InstanceAbility](https://cloud.tencent.com/document/api/1003/48097#InstanceAbility)
|
|
48
|
+
* [SlaveZoneStockInfo](https://cloud.tencent.com/document/api/1003/48097#SlaveZoneStockInfo)
|
|
49
|
+
|
|
50
|
+
修改数据结构:
|
|
51
|
+
|
|
52
|
+
* [CynosdbInstance](https://cloud.tencent.com/document/api/1003/48097#CynosdbInstance)
|
|
53
|
+
|
|
54
|
+
* 新增成员:InstanceAbility
|
|
55
|
+
|
|
56
|
+
* [ZoneStockInfo](https://cloud.tencent.com/document/api/1003/48097#ZoneStockInfo)
|
|
57
|
+
|
|
58
|
+
* 新增成员:SlaveZoneStockInfos
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
## DNSPod(dnspod) 版本:2021-03-23
|
|
64
|
+
|
|
65
|
+
### 第 29 次发布
|
|
66
|
+
|
|
67
|
+
发布时间:2024-01-10 01:13:10
|
|
68
|
+
|
|
69
|
+
本次发布包含了以下内容:
|
|
70
|
+
|
|
71
|
+
改善已有的文档。
|
|
72
|
+
|
|
73
|
+
修改接口:
|
|
74
|
+
|
|
75
|
+
* [ModifyRecord](https://cloud.tencent.com/document/api/1427/56157)
|
|
76
|
+
|
|
77
|
+
* 新增入参:Remark
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
## 数据传输服务(dts) 版本:2021-12-06
|
|
83
|
+
|
|
84
|
+
### 第 21 次发布
|
|
85
|
+
|
|
86
|
+
发布时间:2024-01-10 01:13:50
|
|
87
|
+
|
|
88
|
+
本次发布包含了以下内容:
|
|
89
|
+
|
|
90
|
+
改善已有的文档。
|
|
91
|
+
|
|
92
|
+
新增接口:
|
|
93
|
+
|
|
94
|
+
* [ConfigureSubscribeJob](https://cloud.tencent.com/document/api/571/102952)
|
|
95
|
+
* [CreateConsumerGroup](https://cloud.tencent.com/document/api/571/102951)
|
|
96
|
+
* [CreateSubscribe](https://cloud.tencent.com/document/api/571/102950)
|
|
97
|
+
* [CreateSubscribeCheckJob](https://cloud.tencent.com/document/api/571/102949)
|
|
98
|
+
* [DeleteConsumerGroup](https://cloud.tencent.com/document/api/571/102948)
|
|
99
|
+
* [DescribeConsumerGroups](https://cloud.tencent.com/document/api/571/102947)
|
|
100
|
+
* [DescribeOffsetByTime](https://cloud.tencent.com/document/api/571/102946)
|
|
101
|
+
* [DescribeSubscribeCheckJob](https://cloud.tencent.com/document/api/571/102945)
|
|
102
|
+
* [DescribeSubscribeDetail](https://cloud.tencent.com/document/api/571/102944)
|
|
103
|
+
* [DescribeSubscribeJobs](https://cloud.tencent.com/document/api/571/102943)
|
|
104
|
+
* [DescribeSubscribeReturnable](https://cloud.tencent.com/document/api/571/102942)
|
|
105
|
+
* [DestroyIsolatedSubscribe](https://cloud.tencent.com/document/api/571/102941)
|
|
106
|
+
* [IsolateSubscribe](https://cloud.tencent.com/document/api/571/102940)
|
|
107
|
+
* [ModifyConsumerGroupDescription](https://cloud.tencent.com/document/api/571/102939)
|
|
108
|
+
* [ModifyConsumerGroupPassword](https://cloud.tencent.com/document/api/571/102938)
|
|
109
|
+
* [ModifySubscribeAutoRenewFlag](https://cloud.tencent.com/document/api/571/102937)
|
|
110
|
+
* [ModifySubscribeName](https://cloud.tencent.com/document/api/571/102936)
|
|
111
|
+
* [ModifySubscribeObjects](https://cloud.tencent.com/document/api/571/102935)
|
|
112
|
+
* [ResetConsumerGroupOffset](https://cloud.tencent.com/document/api/571/102934)
|
|
113
|
+
* [ResetSubscribe](https://cloud.tencent.com/document/api/571/102933)
|
|
114
|
+
* [ResumeSubscribe](https://cloud.tencent.com/document/api/571/102932)
|
|
115
|
+
* [StartSubscribe](https://cloud.tencent.com/document/api/571/102931)
|
|
116
|
+
|
|
117
|
+
新增数据结构:
|
|
118
|
+
|
|
119
|
+
* [DistributeRule](https://cloud.tencent.com/document/api/571/82108#DistributeRule)
|
|
120
|
+
* [EndpointItem](https://cloud.tencent.com/document/api/571/82108#EndpointItem)
|
|
121
|
+
* [GroupInfo](https://cloud.tencent.com/document/api/571/82108#GroupInfo)
|
|
122
|
+
* [ModifiedSubscribeObject](https://cloud.tencent.com/document/api/571/82108#ModifiedSubscribeObject)
|
|
123
|
+
* [MonitorInfo](https://cloud.tencent.com/document/api/571/82108#MonitorInfo)
|
|
124
|
+
* [OffsetTimeMap](https://cloud.tencent.com/document/api/571/82108#OffsetTimeMap)
|
|
125
|
+
* [PartitionAssignment](https://cloud.tencent.com/document/api/571/82108#PartitionAssignment)
|
|
126
|
+
* [PipelineInfo](https://cloud.tencent.com/document/api/571/82108#PipelineInfo)
|
|
127
|
+
* [SubsErr](https://cloud.tencent.com/document/api/571/82108#SubsErr)
|
|
128
|
+
* [SubscribeCheckStepInfo](https://cloud.tencent.com/document/api/571/82108#SubscribeCheckStepInfo)
|
|
129
|
+
* [SubscribeCheckStepTip](https://cloud.tencent.com/document/api/571/82108#SubscribeCheckStepTip)
|
|
130
|
+
* [SubscribeInfo](https://cloud.tencent.com/document/api/571/82108#SubscribeInfo)
|
|
131
|
+
* [SubscribeKafkaConfig](https://cloud.tencent.com/document/api/571/82108#SubscribeKafkaConfig)
|
|
132
|
+
* [SubscribeObject](https://cloud.tencent.com/document/api/571/82108#SubscribeObject)
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
## 数据传输服务(dts) 版本:2018-03-30
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
## 腾讯云可观测平台(monitor) 版本:2018-07-24
|
|
141
|
+
|
|
142
|
+
### 第 101 次发布
|
|
143
|
+
|
|
144
|
+
发布时间:2024-01-10 01:19:07
|
|
145
|
+
|
|
146
|
+
本次发布包含了以下内容:
|
|
147
|
+
|
|
148
|
+
改善已有的文档。
|
|
149
|
+
|
|
150
|
+
修改接口:
|
|
151
|
+
|
|
152
|
+
* [CreateGrafanaInstance](https://cloud.tencent.com/document/api/248/79219)
|
|
153
|
+
|
|
154
|
+
* 新增入参:AutoVoucher
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
|
|
159
|
+
## 前端性能监控(rum) 版本:2021-06-22
|
|
160
|
+
|
|
161
|
+
### 第 30 次发布
|
|
162
|
+
|
|
163
|
+
发布时间:2024-01-10 01:21:10
|
|
164
|
+
|
|
165
|
+
本次发布包含了以下内容:
|
|
166
|
+
|
|
167
|
+
改善已有的文档。
|
|
168
|
+
|
|
169
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
170
|
+
|
|
171
|
+
* CreateOfflineLogConfig
|
|
172
|
+
* DescribeOfflineLogRecords
|
|
173
|
+
* DescribeOfflineLogs
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
|
|
1
177
|
# Release 4.0.776
|
|
2
178
|
|
|
3
179
|
## 费用中心(billing) 版本:2018-07-09
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,156 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
4
|
-
|
|
5
|
-
### 第 54 次发布
|
|
6
|
-
|
|
7
|
-
发布时间:2024-01-09 01:07:19
|
|
8
|
-
|
|
9
|
-
本次发布包含了以下内容:
|
|
10
|
-
|
|
11
|
-
改善已有的文档。
|
|
12
|
-
|
|
13
|
-
新增接口:
|
|
14
|
-
|
|
15
|
-
* [DescribeDosageDetailList](https://cloud.tencent.com/document/api/555/102914)
|
|
16
|
-
|
|
17
|
-
新增数据结构:
|
|
18
|
-
|
|
19
|
-
* [DescribeDosageDetail](https://cloud.tencent.com/document/api/555/19183#DescribeDosageDetail)
|
|
20
|
-
* [JsonObject](https://cloud.tencent.com/document/api/555/19183#JsonObject)
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
## 文件存储(cfs) 版本:2019-07-19
|
|
25
|
-
|
|
26
|
-
### 第 28 次发布
|
|
27
|
-
|
|
28
|
-
发布时间:2024-01-09 01:09:35
|
|
29
|
-
|
|
30
|
-
本次发布包含了以下内容:
|
|
31
|
-
|
|
32
|
-
改善已有的文档。
|
|
33
|
-
|
|
34
|
-
修改接口:
|
|
35
|
-
|
|
36
|
-
* [DescribeCfsFileSystems](https://cloud.tencent.com/document/api/582/38170)
|
|
37
|
-
|
|
38
|
-
* 新增入参:CreationToken
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
## 云防火墙(cfw) 版本:2019-09-04
|
|
44
|
-
|
|
45
|
-
### 第 53 次发布
|
|
46
|
-
|
|
47
|
-
发布时间:2024-01-09 01:09:43
|
|
48
|
-
|
|
49
|
-
本次发布包含了以下内容:
|
|
50
|
-
|
|
51
|
-
改善已有的文档。
|
|
52
|
-
|
|
53
|
-
修改接口:
|
|
54
|
-
|
|
55
|
-
* [DescribeIdsWhiteRule](https://cloud.tencent.com/document/api/1132/102105)
|
|
56
|
-
|
|
57
|
-
* 新增出参:Data
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
新增数据结构:
|
|
61
|
-
|
|
62
|
-
* [IdsWhiteInfo](https://cloud.tencent.com/document/api/1132/49071#IdsWhiteInfo)
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
## 媒体处理(mps) 版本:2019-06-12
|
|
67
|
-
|
|
68
|
-
### 第 78 次发布
|
|
69
|
-
|
|
70
|
-
发布时间:2024-01-09 01:20:43
|
|
71
|
-
|
|
72
|
-
本次发布包含了以下内容:
|
|
73
|
-
|
|
74
|
-
改善已有的文档。
|
|
75
|
-
|
|
76
|
-
修改数据结构:
|
|
77
|
-
|
|
78
|
-
* [AiRecognitionTaskAsrFullTextResult](https://cloud.tencent.com/document/api/862/37615#AiRecognitionTaskAsrFullTextResult)
|
|
79
|
-
|
|
80
|
-
* 新增成员:Progress
|
|
81
|
-
|
|
82
|
-
* [AiRecognitionTaskTransTextResult](https://cloud.tencent.com/document/api/862/37615#AiRecognitionTaskTransTextResult)
|
|
83
|
-
|
|
84
|
-
* 新增成员:Progress
|
|
85
|
-
|
|
86
|
-
* [ComposeAudioStream](https://cloud.tencent.com/document/api/862/37615#ComposeAudioStream)
|
|
87
|
-
|
|
88
|
-
* 新增成员:Bitrate
|
|
89
|
-
|
|
90
|
-
* [ComposeVideoStream](https://cloud.tencent.com/document/api/862/37615#ComposeVideoStream)
|
|
91
|
-
|
|
92
|
-
* 新增成员:Bitrate
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
## TI-ONE 训练平台(tione) 版本:2021-11-11
|
|
98
|
-
|
|
99
|
-
### 第 49 次发布
|
|
100
|
-
|
|
101
|
-
发布时间:2024-01-09 01:26:40
|
|
102
|
-
|
|
103
|
-
本次发布包含了以下内容:
|
|
104
|
-
|
|
105
|
-
改善已有的文档。
|
|
106
|
-
|
|
107
|
-
修改接口:
|
|
108
|
-
|
|
109
|
-
* [CreateNotebook](https://cloud.tencent.com/document/api/851/95658)
|
|
110
|
-
|
|
111
|
-
* 新增入参:VolumeSourceGooseFS
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
修改数据结构:
|
|
115
|
-
|
|
116
|
-
* [GooseFS](https://cloud.tencent.com/document/api/851/75051#GooseFS)
|
|
117
|
-
|
|
118
|
-
* 新增成员:Type, Path
|
|
119
|
-
|
|
120
|
-
* [NotebookDetail](https://cloud.tencent.com/document/api/851/75051#NotebookDetail)
|
|
121
|
-
|
|
122
|
-
* 新增成员:SSHConfig, VolumeSourceGooseFS
|
|
123
|
-
|
|
124
|
-
* <font color="#dd0000">**修改成员**:</font>ImageInfo, ImageType
|
|
125
|
-
|
|
126
|
-
* [NotebookImageRecord](https://cloud.tencent.com/document/api/851/75051#NotebookImageRecord)
|
|
127
|
-
|
|
128
|
-
* <font color="#dd0000">**修改成员**:</font>RecordId, ImageUrl, Status, CreateTime, Message, InstanceId, Kernels
|
|
129
|
-
|
|
130
|
-
* [NotebookSetItem](https://cloud.tencent.com/document/api/851/75051#NotebookSetItem)
|
|
131
|
-
|
|
132
|
-
* 新增成员:VolumeSourceGooseFS
|
|
133
|
-
|
|
134
|
-
* [ServiceLimit](https://cloud.tencent.com/document/api/851/75051#ServiceLimit)
|
|
135
|
-
|
|
136
|
-
* 新增成员:EnableInstanceReqLimit, InstanceReqLimit
|
|
137
|
-
|
|
138
|
-
* [TrainingDataPoint](https://cloud.tencent.com/document/api/851/75051#TrainingDataPoint)
|
|
139
|
-
|
|
140
|
-
* 新增成员:Timestamp, Value
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
## TI-ONE 训练平台(tione) 版本:2019-10-22
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
## 实时音视频(trtc) 版本:2019-07-22
|
|
3
|
+
## 操作审计(cloudaudit) 版本:2019-03-19
|
|
150
4
|
|
|
151
|
-
### 第
|
|
5
|
+
### 第 13 次发布
|
|
152
6
|
|
|
153
|
-
发布时间:2024-01-
|
|
7
|
+
发布时间:2024-01-11 01:09:52
|
|
154
8
|
|
|
155
9
|
本次发布包含了以下内容:
|
|
156
10
|
|
|
@@ -158,39 +12,10 @@
|
|
|
158
12
|
|
|
159
13
|
修改数据结构:
|
|
160
14
|
|
|
161
|
-
* [
|
|
162
|
-
|
|
163
|
-
* 新增成员:TransparentUrl
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
## 云点播(vod) 版本:2018-07-17
|
|
169
|
-
|
|
170
|
-
### 第 177 次发布
|
|
171
|
-
|
|
172
|
-
发布时间:2024-01-09 01:28:56
|
|
173
|
-
|
|
174
|
-
本次发布包含了以下内容:
|
|
175
|
-
|
|
176
|
-
改善已有的文档。
|
|
177
|
-
|
|
178
|
-
新增接口:
|
|
15
|
+
* [Storage](https://cloud.tencent.com/document/api/629/35353#Storage)
|
|
179
16
|
|
|
180
|
-
*
|
|
181
|
-
* [CreateCLSTopic](https://cloud.tencent.com/document/api/266/102921)
|
|
182
|
-
* [DeleteCLSTopic](https://cloud.tencent.com/document/api/266/102920)
|
|
183
|
-
* [DescribeCLSLogsets](https://cloud.tencent.com/document/api/266/102919)
|
|
184
|
-
* [DescribeCLSPushTargets](https://cloud.tencent.com/document/api/266/102918)
|
|
185
|
-
* [DescribeCLSTopics](https://cloud.tencent.com/document/api/266/102917)
|
|
186
|
-
* [SetCLSPushTarget](https://cloud.tencent.com/document/api/266/102916)
|
|
17
|
+
* 新增成员:StorageAccountId, StorageAppId
|
|
187
18
|
|
|
188
|
-
新增数据结构:
|
|
189
|
-
|
|
190
|
-
* [AreaCLSTargetInfo](https://cloud.tencent.com/document/api/266/31773#AreaCLSTargetInfo)
|
|
191
|
-
* [CLSLogsetInfo](https://cloud.tencent.com/document/api/266/31773#CLSLogsetInfo)
|
|
192
|
-
* [CLSTopicInfo](https://cloud.tencent.com/document/api/266/31773#CLSTopicInfo)
|
|
193
|
-
* [DomainCLSTargetInfo](https://cloud.tencent.com/document/api/266/31773#DomainCLSTargetInfo)
|
|
194
19
|
|
|
195
20
|
|
|
196
21
|
|
|
@@ -8683,12 +8508,12 @@
|
|
|
8683
8508
|
|
|
8684
8509
|
新增接口:
|
|
8685
8510
|
|
|
8686
|
-
* [
|
|
8511
|
+
* [DescribeDosageDetailList](https://cloud.tencent.com/document/api/555/102914)
|
|
8687
8512
|
|
|
8688
8513
|
新增数据结构:
|
|
8689
8514
|
|
|
8690
|
-
* [
|
|
8691
|
-
* [
|
|
8515
|
+
* [DescribeDosageDetail](https://cloud.tencent.com/document/api/555/19183#DescribeDosageDetail)
|
|
8516
|
+
* [JsonObject](https://cloud.tencent.com/document/api/555/19183#JsonObject)
|
|
8692
8517
|
|
|
8693
8518
|
### 第 53 次发布
|
|
8694
8519
|
|
|
@@ -23079,7 +22904,7 @@
|
|
|
23079
22904
|
|
|
23080
22905
|
新增数据结构:
|
|
23081
22906
|
|
|
23082
|
-
* [
|
|
22907
|
+
* [IdsWhiteInfo](https://cloud.tencent.com/document/api/1132/49071#IdsWhiteInfo)
|
|
23083
22908
|
|
|
23084
22909
|
### 第 52 次发布
|
|
23085
22910
|
|
|
@@ -29149,6 +28974,21 @@
|
|
|
29149
28974
|
|
|
29150
28975
|
## 操作审计(cloudaudit) 版本:2019-03-19
|
|
29151
28976
|
|
|
28977
|
+
### 第 13 次发布
|
|
28978
|
+
|
|
28979
|
+
发布时间:2024-01-11 01:09:52
|
|
28980
|
+
|
|
28981
|
+
本次发布包含了以下内容:
|
|
28982
|
+
|
|
28983
|
+
改善已有的文档。
|
|
28984
|
+
|
|
28985
|
+
修改数据结构:
|
|
28986
|
+
|
|
28987
|
+
* [Storage](https://cloud.tencent.com/document/api/629/35353#Storage)
|
|
28988
|
+
|
|
28989
|
+
* 新增成员:StorageAccountId, StorageAppId
|
|
28990
|
+
|
|
28991
|
+
|
|
29152
28992
|
### 第 12 次发布
|
|
29153
28993
|
|
|
29154
28994
|
发布时间:2022-11-24 06:19:10
|
|
@@ -42143,6 +41983,41 @@
|
|
|
42143
41983
|
|
|
42144
41984
|
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
42145
41985
|
|
|
41986
|
+
### 第 76 次发布
|
|
41987
|
+
|
|
41988
|
+
发布时间:2024-01-10 01:11:56
|
|
41989
|
+
|
|
41990
|
+
本次发布包含了以下内容:
|
|
41991
|
+
|
|
41992
|
+
改善已有的文档。
|
|
41993
|
+
|
|
41994
|
+
修改接口:
|
|
41995
|
+
|
|
41996
|
+
* [IsolateCluster](https://cloud.tencent.com/document/api/1003/48082)
|
|
41997
|
+
|
|
41998
|
+
* 新增入参:IsolateReasonTypes, IsolateReason
|
|
41999
|
+
|
|
42000
|
+
* [IsolateInstance](https://cloud.tencent.com/document/api/1003/48081)
|
|
42001
|
+
|
|
42002
|
+
* 新增入参:IsolateReasonTypes, IsolateReason
|
|
42003
|
+
|
|
42004
|
+
|
|
42005
|
+
新增数据结构:
|
|
42006
|
+
|
|
42007
|
+
* [InstanceAbility](https://cloud.tencent.com/document/api/1003/48097#InstanceAbility)
|
|
42008
|
+
* [SlaveZoneStockInfo](https://cloud.tencent.com/document/api/1003/48097#SlaveZoneStockInfo)
|
|
42009
|
+
|
|
42010
|
+
修改数据结构:
|
|
42011
|
+
|
|
42012
|
+
* [CynosdbInstance](https://cloud.tencent.com/document/api/1003/48097#CynosdbInstance)
|
|
42013
|
+
|
|
42014
|
+
* 新增成员:InstanceAbility
|
|
42015
|
+
|
|
42016
|
+
* [ZoneStockInfo](https://cloud.tencent.com/document/api/1003/48097#ZoneStockInfo)
|
|
42017
|
+
|
|
42018
|
+
* 新增成员:SlaveZoneStockInfos
|
|
42019
|
+
|
|
42020
|
+
|
|
42146
42021
|
### 第 75 次发布
|
|
42147
42022
|
|
|
42148
42023
|
发布时间:2023-12-06 01:34:06
|
|
@@ -49248,6 +49123,21 @@
|
|
|
49248
49123
|
|
|
49249
49124
|
## DNSPod(dnspod) 版本:2021-03-23
|
|
49250
49125
|
|
|
49126
|
+
### 第 29 次发布
|
|
49127
|
+
|
|
49128
|
+
发布时间:2024-01-10 01:13:10
|
|
49129
|
+
|
|
49130
|
+
本次发布包含了以下内容:
|
|
49131
|
+
|
|
49132
|
+
改善已有的文档。
|
|
49133
|
+
|
|
49134
|
+
修改接口:
|
|
49135
|
+
|
|
49136
|
+
* [ModifyRecord](https://cloud.tencent.com/document/api/1427/56157)
|
|
49137
|
+
|
|
49138
|
+
* 新增入参:Remark
|
|
49139
|
+
|
|
49140
|
+
|
|
49251
49141
|
### 第 28 次发布
|
|
49252
49142
|
|
|
49253
49143
|
发布时间:2023-12-22 01:14:13
|
|
@@ -51429,6 +51319,56 @@
|
|
|
51429
51319
|
|
|
51430
51320
|
## 数据传输服务(dts) 版本:2021-12-06
|
|
51431
51321
|
|
|
51322
|
+
### 第 21 次发布
|
|
51323
|
+
|
|
51324
|
+
发布时间:2024-01-10 01:13:50
|
|
51325
|
+
|
|
51326
|
+
本次发布包含了以下内容:
|
|
51327
|
+
|
|
51328
|
+
改善已有的文档。
|
|
51329
|
+
|
|
51330
|
+
新增接口:
|
|
51331
|
+
|
|
51332
|
+
* [ConfigureSubscribeJob](https://cloud.tencent.com/document/api/571/102952)
|
|
51333
|
+
* [CreateConsumerGroup](https://cloud.tencent.com/document/api/571/102951)
|
|
51334
|
+
* [CreateSubscribe](https://cloud.tencent.com/document/api/571/102950)
|
|
51335
|
+
* [CreateSubscribeCheckJob](https://cloud.tencent.com/document/api/571/102949)
|
|
51336
|
+
* [DeleteConsumerGroup](https://cloud.tencent.com/document/api/571/102948)
|
|
51337
|
+
* [DescribeConsumerGroups](https://cloud.tencent.com/document/api/571/102947)
|
|
51338
|
+
* [DescribeOffsetByTime](https://cloud.tencent.com/document/api/571/102946)
|
|
51339
|
+
* [DescribeSubscribeCheckJob](https://cloud.tencent.com/document/api/571/102945)
|
|
51340
|
+
* [DescribeSubscribeDetail](https://cloud.tencent.com/document/api/571/102944)
|
|
51341
|
+
* [DescribeSubscribeJobs](https://cloud.tencent.com/document/api/571/102943)
|
|
51342
|
+
* [DescribeSubscribeReturnable](https://cloud.tencent.com/document/api/571/102942)
|
|
51343
|
+
* [DestroyIsolatedSubscribe](https://cloud.tencent.com/document/api/571/102941)
|
|
51344
|
+
* [IsolateSubscribe](https://cloud.tencent.com/document/api/571/102940)
|
|
51345
|
+
* [ModifyConsumerGroupDescription](https://cloud.tencent.com/document/api/571/102939)
|
|
51346
|
+
* [ModifyConsumerGroupPassword](https://cloud.tencent.com/document/api/571/102938)
|
|
51347
|
+
* [ModifySubscribeAutoRenewFlag](https://cloud.tencent.com/document/api/571/102937)
|
|
51348
|
+
* [ModifySubscribeName](https://cloud.tencent.com/document/api/571/102936)
|
|
51349
|
+
* [ModifySubscribeObjects](https://cloud.tencent.com/document/api/571/102935)
|
|
51350
|
+
* [ResetConsumerGroupOffset](https://cloud.tencent.com/document/api/571/102934)
|
|
51351
|
+
* [ResetSubscribe](https://cloud.tencent.com/document/api/571/102933)
|
|
51352
|
+
* [ResumeSubscribe](https://cloud.tencent.com/document/api/571/102932)
|
|
51353
|
+
* [StartSubscribe](https://cloud.tencent.com/document/api/571/102931)
|
|
51354
|
+
|
|
51355
|
+
新增数据结构:
|
|
51356
|
+
|
|
51357
|
+
* [DistributeRule](https://cloud.tencent.com/document/api/571/82108#DistributeRule)
|
|
51358
|
+
* [EndpointItem](https://cloud.tencent.com/document/api/571/82108#EndpointItem)
|
|
51359
|
+
* [GroupInfo](https://cloud.tencent.com/document/api/571/82108#GroupInfo)
|
|
51360
|
+
* [ModifiedSubscribeObject](https://cloud.tencent.com/document/api/571/82108#ModifiedSubscribeObject)
|
|
51361
|
+
* [MonitorInfo](https://cloud.tencent.com/document/api/571/82108#MonitorInfo)
|
|
51362
|
+
* [OffsetTimeMap](https://cloud.tencent.com/document/api/571/82108#OffsetTimeMap)
|
|
51363
|
+
* [PartitionAssignment](https://cloud.tencent.com/document/api/571/82108#PartitionAssignment)
|
|
51364
|
+
* [PipelineInfo](https://cloud.tencent.com/document/api/571/82108#PipelineInfo)
|
|
51365
|
+
* [SubsErr](https://cloud.tencent.com/document/api/571/82108#SubsErr)
|
|
51366
|
+
* [SubscribeCheckStepInfo](https://cloud.tencent.com/document/api/571/82108#SubscribeCheckStepInfo)
|
|
51367
|
+
* [SubscribeCheckStepTip](https://cloud.tencent.com/document/api/571/82108#SubscribeCheckStepTip)
|
|
51368
|
+
* [SubscribeInfo](https://cloud.tencent.com/document/api/571/82108#SubscribeInfo)
|
|
51369
|
+
* [SubscribeKafkaConfig](https://cloud.tencent.com/document/api/571/82108#SubscribeKafkaConfig)
|
|
51370
|
+
* [SubscribeObject](https://cloud.tencent.com/document/api/571/82108#SubscribeObject)
|
|
51371
|
+
|
|
51432
51372
|
### 第 20 次发布
|
|
51433
51373
|
|
|
51434
51374
|
发布时间:2023-12-27 01:17:28
|
|
@@ -82429,6 +82369,21 @@
|
|
|
82429
82369
|
|
|
82430
82370
|
## 腾讯云可观测平台(monitor) 版本:2018-07-24
|
|
82431
82371
|
|
|
82372
|
+
### 第 101 次发布
|
|
82373
|
+
|
|
82374
|
+
发布时间:2024-01-10 01:19:07
|
|
82375
|
+
|
|
82376
|
+
本次发布包含了以下内容:
|
|
82377
|
+
|
|
82378
|
+
改善已有的文档。
|
|
82379
|
+
|
|
82380
|
+
修改接口:
|
|
82381
|
+
|
|
82382
|
+
* [CreateGrafanaInstance](https://cloud.tencent.com/document/api/248/79219)
|
|
82383
|
+
|
|
82384
|
+
* 新增入参:AutoVoucher
|
|
82385
|
+
|
|
82386
|
+
|
|
82432
82387
|
### 第 100 次发布
|
|
82433
82388
|
|
|
82434
82389
|
发布时间:2023-12-19 01:56:30
|
|
@@ -96883,6 +96838,20 @@
|
|
|
96883
96838
|
|
|
96884
96839
|
## 前端性能监控(rum) 版本:2021-06-22
|
|
96885
96840
|
|
|
96841
|
+
### 第 30 次发布
|
|
96842
|
+
|
|
96843
|
+
发布时间:2024-01-10 01:21:10
|
|
96844
|
+
|
|
96845
|
+
本次发布包含了以下内容:
|
|
96846
|
+
|
|
96847
|
+
改善已有的文档。
|
|
96848
|
+
|
|
96849
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
96850
|
+
|
|
96851
|
+
* CreateOfflineLogConfig
|
|
96852
|
+
* DescribeOfflineLogRecords
|
|
96853
|
+
* DescribeOfflineLogs
|
|
96854
|
+
|
|
96886
96855
|
### 第 29 次发布
|
|
96887
96856
|
|
|
96888
96857
|
发布时间:2023-10-13 01:22:31
|
|
@@ -132991,20 +132960,20 @@
|
|
|
132991
132960
|
|
|
132992
132961
|
新增接口:
|
|
132993
132962
|
|
|
132994
|
-
* [
|
|
132995
|
-
* [
|
|
132996
|
-
* [
|
|
132997
|
-
* [
|
|
132998
|
-
* [
|
|
132999
|
-
* [
|
|
133000
|
-
* [
|
|
132963
|
+
* [CreateCLSLogset](https://cloud.tencent.com/document/api/266/102922)
|
|
132964
|
+
* [CreateCLSTopic](https://cloud.tencent.com/document/api/266/102921)
|
|
132965
|
+
* [DeleteCLSTopic](https://cloud.tencent.com/document/api/266/102920)
|
|
132966
|
+
* [DescribeCLSLogsets](https://cloud.tencent.com/document/api/266/102919)
|
|
132967
|
+
* [DescribeCLSPushTargets](https://cloud.tencent.com/document/api/266/102918)
|
|
132968
|
+
* [DescribeCLSTopics](https://cloud.tencent.com/document/api/266/102917)
|
|
132969
|
+
* [SetCLSPushTarget](https://cloud.tencent.com/document/api/266/102916)
|
|
133001
132970
|
|
|
133002
132971
|
新增数据结构:
|
|
133003
132972
|
|
|
133004
|
-
* [
|
|
133005
|
-
* [
|
|
133006
|
-
* [
|
|
133007
|
-
* [
|
|
132973
|
+
* [AreaCLSTargetInfo](https://cloud.tencent.com/document/api/266/31773#AreaCLSTargetInfo)
|
|
132974
|
+
* [CLSLogsetInfo](https://cloud.tencent.com/document/api/266/31773#CLSLogsetInfo)
|
|
132975
|
+
* [CLSTopicInfo](https://cloud.tencent.com/document/api/266/31773#CLSTopicInfo)
|
|
132976
|
+
* [DomainCLSTargetInfo](https://cloud.tencent.com/document/api/266/31773#DomainCLSTargetInfo)
|
|
133008
132977
|
|
|
133009
132978
|
### 第 176 次发布
|
|
133010
132979
|
|