tencentcloud-sdk-nodejs-cynosdb 4.0.495 → 4.0.496
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 +158 -0
- package/SERVICE_CHANGELOG.md +210 -147
- package/package.json +1 -1
- package/products.md +13 -12
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +2 -1
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +96 -33
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +81 -29
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,161 @@
|
|
|
1
|
+
# Release 4.0.496
|
|
2
|
+
|
|
3
|
+
## 应用性能观测(apm) 版本:2021-06-22
|
|
4
|
+
|
|
5
|
+
### 第 14 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2022-12-06 06:16:29
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
新增数据结构:
|
|
14
|
+
|
|
15
|
+
* [APMKV](https://cloud.tencent.com/document/api/1463/64927#APMKV)
|
|
16
|
+
|
|
17
|
+
修改数据结构:
|
|
18
|
+
|
|
19
|
+
* [ApmField](https://cloud.tencent.com/document/api/1463/64927#ApmField)
|
|
20
|
+
|
|
21
|
+
* 新增成员:LastPeriodValue
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
27
|
+
|
|
28
|
+
### 第 33 次发布
|
|
29
|
+
|
|
30
|
+
发布时间:2022-12-06 06:33:40
|
|
31
|
+
|
|
32
|
+
本次发布包含了以下内容:
|
|
33
|
+
|
|
34
|
+
改善已有的文档。
|
|
35
|
+
|
|
36
|
+
新增数据结构:
|
|
37
|
+
|
|
38
|
+
* [ModifiableInfo](https://cloud.tencent.com/document/api/1003/48097#ModifiableInfo)
|
|
39
|
+
|
|
40
|
+
修改数据结构:
|
|
41
|
+
|
|
42
|
+
* [Account](https://cloud.tencent.com/document/api/1003/48097#Account)
|
|
43
|
+
|
|
44
|
+
* 新增成员:MaxUserConnections
|
|
45
|
+
|
|
46
|
+
* [CynosdbInstance](https://cloud.tencent.com/document/api/1003/48097#CynosdbInstance)
|
|
47
|
+
|
|
48
|
+
* 新增成员:PhysicalZone, BusinessType, Tasks, IsFreeze, ResourceTags
|
|
49
|
+
|
|
50
|
+
* [ParamInfo](https://cloud.tencent.com/document/api/1003/48097#ParamInfo)
|
|
51
|
+
|
|
52
|
+
* 新增成员:IsGlobal, ModifiableInfo, IsFunc, Func
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
58
|
+
|
|
59
|
+
### 第 33 次发布
|
|
60
|
+
|
|
61
|
+
发布时间:2022-12-06 06:41:11
|
|
62
|
+
|
|
63
|
+
本次发布包含了以下内容:
|
|
64
|
+
|
|
65
|
+
改善已有的文档。
|
|
66
|
+
|
|
67
|
+
修改数据结构:
|
|
68
|
+
|
|
69
|
+
* [Component](https://cloud.tencent.com/document/api/1323/70369#Component)
|
|
70
|
+
|
|
71
|
+
* 新增成员:ChannelComponentId, ChannelComponentSource
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
## 设备安全(tds) 版本:2022-08-01
|
|
77
|
+
|
|
78
|
+
### 第 2 次发布
|
|
79
|
+
|
|
80
|
+
发布时间:2022-12-06 07:10:10
|
|
81
|
+
|
|
82
|
+
本次发布包含了以下内容:
|
|
83
|
+
|
|
84
|
+
改善已有的文档。
|
|
85
|
+
|
|
86
|
+
新增接口:
|
|
87
|
+
|
|
88
|
+
* [DescribeFraudUltimate](https://cloud.tencent.com/document/api/1628/83695)
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
## 流量风险决策平台(trdp) 版本:2022-07-26
|
|
93
|
+
|
|
94
|
+
### 第 1 次发布
|
|
95
|
+
|
|
96
|
+
发布时间:2022-12-05 10:34:47
|
|
97
|
+
|
|
98
|
+
本次发布包含了以下内容:
|
|
99
|
+
|
|
100
|
+
改善已有的文档。
|
|
101
|
+
|
|
102
|
+
新增接口:
|
|
103
|
+
|
|
104
|
+
* [EvaluateUserRisk](https://cloud.tencent.com/document/api/1604/83624)
|
|
105
|
+
|
|
106
|
+
新增数据结构:
|
|
107
|
+
|
|
108
|
+
* [AccountInfo](https://cloud.tencent.com/document/api/1604/83625#AccountInfo)
|
|
109
|
+
* [DeviceDetailInfo](https://cloud.tencent.com/document/api/1604/83625#DeviceDetailInfo)
|
|
110
|
+
* [DeviceFingerprintInfo](https://cloud.tencent.com/document/api/1604/83625#DeviceFingerprintInfo)
|
|
111
|
+
* [EvaluationResult](https://cloud.tencent.com/document/api/1604/83625#EvaluationResult)
|
|
112
|
+
* [MarketingInfo](https://cloud.tencent.com/document/api/1604/83625#MarketingInfo)
|
|
113
|
+
* [UniversalAccountInfo](https://cloud.tencent.com/document/api/1604/83625#UniversalAccountInfo)
|
|
114
|
+
* [UserInfo](https://cloud.tencent.com/document/api/1604/83625#UserInfo)
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
## 实时音视频(trtc) 版本:2019-07-22
|
|
119
|
+
|
|
120
|
+
### 第 43 次发布
|
|
121
|
+
|
|
122
|
+
发布时间:2022-12-06 07:15:51
|
|
123
|
+
|
|
124
|
+
本次发布包含了以下内容:
|
|
125
|
+
|
|
126
|
+
改善已有的文档。
|
|
127
|
+
|
|
128
|
+
新增接口:
|
|
129
|
+
|
|
130
|
+
* [StartPublishCdnStream](https://cloud.tencent.com/document/api/647/81479)
|
|
131
|
+
* [StopPublishCdnStream](https://cloud.tencent.com/document/api/647/81478)
|
|
132
|
+
* [UpdatePublishCdnStream](https://cloud.tencent.com/document/api/647/81477)
|
|
133
|
+
|
|
134
|
+
新增数据结构:
|
|
135
|
+
|
|
136
|
+
* [AgentParams](https://cloud.tencent.com/document/api/647/44055#AgentParams)
|
|
137
|
+
* [AudioEncode](https://cloud.tencent.com/document/api/647/44055#AudioEncode)
|
|
138
|
+
* [MaxVideoUser](https://cloud.tencent.com/document/api/647/44055#MaxVideoUser)
|
|
139
|
+
* [McuAudioParams](https://cloud.tencent.com/document/api/647/44055#McuAudioParams)
|
|
140
|
+
* [McuCustomCrop](https://cloud.tencent.com/document/api/647/44055#McuCustomCrop)
|
|
141
|
+
* [McuFeedBackRoomParams](https://cloud.tencent.com/document/api/647/44055#McuFeedBackRoomParams)
|
|
142
|
+
* [McuLayout](https://cloud.tencent.com/document/api/647/44055#McuLayout)
|
|
143
|
+
* [McuLayoutParams](https://cloud.tencent.com/document/api/647/44055#McuLayoutParams)
|
|
144
|
+
* [McuLayoutVolume](https://cloud.tencent.com/document/api/647/44055#McuLayoutVolume)
|
|
145
|
+
* [McuPassThrough](https://cloud.tencent.com/document/api/647/44055#McuPassThrough)
|
|
146
|
+
* [McuPublishCdnParam](https://cloud.tencent.com/document/api/647/44055#McuPublishCdnParam)
|
|
147
|
+
* [McuSeiParams](https://cloud.tencent.com/document/api/647/44055#McuSeiParams)
|
|
148
|
+
* [McuUserInfoParams](https://cloud.tencent.com/document/api/647/44055#McuUserInfoParams)
|
|
149
|
+
* [McuVideoParams](https://cloud.tencent.com/document/api/647/44055#McuVideoParams)
|
|
150
|
+
* [McuWaterMarkImage](https://cloud.tencent.com/document/api/647/44055#McuWaterMarkImage)
|
|
151
|
+
* [McuWaterMarkParams](https://cloud.tencent.com/document/api/647/44055#McuWaterMarkParams)
|
|
152
|
+
* [MixUserInfo](https://cloud.tencent.com/document/api/647/44055#MixUserInfo)
|
|
153
|
+
* [SingleSubscribeParams](https://cloud.tencent.com/document/api/647/44055#SingleSubscribeParams)
|
|
154
|
+
* [UserMediaStream](https://cloud.tencent.com/document/api/647/44055#UserMediaStream)
|
|
155
|
+
* [VideoEncode](https://cloud.tencent.com/document/api/647/44055#VideoEncode)
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
|
|
1
159
|
# Release 4.0.495
|
|
2
160
|
|
|
3
161
|
## 批量计算(batch) 版本:2017-03-12
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,116 +1,64 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
4
|
-
|
|
5
|
-
### 第 43 次发布
|
|
6
|
-
|
|
7
|
-
发布时间:2022-12-05 06:18:51
|
|
8
|
-
|
|
9
|
-
本次发布包含了以下内容:
|
|
10
|
-
|
|
11
|
-
改善已有的文档。
|
|
12
|
-
|
|
13
|
-
修改数据结构:
|
|
14
|
-
|
|
15
|
-
* [Docker](https://cloud.tencent.com/document/api/599/15912#Docker)
|
|
16
|
-
|
|
17
|
-
* 新增成员:DockerRunOption
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
3
|
+
## 应用性能观测(apm) 版本:2021-06-22
|
|
21
4
|
|
|
22
|
-
|
|
5
|
+
### 第 14 次发布
|
|
23
6
|
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
发布时间:2022-12-05 06:24:01
|
|
7
|
+
发布时间:2022-12-06 06:16:29
|
|
27
8
|
|
|
28
9
|
本次发布包含了以下内容:
|
|
29
10
|
|
|
30
11
|
改善已有的文档。
|
|
31
12
|
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
* [BackupInfo](https://cloud.tencent.com/document/api/236/15878#BackupInfo)
|
|
35
|
-
|
|
36
|
-
* 新增成员:EncryptionFlag
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
## 多媒体创作引擎(cme) 版本:2019-10-29
|
|
42
|
-
|
|
43
|
-
### 第 52 次发布
|
|
13
|
+
新增数据结构:
|
|
44
14
|
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
本次发布包含了以下内容:
|
|
48
|
-
|
|
49
|
-
改善已有的文档。
|
|
15
|
+
* [APMKV](https://cloud.tencent.com/document/api/1463/64927#APMKV)
|
|
50
16
|
|
|
51
17
|
修改数据结构:
|
|
52
18
|
|
|
53
|
-
* [
|
|
19
|
+
* [ApmField](https://cloud.tencent.com/document/api/1463/64927#ApmField)
|
|
54
20
|
|
|
55
|
-
*
|
|
21
|
+
* 新增成员:LastPeriodValue
|
|
56
22
|
|
|
57
23
|
|
|
58
24
|
|
|
59
25
|
|
|
60
|
-
##
|
|
26
|
+
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
61
27
|
|
|
62
|
-
### 第
|
|
28
|
+
### 第 33 次发布
|
|
63
29
|
|
|
64
|
-
发布时间:2022-12-
|
|
30
|
+
发布时间:2022-12-06 06:33:40
|
|
65
31
|
|
|
66
32
|
本次发布包含了以下内容:
|
|
67
33
|
|
|
68
34
|
改善已有的文档。
|
|
69
35
|
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
* [QueryFlexPayeeAccountBalance](https://cloud.tencent.com/document/api/1122/74969)
|
|
73
|
-
|
|
74
|
-
* 新增入参:SnapshotDate
|
|
36
|
+
新增数据结构:
|
|
75
37
|
|
|
38
|
+
* [ModifiableInfo](https://cloud.tencent.com/document/api/1003/48097#ModifiableInfo)
|
|
76
39
|
|
|
77
40
|
修改数据结构:
|
|
78
41
|
|
|
79
|
-
* [
|
|
80
|
-
|
|
81
|
-
* 新增成员:Vat, IndividualIncomeTax, AdditionalTaxSum, AdditionalTaxItem
|
|
82
|
-
|
|
83
|
-
* [PaymentOrderResult](https://cloud.tencent.com/document/api/1122/40683#PaymentOrderResult)
|
|
84
|
-
|
|
85
|
-
* 新增成员:Vat, IndividualIncomeTax, AdditionalTaxSum, AdditionalTaxItem
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
42
|
+
* [Account](https://cloud.tencent.com/document/api/1003/48097#Account)
|
|
91
43
|
|
|
92
|
-
|
|
44
|
+
* 新增成员:MaxUserConnections
|
|
93
45
|
|
|
94
|
-
|
|
46
|
+
* [CynosdbInstance](https://cloud.tencent.com/document/api/1003/48097#CynosdbInstance)
|
|
95
47
|
|
|
96
|
-
|
|
48
|
+
* 新增成员:PhysicalZone, BusinessType, Tasks, IsFreeze, ResourceTags
|
|
97
49
|
|
|
98
|
-
|
|
50
|
+
* [ParamInfo](https://cloud.tencent.com/document/api/1003/48097#ParamInfo)
|
|
99
51
|
|
|
100
|
-
|
|
52
|
+
* 新增成员:IsGlobal, ModifiableInfo, IsFunc, Func
|
|
101
53
|
|
|
102
|
-
* [ResetAccountPassword](https://cloud.tencent.com/document/api/1003/83592)
|
|
103
|
-
* [SearchClusterDatabases](https://cloud.tencent.com/document/api/1003/83594)
|
|
104
|
-
* [SearchClusterTables](https://cloud.tencent.com/document/api/1003/83593)
|
|
105
|
-
* [SwitchProxyVpc](https://cloud.tencent.com/document/api/1003/83595)
|
|
106
54
|
|
|
107
55
|
|
|
108
56
|
|
|
109
|
-
##
|
|
57
|
+
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
110
58
|
|
|
111
|
-
### 第
|
|
59
|
+
### 第 33 次发布
|
|
112
60
|
|
|
113
|
-
发布时间:2022-12-
|
|
61
|
+
发布时间:2022-12-06 06:41:11
|
|
114
62
|
|
|
115
63
|
本次发布包含了以下内容:
|
|
116
64
|
|
|
@@ -118,103 +66,60 @@
|
|
|
118
66
|
|
|
119
67
|
修改数据结构:
|
|
120
68
|
|
|
121
|
-
* [
|
|
122
|
-
|
|
123
|
-
* 新增成员:RoleExternalId
|
|
124
|
-
|
|
125
|
-
* [StepTip](https://cloud.tencent.com/document/api/571/82108#StepTip)
|
|
126
|
-
|
|
127
|
-
* 新增成员:SkipInfo
|
|
128
|
-
|
|
129
|
-
* [SyncJobInfo](https://cloud.tencent.com/document/api/571/82108#SyncJobInfo)
|
|
130
|
-
|
|
131
|
-
* 新增成员:TradeStatus, InstanceClass, AutoRenew, OfflineTime
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
## 数据传输服务(dts) 版本:2018-03-30
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
## 物联网智能视频服务(iotvideo) 版本:2021-11-25
|
|
141
|
-
|
|
142
|
-
### 第 10 次发布
|
|
143
|
-
|
|
144
|
-
发布时间:2022-12-05 06:57:57
|
|
145
|
-
|
|
146
|
-
本次发布包含了以下内容:
|
|
69
|
+
* [Component](https://cloud.tencent.com/document/api/1323/70369#Component)
|
|
147
70
|
|
|
148
|
-
|
|
71
|
+
* 新增成员:ChannelComponentId, ChannelComponentSource
|
|
149
72
|
|
|
150
|
-
修改数据结构:
|
|
151
73
|
|
|
152
|
-
* [FirmwareInfo](https://cloud.tencent.com/document/api/1131/76635#FirmwareInfo)
|
|
153
74
|
|
|
154
|
-
* 新增成员:FwType
|
|
155
75
|
|
|
76
|
+
## 设备安全(tds) 版本:2022-08-01
|
|
156
77
|
|
|
157
|
-
### 第
|
|
78
|
+
### 第 2 次发布
|
|
158
79
|
|
|
159
|
-
发布时间:2022-12-
|
|
80
|
+
发布时间:2022-12-06 07:10:10
|
|
160
81
|
|
|
161
82
|
本次发布包含了以下内容:
|
|
162
83
|
|
|
163
84
|
改善已有的文档。
|
|
164
85
|
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
* [BatchUpdateFirmware](https://cloud.tencent.com/document/api/1131/77483)
|
|
168
|
-
|
|
169
|
-
* 新增入参:TimeoutInterval
|
|
170
|
-
|
|
171
|
-
* [DescribeFirmware](https://cloud.tencent.com/document/api/1131/77479)
|
|
172
|
-
|
|
173
|
-
* 新增出参:FwType
|
|
174
|
-
|
|
175
|
-
* [UploadFirmware](https://cloud.tencent.com/document/api/1131/77468)
|
|
176
|
-
|
|
177
|
-
* 新增入参:FwType
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
## 物联网智能视频服务(iotvideo) 版本:2020-12-15
|
|
183
|
-
|
|
184
|
-
|
|
86
|
+
新增接口:
|
|
185
87
|
|
|
186
|
-
|
|
88
|
+
* [DescribeFraudUltimate](https://cloud.tencent.com/document/api/1628/83695)
|
|
187
89
|
|
|
188
90
|
|
|
189
91
|
|
|
190
|
-
##
|
|
92
|
+
## 流量风险决策平台(trdp) 版本:2022-07-26
|
|
191
93
|
|
|
192
|
-
### 第
|
|
94
|
+
### 第 1 次发布
|
|
193
95
|
|
|
194
|
-
发布时间:2022-12-05
|
|
96
|
+
发布时间:2022-12-05 10:34:47
|
|
195
97
|
|
|
196
98
|
本次发布包含了以下内容:
|
|
197
99
|
|
|
198
100
|
改善已有的文档。
|
|
199
101
|
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
* [InquirePriceRenewInstances](https://cloud.tencent.com/document/api/1207/55557)
|
|
203
|
-
|
|
204
|
-
* 新增出参:TotalPrice
|
|
102
|
+
新增接口:
|
|
205
103
|
|
|
104
|
+
* [EvaluateUserRisk](https://cloud.tencent.com/document/api/1604/83624)
|
|
206
105
|
|
|
207
106
|
新增数据结构:
|
|
208
107
|
|
|
209
|
-
* [
|
|
108
|
+
* [AccountInfo](https://cloud.tencent.com/document/api/1604/83625#AccountInfo)
|
|
109
|
+
* [DeviceDetailInfo](https://cloud.tencent.com/document/api/1604/83625#DeviceDetailInfo)
|
|
110
|
+
* [DeviceFingerprintInfo](https://cloud.tencent.com/document/api/1604/83625#DeviceFingerprintInfo)
|
|
111
|
+
* [EvaluationResult](https://cloud.tencent.com/document/api/1604/83625#EvaluationResult)
|
|
112
|
+
* [MarketingInfo](https://cloud.tencent.com/document/api/1604/83625#MarketingInfo)
|
|
113
|
+
* [UniversalAccountInfo](https://cloud.tencent.com/document/api/1604/83625#UniversalAccountInfo)
|
|
114
|
+
* [UserInfo](https://cloud.tencent.com/document/api/1604/83625#UserInfo)
|
|
210
115
|
|
|
211
116
|
|
|
212
117
|
|
|
213
|
-
##
|
|
118
|
+
## 实时音视频(trtc) 版本:2019-07-22
|
|
214
119
|
|
|
215
|
-
### 第
|
|
120
|
+
### 第 43 次发布
|
|
216
121
|
|
|
217
|
-
发布时间:2022-12-
|
|
122
|
+
发布时间:2022-12-06 07:15:51
|
|
218
123
|
|
|
219
124
|
本次发布包含了以下内容:
|
|
220
125
|
|
|
@@ -222,11 +127,32 @@
|
|
|
222
127
|
|
|
223
128
|
新增接口:
|
|
224
129
|
|
|
225
|
-
* [
|
|
130
|
+
* [StartPublishCdnStream](https://cloud.tencent.com/document/api/647/81479)
|
|
131
|
+
* [StopPublishCdnStream](https://cloud.tencent.com/document/api/647/81478)
|
|
132
|
+
* [UpdatePublishCdnStream](https://cloud.tencent.com/document/api/647/81477)
|
|
226
133
|
|
|
227
134
|
新增数据结构:
|
|
228
135
|
|
|
229
|
-
* [
|
|
136
|
+
* [AgentParams](https://cloud.tencent.com/document/api/647/44055#AgentParams)
|
|
137
|
+
* [AudioEncode](https://cloud.tencent.com/document/api/647/44055#AudioEncode)
|
|
138
|
+
* [MaxVideoUser](https://cloud.tencent.com/document/api/647/44055#MaxVideoUser)
|
|
139
|
+
* [McuAudioParams](https://cloud.tencent.com/document/api/647/44055#McuAudioParams)
|
|
140
|
+
* [McuCustomCrop](https://cloud.tencent.com/document/api/647/44055#McuCustomCrop)
|
|
141
|
+
* [McuFeedBackRoomParams](https://cloud.tencent.com/document/api/647/44055#McuFeedBackRoomParams)
|
|
142
|
+
* [McuLayout](https://cloud.tencent.com/document/api/647/44055#McuLayout)
|
|
143
|
+
* [McuLayoutParams](https://cloud.tencent.com/document/api/647/44055#McuLayoutParams)
|
|
144
|
+
* [McuLayoutVolume](https://cloud.tencent.com/document/api/647/44055#McuLayoutVolume)
|
|
145
|
+
* [McuPassThrough](https://cloud.tencent.com/document/api/647/44055#McuPassThrough)
|
|
146
|
+
* [McuPublishCdnParam](https://cloud.tencent.com/document/api/647/44055#McuPublishCdnParam)
|
|
147
|
+
* [McuSeiParams](https://cloud.tencent.com/document/api/647/44055#McuSeiParams)
|
|
148
|
+
* [McuUserInfoParams](https://cloud.tencent.com/document/api/647/44055#McuUserInfoParams)
|
|
149
|
+
* [McuVideoParams](https://cloud.tencent.com/document/api/647/44055#McuVideoParams)
|
|
150
|
+
* [McuWaterMarkImage](https://cloud.tencent.com/document/api/647/44055#McuWaterMarkImage)
|
|
151
|
+
* [McuWaterMarkParams](https://cloud.tencent.com/document/api/647/44055#McuWaterMarkParams)
|
|
152
|
+
* [MixUserInfo](https://cloud.tencent.com/document/api/647/44055#MixUserInfo)
|
|
153
|
+
* [SingleSubscribeParams](https://cloud.tencent.com/document/api/647/44055#SingleSubscribeParams)
|
|
154
|
+
* [UserMediaStream](https://cloud.tencent.com/document/api/647/44055#UserMediaStream)
|
|
155
|
+
* [VideoEncode](https://cloud.tencent.com/document/api/647/44055#VideoEncode)
|
|
230
156
|
|
|
231
157
|
|
|
232
158
|
|
|
@@ -3689,6 +3615,25 @@
|
|
|
3689
3615
|
|
|
3690
3616
|
## 应用性能观测(apm) 版本:2021-06-22
|
|
3691
3617
|
|
|
3618
|
+
### 第 14 次发布
|
|
3619
|
+
|
|
3620
|
+
发布时间:2022-12-06 06:16:29
|
|
3621
|
+
|
|
3622
|
+
本次发布包含了以下内容:
|
|
3623
|
+
|
|
3624
|
+
改善已有的文档。
|
|
3625
|
+
|
|
3626
|
+
新增数据结构:
|
|
3627
|
+
|
|
3628
|
+
* [[APMKV](https://cloud.tencent.com/document/api/1463/64927#APMKV)](https://cloud.tencent.com/document/api/1463/64927#[APMKV](https://cloud.tencent.com/document/api/1463/64927#APMKV))
|
|
3629
|
+
|
|
3630
|
+
修改数据结构:
|
|
3631
|
+
|
|
3632
|
+
* [ApmField](https://cloud.tencent.com/document/api/1463/64927#ApmField)
|
|
3633
|
+
|
|
3634
|
+
* 新增成员:LastPeriodValue
|
|
3635
|
+
|
|
3636
|
+
|
|
3692
3637
|
### 第 13 次发布
|
|
3693
3638
|
|
|
3694
3639
|
发布时间:2022-08-03 06:04:22
|
|
@@ -31128,6 +31073,33 @@
|
|
|
31128
31073
|
|
|
31129
31074
|
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
31130
31075
|
|
|
31076
|
+
### 第 33 次发布
|
|
31077
|
+
|
|
31078
|
+
发布时间:2022-12-06 06:33:40
|
|
31079
|
+
|
|
31080
|
+
本次发布包含了以下内容:
|
|
31081
|
+
|
|
31082
|
+
改善已有的文档。
|
|
31083
|
+
|
|
31084
|
+
新增数据结构:
|
|
31085
|
+
|
|
31086
|
+
* [[ModifiableInfo](https://cloud.tencent.com/document/api/1003/48097#ModifiableInfo)](https://cloud.tencent.com/document/api/1003/48097#[ModifiableInfo](https://cloud.tencent.com/document/api/1003/48097#ModifiableInfo))
|
|
31087
|
+
|
|
31088
|
+
修改数据结构:
|
|
31089
|
+
|
|
31090
|
+
* [Account](https://cloud.tencent.com/document/api/1003/48097#Account)
|
|
31091
|
+
|
|
31092
|
+
* 新增成员:MaxUserConnections
|
|
31093
|
+
|
|
31094
|
+
* [CynosdbInstance](https://cloud.tencent.com/document/api/1003/48097#CynosdbInstance)
|
|
31095
|
+
|
|
31096
|
+
* 新增成员:PhysicalZone, BusinessType, Tasks, IsFreeze, ResourceTags
|
|
31097
|
+
|
|
31098
|
+
* [ParamInfo](https://cloud.tencent.com/document/api/1003/48097#ParamInfo)
|
|
31099
|
+
|
|
31100
|
+
* 新增成员:IsGlobal, ModifiableInfo, IsFunc, Func
|
|
31101
|
+
|
|
31102
|
+
|
|
31131
31103
|
### 第 32 次发布
|
|
31132
31104
|
|
|
31133
31105
|
发布时间:2022-12-05 06:38:55
|
|
@@ -31138,10 +31110,10 @@
|
|
|
31138
31110
|
|
|
31139
31111
|
新增接口:
|
|
31140
31112
|
|
|
31141
|
-
* [
|
|
31142
|
-
* [
|
|
31143
|
-
* [
|
|
31144
|
-
* [
|
|
31113
|
+
* [ResetAccountPassword](https://cloud.tencent.com/document/api/1003/83592)
|
|
31114
|
+
* [SearchClusterDatabases](https://cloud.tencent.com/document/api/1003/83594)
|
|
31115
|
+
* [SearchClusterTables](https://cloud.tencent.com/document/api/1003/83593)
|
|
31116
|
+
* [SwitchProxyVpc](https://cloud.tencent.com/document/api/1003/83595)
|
|
31145
31117
|
|
|
31146
31118
|
### 第 31 次发布
|
|
31147
31119
|
|
|
@@ -40984,6 +40956,21 @@
|
|
|
40984
40956
|
|
|
40985
40957
|
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
40986
40958
|
|
|
40959
|
+
### 第 33 次发布
|
|
40960
|
+
|
|
40961
|
+
发布时间:2022-12-06 06:41:11
|
|
40962
|
+
|
|
40963
|
+
本次发布包含了以下内容:
|
|
40964
|
+
|
|
40965
|
+
改善已有的文档。
|
|
40966
|
+
|
|
40967
|
+
修改数据结构:
|
|
40968
|
+
|
|
40969
|
+
* [Component](https://cloud.tencent.com/document/api/1323/70369#Component)
|
|
40970
|
+
|
|
40971
|
+
* 新增成员:ChannelComponentId, ChannelComponentSource
|
|
40972
|
+
|
|
40973
|
+
|
|
40987
40974
|
### 第 32 次发布
|
|
40988
40975
|
|
|
40989
40976
|
发布时间:2022-11-25 18:17:09
|
|
@@ -52859,7 +52846,7 @@
|
|
|
52859
52846
|
|
|
52860
52847
|
新增数据结构:
|
|
52861
52848
|
|
|
52862
|
-
* [
|
|
52849
|
+
* [TotalPrice](https://cloud.tencent.com/document/api/1207/47576#TotalPrice)
|
|
52863
52850
|
|
|
52864
52851
|
### 第 37 次发布
|
|
52865
52852
|
|
|
@@ -57623,11 +57610,11 @@
|
|
|
57623
57610
|
|
|
57624
57611
|
新增接口:
|
|
57625
57612
|
|
|
57626
|
-
* [
|
|
57613
|
+
* [DescribePrometheusZones](https://cloud.tencent.com/document/api/248/83596)
|
|
57627
57614
|
|
|
57628
57615
|
新增数据结构:
|
|
57629
57616
|
|
|
57630
|
-
* [
|
|
57617
|
+
* [PrometheusZoneItem](https://cloud.tencent.com/document/api/248/30354#PrometheusZoneItem)
|
|
57631
57618
|
|
|
57632
57619
|
### 第 68 次发布
|
|
57633
57620
|
|
|
@@ -79588,6 +79575,18 @@
|
|
|
79588
79575
|
|
|
79589
79576
|
## 设备安全(tds) 版本:2022-08-01
|
|
79590
79577
|
|
|
79578
|
+
### 第 2 次发布
|
|
79579
|
+
|
|
79580
|
+
发布时间:2022-12-06 07:10:10
|
|
79581
|
+
|
|
79582
|
+
本次发布包含了以下内容:
|
|
79583
|
+
|
|
79584
|
+
改善已有的文档。
|
|
79585
|
+
|
|
79586
|
+
新增接口:
|
|
79587
|
+
|
|
79588
|
+
* [[DescribeFraudUltimate](https://cloud.tencent.com/document/api/1628/83695)](https://cloud.tencent.com/document/api/#/#)
|
|
79589
|
+
|
|
79591
79590
|
### 第 1 次发布
|
|
79592
79591
|
|
|
79593
79592
|
发布时间:2022-09-23 17:56:43
|
|
@@ -87716,6 +87715,33 @@
|
|
|
87716
87715
|
|
|
87717
87716
|
|
|
87718
87717
|
|
|
87718
|
+
## 流量风险决策平台(trdp) 版本:2022-07-26
|
|
87719
|
+
|
|
87720
|
+
### 第 1 次发布
|
|
87721
|
+
|
|
87722
|
+
发布时间:2022-12-05 10:34:47
|
|
87723
|
+
|
|
87724
|
+
本次发布包含了以下内容:
|
|
87725
|
+
|
|
87726
|
+
改善已有的文档。
|
|
87727
|
+
|
|
87728
|
+
新增接口:
|
|
87729
|
+
|
|
87730
|
+
* [[EvaluateUserRisk](https://cloud.tencent.com/document/api/1604/83624)](https://cloud.tencent.com/document/api/#/#)
|
|
87731
|
+
|
|
87732
|
+
新增数据结构:
|
|
87733
|
+
|
|
87734
|
+
* [[AccountInfo](https://cloud.tencent.com/document/api/1604/83625#AccountInfo)](https://cloud.tencent.com/document/api/1604/83625#[AccountInfo](https://cloud.tencent.com/document/api/1604/83625#AccountInfo))
|
|
87735
|
+
* [[DeviceDetailInfo](https://cloud.tencent.com/document/api/1604/83625#DeviceDetailInfo)](https://cloud.tencent.com/document/api/1604/83625#[DeviceDetailInfo](https://cloud.tencent.com/document/api/1604/83625#DeviceDetailInfo))
|
|
87736
|
+
* [[DeviceFingerprintInfo](https://cloud.tencent.com/document/api/1604/83625#DeviceFingerprintInfo)](https://cloud.tencent.com/document/api/1604/83625#[DeviceFingerprintInfo](https://cloud.tencent.com/document/api/1604/83625#DeviceFingerprintInfo))
|
|
87737
|
+
* [[EvaluationResult](https://cloud.tencent.com/document/api/1604/83625#EvaluationResult)](https://cloud.tencent.com/document/api/1604/83625#[EvaluationResult](https://cloud.tencent.com/document/api/1604/83625#EvaluationResult))
|
|
87738
|
+
* [[MarketingInfo](https://cloud.tencent.com/document/api/1604/83625#MarketingInfo)](https://cloud.tencent.com/document/api/1604/83625#[MarketingInfo](https://cloud.tencent.com/document/api/1604/83625#MarketingInfo))
|
|
87739
|
+
* [[UniversalAccountInfo](https://cloud.tencent.com/document/api/1604/83625#UniversalAccountInfo)](https://cloud.tencent.com/document/api/1604/83625#[UniversalAccountInfo](https://cloud.tencent.com/document/api/1604/83625#UniversalAccountInfo))
|
|
87740
|
+
* [[UserInfo](https://cloud.tencent.com/document/api/1604/83625#UserInfo)](https://cloud.tencent.com/document/api/1604/83625#[UserInfo](https://cloud.tencent.com/document/api/1604/83625#UserInfo))
|
|
87741
|
+
|
|
87742
|
+
|
|
87743
|
+
|
|
87744
|
+
|
|
87719
87745
|
## T-Sec-安心平台(RP)(trp) 版本:2021-05-15
|
|
87720
87746
|
|
|
87721
87747
|
### 第 10 次发布
|
|
@@ -88007,6 +88033,43 @@
|
|
|
88007
88033
|
|
|
88008
88034
|
## 实时音视频(trtc) 版本:2019-07-22
|
|
88009
88035
|
|
|
88036
|
+
### 第 43 次发布
|
|
88037
|
+
|
|
88038
|
+
发布时间:2022-12-06 07:15:51
|
|
88039
|
+
|
|
88040
|
+
本次发布包含了以下内容:
|
|
88041
|
+
|
|
88042
|
+
改善已有的文档。
|
|
88043
|
+
|
|
88044
|
+
新增接口:
|
|
88045
|
+
|
|
88046
|
+
* [[StartPublishCdnStream](https://cloud.tencent.com/document/api/647/81479)](https://cloud.tencent.com/document/api/#/#)
|
|
88047
|
+
* [[StopPublishCdnStream](https://cloud.tencent.com/document/api/647/81478)](https://cloud.tencent.com/document/api/#/#)
|
|
88048
|
+
* [[UpdatePublishCdnStream](https://cloud.tencent.com/document/api/647/81477)](https://cloud.tencent.com/document/api/#/#)
|
|
88049
|
+
|
|
88050
|
+
新增数据结构:
|
|
88051
|
+
|
|
88052
|
+
* [[AgentParams](https://cloud.tencent.com/document/api/647/44055#AgentParams)](https://cloud.tencent.com/document/api/647/44055#[AgentParams](https://cloud.tencent.com/document/api/647/44055#AgentParams))
|
|
88053
|
+
* [[AudioEncode](https://cloud.tencent.com/document/api/647/44055#AudioEncode)](https://cloud.tencent.com/document/api/647/44055#[AudioEncode](https://cloud.tencent.com/document/api/647/44055#AudioEncode))
|
|
88054
|
+
* [[MaxVideoUser](https://cloud.tencent.com/document/api/647/44055#MaxVideoUser)](https://cloud.tencent.com/document/api/647/44055#[MaxVideoUser](https://cloud.tencent.com/document/api/647/44055#MaxVideoUser))
|
|
88055
|
+
* [[McuAudioParams](https://cloud.tencent.com/document/api/647/44055#McuAudioParams)](https://cloud.tencent.com/document/api/647/44055#[McuAudioParams](https://cloud.tencent.com/document/api/647/44055#McuAudioParams))
|
|
88056
|
+
* [[McuCustomCrop](https://cloud.tencent.com/document/api/647/44055#McuCustomCrop)](https://cloud.tencent.com/document/api/647/44055#[McuCustomCrop](https://cloud.tencent.com/document/api/647/44055#McuCustomCrop))
|
|
88057
|
+
* [[McuFeedBackRoomParams](https://cloud.tencent.com/document/api/647/44055#McuFeedBackRoomParams)](https://cloud.tencent.com/document/api/647/44055#[McuFeedBackRoomParams](https://cloud.tencent.com/document/api/647/44055#McuFeedBackRoomParams))
|
|
88058
|
+
* [[McuLayout](https://cloud.tencent.com/document/api/647/44055#McuLayout)](https://cloud.tencent.com/document/api/647/44055#[McuLayout](https://cloud.tencent.com/document/api/647/44055#McuLayout))
|
|
88059
|
+
* [[McuLayoutParams](https://cloud.tencent.com/document/api/647/44055#McuLayoutParams)](https://cloud.tencent.com/document/api/647/44055#[McuLayoutParams](https://cloud.tencent.com/document/api/647/44055#McuLayoutParams))
|
|
88060
|
+
* [[McuLayoutVolume](https://cloud.tencent.com/document/api/647/44055#McuLayoutVolume)](https://cloud.tencent.com/document/api/647/44055#[McuLayoutVolume](https://cloud.tencent.com/document/api/647/44055#McuLayoutVolume))
|
|
88061
|
+
* [[McuPassThrough](https://cloud.tencent.com/document/api/647/44055#McuPassThrough)](https://cloud.tencent.com/document/api/647/44055#[McuPassThrough](https://cloud.tencent.com/document/api/647/44055#McuPassThrough))
|
|
88062
|
+
* [[McuPublishCdnParam](https://cloud.tencent.com/document/api/647/44055#McuPublishCdnParam)](https://cloud.tencent.com/document/api/647/44055#[McuPublishCdnParam](https://cloud.tencent.com/document/api/647/44055#McuPublishCdnParam))
|
|
88063
|
+
* [[McuSeiParams](https://cloud.tencent.com/document/api/647/44055#McuSeiParams)](https://cloud.tencent.com/document/api/647/44055#[McuSeiParams](https://cloud.tencent.com/document/api/647/44055#McuSeiParams))
|
|
88064
|
+
* [[McuUserInfoParams](https://cloud.tencent.com/document/api/647/44055#McuUserInfoParams)](https://cloud.tencent.com/document/api/647/44055#[McuUserInfoParams](https://cloud.tencent.com/document/api/647/44055#McuUserInfoParams))
|
|
88065
|
+
* [[McuVideoParams](https://cloud.tencent.com/document/api/647/44055#McuVideoParams)](https://cloud.tencent.com/document/api/647/44055#[McuVideoParams](https://cloud.tencent.com/document/api/647/44055#McuVideoParams))
|
|
88066
|
+
* [[McuWaterMarkImage](https://cloud.tencent.com/document/api/647/44055#McuWaterMarkImage)](https://cloud.tencent.com/document/api/647/44055#[McuWaterMarkImage](https://cloud.tencent.com/document/api/647/44055#McuWaterMarkImage))
|
|
88067
|
+
* [[McuWaterMarkParams](https://cloud.tencent.com/document/api/647/44055#McuWaterMarkParams)](https://cloud.tencent.com/document/api/647/44055#[McuWaterMarkParams](https://cloud.tencent.com/document/api/647/44055#McuWaterMarkParams))
|
|
88068
|
+
* [[MixUserInfo](https://cloud.tencent.com/document/api/647/44055#MixUserInfo)](https://cloud.tencent.com/document/api/647/44055#[MixUserInfo](https://cloud.tencent.com/document/api/647/44055#MixUserInfo))
|
|
88069
|
+
* [[SingleSubscribeParams](https://cloud.tencent.com/document/api/647/44055#SingleSubscribeParams)](https://cloud.tencent.com/document/api/647/44055#[SingleSubscribeParams](https://cloud.tencent.com/document/api/647/44055#SingleSubscribeParams))
|
|
88070
|
+
* [[UserMediaStream](https://cloud.tencent.com/document/api/647/44055#UserMediaStream)](https://cloud.tencent.com/document/api/647/44055#[UserMediaStream](https://cloud.tencent.com/document/api/647/44055#UserMediaStream))
|
|
88071
|
+
* [[VideoEncode](https://cloud.tencent.com/document/api/647/44055#VideoEncode)](https://cloud.tencent.com/document/api/647/44055#[VideoEncode](https://cloud.tencent.com/document/api/647/44055#VideoEncode))
|
|
88072
|
+
|
|
88010
88073
|
### 第 42 次发布
|
|
88011
88074
|
|
|
88012
88075
|
发布时间:2022-11-04 15:36:29
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -8,12 +8,12 @@
|
|
|
8
8
|
| afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2022-11-14 06:09:18 |
|
|
9
9
|
| ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2022-04-15 06:01:25 |
|
|
10
10
|
| ams | [音频内容安全](https://cloud.tencent.com/document/product/1219) | 2022-11-16 06:07:01 |
|
|
11
|
-
| antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/1021) | 2022-12-
|
|
11
|
+
| antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/1021) | 2022-12-05 10:58:07 |
|
|
12
12
|
| apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-04-04 06:05:36 |
|
|
13
13
|
| ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-04-04 06:05:40 |
|
|
14
14
|
| api | [云 API](https://cloud.tencent.com/document/product/1278) | 2022-06-07 06:00:45 |
|
|
15
15
|
| apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2022-11-09 06:09:16 |
|
|
16
|
-
| apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2022-
|
|
16
|
+
| apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2022-12-06 06:16:29 |
|
|
17
17
|
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-11-18 06:08:39 |
|
|
18
18
|
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-11-29 06:12:14 |
|
|
19
19
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2022-04-04 06:08:40 |
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
| bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2021-01-07 08:02:40 |
|
|
33
33
|
| bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2022-09-29 06:12:03 |
|
|
34
34
|
| btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2022-04-04 06:10:17 |
|
|
35
|
-
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2022-
|
|
35
|
+
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2022-12-06 06:19:53 |
|
|
36
36
|
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2022-11-22 06:12:35 |
|
|
37
37
|
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2022-11-18 06:12:01 |
|
|
38
38
|
| casb | [云访问安全代理](https://cloud.tencent.com/document/product/1303) | 2022-10-31 06:12:52 |
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2022-07-30 15:07:54 |
|
|
44
44
|
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2022-11-29 06:20:53 |
|
|
45
45
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2022-10-31 06:15:53 |
|
|
46
|
-
| cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2022-
|
|
46
|
+
| cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2022-12-06 06:24:19 |
|
|
47
47
|
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2022-09-26 06:16:02 |
|
|
48
48
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2022-11-21 06:14:58 |
|
|
49
49
|
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2022-11-28 06:18:58 |
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2022-11-24 06:19:10 |
|
|
58
58
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-11-02 06:13:26 |
|
|
59
59
|
| cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2022-10-31 06:18:55 |
|
|
60
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-
|
|
60
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-12-06 06:27:51 |
|
|
61
61
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2022-12-05 06:32:09 |
|
|
62
62
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-11-16 06:15:44 |
|
|
63
63
|
| cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-12-05 06:35:54 |
|
|
67
67
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-11-17 06:19:07 |
|
|
68
68
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
69
|
-
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2022-12-
|
|
69
|
+
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2022-12-06 06:33:40 |
|
|
70
70
|
| dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2022-11-04 06:19:07 |
|
|
71
71
|
| dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
|
|
72
72
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2022-07-29 06:07:15 |
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2022-04-04 06:38:48 |
|
|
81
81
|
| ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2022-10-31 06:27:09 |
|
|
82
82
|
| dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
|
|
83
|
-
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2022-12-
|
|
83
|
+
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2022-12-06 06:38:01 |
|
|
84
84
|
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2022-08-23 06:27:55 |
|
|
85
85
|
| ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2022-04-04 06:39:27 |
|
|
86
86
|
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2022-04-08 06:06:57 |
|
|
@@ -88,9 +88,9 @@
|
|
|
88
88
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2022-05-13 06:11:29 |
|
|
89
89
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2022-11-16 06:22:42 |
|
|
90
90
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-11-29 06:43:55 |
|
|
91
|
-
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-
|
|
92
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2022-12-
|
|
93
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-
|
|
91
|
+
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-12-06 06:40:42 |
|
|
92
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2022-12-06 06:41:11 |
|
|
93
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-12-06 06:41:29 |
|
|
94
94
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-06-15 06:09:10 |
|
|
95
95
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-11-29 06:46:33 |
|
|
96
96
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2022-04-04 06:43:06 |
|
|
@@ -184,7 +184,7 @@
|
|
|
184
184
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-10-21 06:47:14 |
|
|
185
185
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2022-11-17 06:47:13 |
|
|
186
186
|
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2022-11-25 07:03:54 |
|
|
187
|
-
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2022-
|
|
187
|
+
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2022-12-06 07:10:10 |
|
|
188
188
|
| tem | [弹性微服务 TEM](https://cloud.tencent.com/document/product/1371) | 2022-11-17 06:48:59 |
|
|
189
189
|
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-11-29 07:26:41 |
|
|
190
190
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2022-11-16 06:42:38 |
|
|
@@ -200,8 +200,9 @@
|
|
|
200
200
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
201
201
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-11-18 06:55:59 |
|
|
202
202
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2022-11-02 06:48:15 |
|
|
203
|
+
| trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2022-12-06 07:15:29 |
|
|
203
204
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2022-11-22 07:04:58 |
|
|
204
|
-
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-
|
|
205
|
+
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-12-06 07:15:51 |
|
|
205
206
|
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2022-10-31 06:58:14 |
|
|
206
207
|
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-10-31 06:58:25 |
|
|
207
208
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-10-31 06:59:44 |
|
|
@@ -49,7 +49,7 @@ import {
|
|
|
49
49
|
DescribeAuditLogsResponse,
|
|
50
50
|
SearchClusterTablesRequest,
|
|
51
51
|
PauseServerlessRequest,
|
|
52
|
-
|
|
52
|
+
ModifiableInfo,
|
|
53
53
|
RevokeAccountPrivilegesResponse,
|
|
54
54
|
CreateClustersResponse,
|
|
55
55
|
SetRenewFlagRequest,
|
|
@@ -135,6 +135,7 @@ import {
|
|
|
135
135
|
CynosdbCluster,
|
|
136
136
|
IsolateClusterResponse,
|
|
137
137
|
SearchClusterDatabasesResponse,
|
|
138
|
+
ObjectTask,
|
|
138
139
|
OfflineClusterResponse,
|
|
139
140
|
SwitchProxyVpcResponse,
|
|
140
141
|
RevokeAccountPrivilegesRequest,
|
|
@@ -711,39 +711,9 @@ export interface PauseServerlessRequest {
|
|
|
711
711
|
}
|
|
712
712
|
|
|
713
713
|
/**
|
|
714
|
-
*
|
|
714
|
+
* 参数是否可修改的详细信息
|
|
715
715
|
*/
|
|
716
|
-
export
|
|
717
|
-
/**
|
|
718
|
-
* 任务自增ID
|
|
719
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
720
|
-
*/
|
|
721
|
-
TaskId?: number
|
|
722
|
-
|
|
723
|
-
/**
|
|
724
|
-
* 任务类型
|
|
725
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
726
|
-
*/
|
|
727
|
-
TaskType?: string
|
|
728
|
-
|
|
729
|
-
/**
|
|
730
|
-
* 任务状态
|
|
731
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
732
|
-
*/
|
|
733
|
-
TaskStatus?: string
|
|
734
|
-
|
|
735
|
-
/**
|
|
736
|
-
* 任务ID(集群ID|实例组ID|实例ID)
|
|
737
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
738
|
-
*/
|
|
739
|
-
ObjectId?: string
|
|
740
|
-
|
|
741
|
-
/**
|
|
742
|
-
* 任务类型
|
|
743
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
744
|
-
*/
|
|
745
|
-
ObjectType?: string
|
|
746
|
-
}
|
|
716
|
+
export type ModifiableInfo = null
|
|
747
717
|
|
|
748
718
|
/**
|
|
749
719
|
* RevokeAccountPrivileges返回参数结构体
|
|
@@ -1977,6 +1947,35 @@ pause
|
|
|
1977
1947
|
* 存储付费类型
|
|
1978
1948
|
*/
|
|
1979
1949
|
StoragePayMode: number
|
|
1950
|
+
|
|
1951
|
+
/**
|
|
1952
|
+
* 物理区
|
|
1953
|
+
*/
|
|
1954
|
+
PhysicalZone: string
|
|
1955
|
+
|
|
1956
|
+
/**
|
|
1957
|
+
* 商业类型
|
|
1958
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1959
|
+
*/
|
|
1960
|
+
BusinessType: string
|
|
1961
|
+
|
|
1962
|
+
/**
|
|
1963
|
+
* 任务
|
|
1964
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1965
|
+
*/
|
|
1966
|
+
Tasks: Array<ObjectTask>
|
|
1967
|
+
|
|
1968
|
+
/**
|
|
1969
|
+
* 是否冻结
|
|
1970
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1971
|
+
*/
|
|
1972
|
+
IsFreeze: string
|
|
1973
|
+
|
|
1974
|
+
/**
|
|
1975
|
+
* 资源标签
|
|
1976
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1977
|
+
*/
|
|
1978
|
+
ResourceTags: Array<Tag>
|
|
1980
1979
|
}
|
|
1981
1980
|
|
|
1982
1981
|
/**
|
|
@@ -2576,6 +2575,30 @@ export interface ParamInfo {
|
|
|
2576
2575
|
* 参数描述
|
|
2577
2576
|
*/
|
|
2578
2577
|
Description: string
|
|
2578
|
+
|
|
2579
|
+
/**
|
|
2580
|
+
* 是否为全局参数
|
|
2581
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2582
|
+
*/
|
|
2583
|
+
IsGlobal: number
|
|
2584
|
+
|
|
2585
|
+
/**
|
|
2586
|
+
* 参数是否可修改
|
|
2587
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2588
|
+
*/
|
|
2589
|
+
ModifiableInfo: ModifiableInfo
|
|
2590
|
+
|
|
2591
|
+
/**
|
|
2592
|
+
* 是否为函数
|
|
2593
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2594
|
+
*/
|
|
2595
|
+
IsFunc: boolean
|
|
2596
|
+
|
|
2597
|
+
/**
|
|
2598
|
+
* 函数
|
|
2599
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2600
|
+
*/
|
|
2601
|
+
Func: string
|
|
2579
2602
|
}
|
|
2580
2603
|
|
|
2581
2604
|
/**
|
|
@@ -3387,6 +3410,41 @@ export interface SearchClusterDatabasesResponse {
|
|
|
3387
3410
|
RequestId?: string
|
|
3388
3411
|
}
|
|
3389
3412
|
|
|
3413
|
+
/**
|
|
3414
|
+
* 任务信息
|
|
3415
|
+
*/
|
|
3416
|
+
export interface ObjectTask {
|
|
3417
|
+
/**
|
|
3418
|
+
* 任务自增ID
|
|
3419
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3420
|
+
*/
|
|
3421
|
+
TaskId?: number
|
|
3422
|
+
|
|
3423
|
+
/**
|
|
3424
|
+
* 任务类型
|
|
3425
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3426
|
+
*/
|
|
3427
|
+
TaskType?: string
|
|
3428
|
+
|
|
3429
|
+
/**
|
|
3430
|
+
* 任务状态
|
|
3431
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3432
|
+
*/
|
|
3433
|
+
TaskStatus?: string
|
|
3434
|
+
|
|
3435
|
+
/**
|
|
3436
|
+
* 任务ID(集群ID|实例组ID|实例ID)
|
|
3437
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3438
|
+
*/
|
|
3439
|
+
ObjectId?: string
|
|
3440
|
+
|
|
3441
|
+
/**
|
|
3442
|
+
* 任务类型
|
|
3443
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3444
|
+
*/
|
|
3445
|
+
ObjectType?: string
|
|
3446
|
+
}
|
|
3447
|
+
|
|
3390
3448
|
/**
|
|
3391
3449
|
* OfflineCluster返回参数结构体
|
|
3392
3450
|
*/
|
|
@@ -3576,6 +3634,11 @@ export interface Account {
|
|
|
3576
3634
|
* 主机
|
|
3577
3635
|
*/
|
|
3578
3636
|
Host: string
|
|
3637
|
+
|
|
3638
|
+
/**
|
|
3639
|
+
* 用户最大连接数
|
|
3640
|
+
*/
|
|
3641
|
+
MaxUserConnections: number
|
|
3579
3642
|
}
|
|
3580
3643
|
|
|
3581
3644
|
/**
|
|
@@ -3739,7 +3802,7 @@ export interface SwitchProxyVpcRequest {
|
|
|
3739
3802
|
OldIpReserveHours: number
|
|
3740
3803
|
|
|
3741
3804
|
/**
|
|
3742
|
-
* 数据库代理组Id
|
|
3805
|
+
* 数据库代理组Id(该参数为必填项,可以通过DescribeProxies接口获得)
|
|
3743
3806
|
*/
|
|
3744
3807
|
ProxyGroupId?: string
|
|
3745
3808
|
}
|
|
@@ -589,35 +589,9 @@ export interface PauseServerlessRequest {
|
|
|
589
589
|
ForcePause?: number;
|
|
590
590
|
}
|
|
591
591
|
/**
|
|
592
|
-
*
|
|
592
|
+
* 参数是否可修改的详细信息
|
|
593
593
|
*/
|
|
594
|
-
export
|
|
595
|
-
/**
|
|
596
|
-
* 任务自增ID
|
|
597
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
598
|
-
*/
|
|
599
|
-
TaskId?: number;
|
|
600
|
-
/**
|
|
601
|
-
* 任务类型
|
|
602
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
603
|
-
*/
|
|
604
|
-
TaskType?: string;
|
|
605
|
-
/**
|
|
606
|
-
* 任务状态
|
|
607
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
608
|
-
*/
|
|
609
|
-
TaskStatus?: string;
|
|
610
|
-
/**
|
|
611
|
-
* 任务ID(集群ID|实例组ID|实例ID)
|
|
612
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
613
|
-
*/
|
|
614
|
-
ObjectId?: string;
|
|
615
|
-
/**
|
|
616
|
-
* 任务类型
|
|
617
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
618
|
-
*/
|
|
619
|
-
ObjectType?: string;
|
|
620
|
-
}
|
|
594
|
+
export declare type ModifiableInfo = null;
|
|
621
595
|
/**
|
|
622
596
|
* RevokeAccountPrivileges返回参数结构体
|
|
623
597
|
*/
|
|
@@ -1655,6 +1629,30 @@ export interface CynosdbInstance {
|
|
|
1655
1629
|
* 存储付费类型
|
|
1656
1630
|
*/
|
|
1657
1631
|
StoragePayMode: number;
|
|
1632
|
+
/**
|
|
1633
|
+
* 物理区
|
|
1634
|
+
*/
|
|
1635
|
+
PhysicalZone: string;
|
|
1636
|
+
/**
|
|
1637
|
+
* 商业类型
|
|
1638
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1639
|
+
*/
|
|
1640
|
+
BusinessType: string;
|
|
1641
|
+
/**
|
|
1642
|
+
* 任务
|
|
1643
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1644
|
+
*/
|
|
1645
|
+
Tasks: Array<ObjectTask>;
|
|
1646
|
+
/**
|
|
1647
|
+
* 是否冻结
|
|
1648
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1649
|
+
*/
|
|
1650
|
+
IsFreeze: string;
|
|
1651
|
+
/**
|
|
1652
|
+
* 资源标签
|
|
1653
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1654
|
+
*/
|
|
1655
|
+
ResourceTags: Array<Tag>;
|
|
1658
1656
|
}
|
|
1659
1657
|
/**
|
|
1660
1658
|
* 数据库表
|
|
@@ -2155,6 +2153,26 @@ export interface ParamInfo {
|
|
|
2155
2153
|
* 参数描述
|
|
2156
2154
|
*/
|
|
2157
2155
|
Description: string;
|
|
2156
|
+
/**
|
|
2157
|
+
* 是否为全局参数
|
|
2158
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2159
|
+
*/
|
|
2160
|
+
IsGlobal: number;
|
|
2161
|
+
/**
|
|
2162
|
+
* 参数是否可修改
|
|
2163
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2164
|
+
*/
|
|
2165
|
+
ModifiableInfo: ModifiableInfo;
|
|
2166
|
+
/**
|
|
2167
|
+
* 是否为函数
|
|
2168
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2169
|
+
*/
|
|
2170
|
+
IsFunc: boolean;
|
|
2171
|
+
/**
|
|
2172
|
+
* 函数
|
|
2173
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2174
|
+
*/
|
|
2175
|
+
Func: string;
|
|
2158
2176
|
}
|
|
2159
2177
|
/**
|
|
2160
2178
|
* DescribeProjectSecurityGroups请求参数结构体
|
|
@@ -2837,6 +2855,36 @@ export interface SearchClusterDatabasesResponse {
|
|
|
2837
2855
|
*/
|
|
2838
2856
|
RequestId?: string;
|
|
2839
2857
|
}
|
|
2858
|
+
/**
|
|
2859
|
+
* 任务信息
|
|
2860
|
+
*/
|
|
2861
|
+
export interface ObjectTask {
|
|
2862
|
+
/**
|
|
2863
|
+
* 任务自增ID
|
|
2864
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2865
|
+
*/
|
|
2866
|
+
TaskId?: number;
|
|
2867
|
+
/**
|
|
2868
|
+
* 任务类型
|
|
2869
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2870
|
+
*/
|
|
2871
|
+
TaskType?: string;
|
|
2872
|
+
/**
|
|
2873
|
+
* 任务状态
|
|
2874
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2875
|
+
*/
|
|
2876
|
+
TaskStatus?: string;
|
|
2877
|
+
/**
|
|
2878
|
+
* 任务ID(集群ID|实例组ID|实例ID)
|
|
2879
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2880
|
+
*/
|
|
2881
|
+
ObjectId?: string;
|
|
2882
|
+
/**
|
|
2883
|
+
* 任务类型
|
|
2884
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2885
|
+
*/
|
|
2886
|
+
ObjectType?: string;
|
|
2887
|
+
}
|
|
2840
2888
|
/**
|
|
2841
2889
|
* OfflineCluster返回参数结构体
|
|
2842
2890
|
*/
|
|
@@ -2997,6 +3045,10 @@ export interface Account {
|
|
|
2997
3045
|
* 主机
|
|
2998
3046
|
*/
|
|
2999
3047
|
Host: string;
|
|
3048
|
+
/**
|
|
3049
|
+
* 用户最大连接数
|
|
3050
|
+
*/
|
|
3051
|
+
MaxUserConnections: number;
|
|
3000
3052
|
}
|
|
3001
3053
|
/**
|
|
3002
3054
|
* CreateBackup请求参数结构体
|
|
@@ -3133,7 +3185,7 @@ export interface SwitchProxyVpcRequest {
|
|
|
3133
3185
|
*/
|
|
3134
3186
|
OldIpReserveHours: number;
|
|
3135
3187
|
/**
|
|
3136
|
-
* 数据库代理组Id
|
|
3188
|
+
* 数据库代理组Id(该参数为必填项,可以通过DescribeProxies接口获得)
|
|
3137
3189
|
*/
|
|
3138
3190
|
ProxyGroupId?: string;
|
|
3139
3191
|
}
|