tencentcloud-sdk-nodejs 4.0.248 → 4.0.249
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 +545 -77
- package/package.json +1 -1
- package/products.md +23 -23
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ame/v20190916/ame_models.ts +5 -0
- package/src/services/antiddos/v20200309/antiddos_models.ts +6 -0
- package/src/services/apm/v20210622/apm_client.ts +12 -0
- package/src/services/apm/v20210622/apm_models.ts +46 -0
- package/src/services/captcha/v20190722/captcha_models.ts +2 -1
- package/src/services/cdb/v20170320/cdb_models.ts +11 -1
- package/src/services/cii/v20210408/cii_models.ts +1 -1
- package/src/services/cme/v20191029/cme_client.ts +3 -3
- package/src/services/cme/v20191029/cme_models.ts +30 -25
- package/src/services/cr/v20180321/cr_models.ts +1 -1
- package/src/services/domain/v20180808/domain_models.ts +6 -1
- package/src/services/ecdn/v20191012/ecdn_client.ts +3 -0
- package/src/services/gaap/v20180529/gaap_models.ts +5 -0
- package/src/services/iotvideo/v20201215/iotvideo_models.ts +11 -0
- package/src/services/iotvideoindustry/v20201201/iotvideoindustry_models.ts +31 -0
- package/src/services/monitor/v20180724/monitor_models.ts +3 -3
- package/src/services/postgres/v20170312/postgres_models.ts +18 -6
- package/src/services/privatedns/v20201028/privatedns_models.ts +1 -1
- package/src/services/scf/v20180416/scf_client.ts +25 -12
- package/src/services/scf/v20180416/scf_models.ts +103 -1
- package/src/services/tat/v20201028/tat_models.ts +87 -11
- package/src/services/tdmq/v20200217/tdmq_client.ts +15 -2
- package/src/services/tdmq/v20200217/tdmq_models.ts +556 -146
- package/src/services/tiw/v20190919/tiw_models.ts +2 -2
- package/src/services/vpc/v20170312/vpc_models.ts +2 -2
- package/src/services/waf/v20180125/waf_client.ts +1 -1
- package/src/services/waf/v20180125/waf_models.ts +26 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ame/v20190916/ame_models.d.ts +4 -0
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +5 -0
- package/tencentcloud/services/apm/v20210622/apm_client.d.ts +5 -1
- package/tencentcloud/services/apm/v20210622/apm_client.js +6 -0
- package/tencentcloud/services/apm/v20210622/apm_models.d.ts +39 -0
- package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +1 -0
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +9 -1
- package/tencentcloud/services/cii/v20210408/cii_models.d.ts +1 -1
- package/tencentcloud/services/cme/v20191029/cme_client.d.ts +3 -3
- package/tencentcloud/services/cme/v20191029/cme_client.js +3 -3
- package/tencentcloud/services/cme/v20191029/cme_models.d.ts +29 -25
- package/tencentcloud/services/cr/v20180321/cr_models.d.ts +1 -1
- package/tencentcloud/services/domain/v20180808/domain_models.d.ts +5 -1
- package/tencentcloud/services/ecdn/v20191012/ecdn_client.d.ts +3 -0
- package/tencentcloud/services/ecdn/v20191012/ecdn_client.js +3 -0
- package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +4 -0
- package/tencentcloud/services/iotvideo/v20201215/iotvideo_models.d.ts +9 -0
- package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_models.d.ts +26 -0
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +3 -3
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +16 -6
- package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +1 -1
- package/tencentcloud/services/scf/v20180416/scf_client.d.ts +9 -5
- package/tencentcloud/services/scf/v20180416/scf_client.js +12 -6
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +86 -1
- package/tencentcloud/services/tat/v20201028/tat_models.d.ts +75 -11
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +5 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +6 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +434 -94
- package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +2 -2
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +2 -2
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +1 -1
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +22 -1
- package/test/apm.v20210622.test.js +10 -0
- package/test/scf.v20180416.test.js +14 -4
- package/test/tdmq.v20200217.test.js +10 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,90 +1,227 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 正版曲库直通车(ame) 版本:2019-09-16
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 19 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2021-12-
|
|
7
|
+
发布时间:2021-12-03 08:01:26
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
修改数据结构:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [PackageItem](https://cloud.tencent.com/document/api/1155/40113#PackageItem)
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
* 新增成员:Tags
|
|
18
18
|
|
|
19
|
-
* [ApmInstanceDetail](https://cloud.tencent.com/document/api/1463/64927#ApmInstanceDetail)
|
|
20
|
-
* [ApmTag](https://cloud.tencent.com/document/api/1463/64927#ApmTag)
|
|
21
19
|
|
|
22
20
|
|
|
23
21
|
|
|
24
|
-
##
|
|
22
|
+
## 域名注册(domain) 版本:2018-08-08
|
|
25
23
|
|
|
26
|
-
### 第
|
|
24
|
+
### 第 17 次发布
|
|
27
25
|
|
|
28
|
-
发布时间:2021-
|
|
26
|
+
发布时间:2021-12-03 08:05:53
|
|
29
27
|
|
|
30
28
|
本次发布包含了以下内容:
|
|
31
29
|
|
|
32
30
|
改善已有的文档。
|
|
33
31
|
|
|
34
|
-
|
|
32
|
+
修改数据结构:
|
|
35
33
|
|
|
36
|
-
* [
|
|
37
|
-
* [DeleteMedia](https://cloud.tencent.com/document/api/1509/65062)
|
|
38
|
-
* [DescribeMedia](https://cloud.tencent.com/document/api/1509/65061)
|
|
39
|
-
* [DescribeMedias](https://cloud.tencent.com/document/api/1509/65060)
|
|
40
|
-
* [DescribeTask](https://cloud.tencent.com/document/api/1509/65056)
|
|
41
|
-
* [DescribeTaskDetail](https://cloud.tencent.com/document/api/1509/65055)
|
|
42
|
-
* [DescribeTasks](https://cloud.tencent.com/document/api/1509/65054)
|
|
43
|
-
* [ImportMedia](https://cloud.tencent.com/document/api/1509/65059)
|
|
34
|
+
* [PhoneEmailData](https://cloud.tencent.com/document/api/242/38895#PhoneEmailData)
|
|
44
35
|
|
|
45
|
-
|
|
36
|
+
* 新增成员:CheckStatus
|
|
46
37
|
|
|
47
|
-
* [AppearIndexPair](https://cloud.tencent.com/document/api/1509/65063#AppearIndexPair)
|
|
48
|
-
* [AppearInfo](https://cloud.tencent.com/document/api/1509/65063#AppearInfo)
|
|
49
|
-
* [AudioInfo](https://cloud.tencent.com/document/api/1509/65063#AudioInfo)
|
|
50
|
-
* [Data](https://cloud.tencent.com/document/api/1509/65063#Data)
|
|
51
|
-
* [L1Tag](https://cloud.tencent.com/document/api/1509/65063#L1Tag)
|
|
52
|
-
* [L2Tag](https://cloud.tencent.com/document/api/1509/65063#L2Tag)
|
|
53
|
-
* [L3Tag](https://cloud.tencent.com/document/api/1509/65063#L3Tag)
|
|
54
|
-
* [MediaFilter](https://cloud.tencent.com/document/api/1509/65063#MediaFilter)
|
|
55
|
-
* [MediaInfo](https://cloud.tencent.com/document/api/1509/65063#MediaInfo)
|
|
56
|
-
* [MediaMetadata](https://cloud.tencent.com/document/api/1509/65063#MediaMetadata)
|
|
57
|
-
* [MediaPreknownInfo](https://cloud.tencent.com/document/api/1509/65063#MediaPreknownInfo)
|
|
58
|
-
* [MultiLevelTag](https://cloud.tencent.com/document/api/1509/65063#MultiLevelTag)
|
|
59
|
-
* [ShowInfo](https://cloud.tencent.com/document/api/1509/65063#ShowInfo)
|
|
60
|
-
* [SortBy](https://cloud.tencent.com/document/api/1509/65063#SortBy)
|
|
61
|
-
* [TaskFilter](https://cloud.tencent.com/document/api/1509/65063#TaskFilter)
|
|
62
|
-
* [TaskInfo](https://cloud.tencent.com/document/api/1509/65063#TaskInfo)
|
|
63
|
-
* [TextAppearInfo](https://cloud.tencent.com/document/api/1509/65063#TextAppearInfo)
|
|
64
|
-
* [TextInfo](https://cloud.tencent.com/document/api/1509/65063#TextInfo)
|
|
65
|
-
* [VideoAppearInfo](https://cloud.tencent.com/document/api/1509/65063#VideoAppearInfo)
|
|
66
38
|
|
|
67
39
|
|
|
68
40
|
|
|
69
|
-
##
|
|
41
|
+
## 全球应用加速(gaap) 版本:2018-05-29
|
|
70
42
|
|
|
71
|
-
### 第
|
|
43
|
+
### 第 25 次发布
|
|
72
44
|
|
|
73
|
-
发布时间:2021-
|
|
45
|
+
发布时间:2021-12-03 08:06:49
|
|
74
46
|
|
|
75
47
|
本次发布包含了以下内容:
|
|
76
48
|
|
|
77
49
|
改善已有的文档。
|
|
78
50
|
|
|
79
|
-
|
|
51
|
+
修改接口:
|
|
52
|
+
|
|
53
|
+
* [DescribeProxyStatistics](https://cloud.tencent.com/document/api/608/37019)
|
|
54
|
+
|
|
55
|
+
* 新增入参:Isp
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
## 物联网智能视频服务(iotvideo) 版本:2020-12-15
|
|
61
|
+
|
|
62
|
+
### 第 15 次发布
|
|
63
|
+
|
|
64
|
+
发布时间:2021-12-03 08:07:55
|
|
65
|
+
|
|
66
|
+
本次发布包含了以下内容:
|
|
67
|
+
|
|
68
|
+
改善已有的文档。
|
|
69
|
+
|
|
70
|
+
修改接口:
|
|
71
|
+
|
|
72
|
+
* [CreateProduct](https://cloud.tencent.com/document/api/1131/53112)
|
|
73
|
+
|
|
74
|
+
* 新增入参:NetType
|
|
80
75
|
|
|
81
|
-
* DataDiskPrice
|
|
82
76
|
|
|
83
77
|
修改数据结构:
|
|
84
78
|
|
|
85
|
-
* [
|
|
79
|
+
* [VideoProduct](https://cloud.tencent.com/document/api/1131/53113#VideoProduct)
|
|
80
|
+
|
|
81
|
+
* 新增成员:NetType
|
|
82
|
+
|
|
86
83
|
|
|
87
|
-
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
## 物联网智能视频服务(iotvideo) 版本:2019-11-26
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
## 物联网智能视频服务(行业版)(iotvideoindustry) 版本:2020-12-01
|
|
91
|
+
|
|
92
|
+
### 第 12 次发布
|
|
93
|
+
|
|
94
|
+
发布时间:2021-12-03 08:08:18
|
|
95
|
+
|
|
96
|
+
本次发布包含了以下内容:
|
|
97
|
+
|
|
98
|
+
改善已有的文档。
|
|
99
|
+
|
|
100
|
+
修改接口:
|
|
101
|
+
|
|
102
|
+
* [DescribeStatisticSummary](https://cloud.tencent.com/document/api/1361/53727)
|
|
103
|
+
|
|
104
|
+
* 新增出参:LivePushTotal
|
|
105
|
+
|
|
106
|
+
* [DescribeVideoList](https://cloud.tencent.com/document/api/1361/54757)
|
|
107
|
+
|
|
108
|
+
* 新增入参:PlanId, SceneId, WarnId, RecordType
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
## 云监控(monitor) 版本:2018-07-24
|
|
114
|
+
|
|
115
|
+
### 第 32 次发布
|
|
116
|
+
|
|
117
|
+
发布时间:2021-12-03 08:09:12
|
|
118
|
+
|
|
119
|
+
本次发布包含了以下内容:
|
|
120
|
+
|
|
121
|
+
改善已有的文档。
|
|
122
|
+
|
|
123
|
+
修改接口:
|
|
124
|
+
|
|
125
|
+
* [BindingPolicyObject](https://cloud.tencent.com/document/api/248/40421)
|
|
126
|
+
|
|
127
|
+
* <font color="#dd0000">**修改入参**:</font>GroupId
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
## 云函数(scf) 版本:2018-04-16
|
|
133
|
+
|
|
134
|
+
### 第 40 次发布
|
|
135
|
+
|
|
136
|
+
发布时间:2021-12-03 08:10:14
|
|
137
|
+
|
|
138
|
+
本次发布包含了以下内容:
|
|
139
|
+
|
|
140
|
+
改善已有的文档。
|
|
141
|
+
|
|
142
|
+
修改接口:
|
|
143
|
+
|
|
144
|
+
* [UpdateFunctionCode](https://cloud.tencent.com/document/api/583/18581)
|
|
145
|
+
|
|
146
|
+
* 新增入参:InstallDependency
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
## 腾讯云自动化助手(tat) 版本:2020-10-28
|
|
152
|
+
|
|
153
|
+
### 第 16 次发布
|
|
154
|
+
|
|
155
|
+
发布时间:2021-12-03 08:11:00
|
|
156
|
+
|
|
157
|
+
本次发布包含了以下内容:
|
|
158
|
+
|
|
159
|
+
改善已有的文档。
|
|
160
|
+
|
|
161
|
+
修改数据结构:
|
|
162
|
+
|
|
163
|
+
* [Command](https://cloud.tencent.com/document/api/1340/52687#Command)
|
|
164
|
+
|
|
165
|
+
* 新增成员:OutputCOSBucketUrl, OutputCOSKeyPrefix
|
|
166
|
+
|
|
167
|
+
* [Invocation](https://cloud.tencent.com/document/api/1340/52687#Invocation)
|
|
168
|
+
|
|
169
|
+
* 新增成员:OutputCOSBucketUrl, OutputCOSKeyPrefix
|
|
170
|
+
|
|
171
|
+
* [TaskResult](https://cloud.tencent.com/document/api/1340/52687#TaskResult)
|
|
172
|
+
|
|
173
|
+
* 新增成员:OutputUrl, OutputUploadCOSErrorInfo
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
|
|
177
|
+
|
|
178
|
+
## 分布式消息队列(tdmq) 版本:2020-02-17
|
|
179
|
+
|
|
180
|
+
### 第 24 次发布
|
|
181
|
+
|
|
182
|
+
发布时间:2021-12-03 08:11:41
|
|
183
|
+
|
|
184
|
+
本次发布包含了以下内容:
|
|
185
|
+
|
|
186
|
+
改善已有的文档。
|
|
187
|
+
|
|
188
|
+
新增接口:
|
|
189
|
+
|
|
190
|
+
* [DescribeAllTenants](https://cloud.tencent.com/document/api/1179/65403)
|
|
191
|
+
|
|
192
|
+
新增数据结构:
|
|
193
|
+
|
|
194
|
+
* [InternalTenant](https://cloud.tencent.com/document/api/1179/46089#InternalTenant)
|
|
195
|
+
|
|
196
|
+
修改数据结构:
|
|
197
|
+
|
|
198
|
+
* [RocketMQClusterConfig](https://cloud.tencent.com/document/api/1179/46089#RocketMQClusterConfig)
|
|
199
|
+
|
|
200
|
+
* 新增成员:MaxTpsPerNamespace, MaxNamespaceNum, UsedNamespaceNum, MaxTopicNum, UsedTopicNum, MaxGroupNum, UsedGroupNum, MaxRetentionTime, MaxLatencyTime
|
|
201
|
+
|
|
202
|
+
* [RocketMQClusterDetail](https://cloud.tencent.com/document/api/1179/46089#RocketMQClusterDetail)
|
|
203
|
+
|
|
204
|
+
* 新增成员:Info, Config, Status
|
|
205
|
+
|
|
206
|
+
* [RocketMQClusterInfo](https://cloud.tencent.com/document/api/1179/46089#RocketMQClusterInfo)
|
|
207
|
+
|
|
208
|
+
* 新增成员:ClusterId, ClusterName, Region, CreateTime, Remark, PublicEndPoint, VpcEndPoint
|
|
209
|
+
|
|
210
|
+
* [RocketMQClusterRecentStats](https://cloud.tencent.com/document/api/1179/46089#RocketMQClusterRecentStats)
|
|
211
|
+
|
|
212
|
+
* 新增成员:TopicNum, ProducedMsgNum, ConsumedMsgNum, AccumulativeMsgNum
|
|
213
|
+
|
|
214
|
+
* [RocketMQGroup](https://cloud.tencent.com/document/api/1179/46089#RocketMQGroup)
|
|
215
|
+
|
|
216
|
+
* 新增成员:Name, ConsumerNum, TPS, TotalAccumulative, ConsumptionMode, ReadEnabled, RetryPartitionNum, CreateTime, UpdateTime, ClientProtocol, Remark, ConsumerType, BroadcastEnabled
|
|
217
|
+
|
|
218
|
+
* [RocketMQNamespace](https://cloud.tencent.com/document/api/1179/46089#RocketMQNamespace)
|
|
219
|
+
|
|
220
|
+
* 新增成员:NamespaceId, Ttl, RetentionTime, Remark
|
|
221
|
+
|
|
222
|
+
* [RocketMQTopic](https://cloud.tencent.com/document/api/1179/46089#RocketMQTopic)
|
|
223
|
+
|
|
224
|
+
* 新增成员:Name, Remark, PartitionNum, CreateTime, UpdateTime
|
|
88
225
|
|
|
89
226
|
|
|
90
227
|
|
|
@@ -488,6 +625,21 @@
|
|
|
488
625
|
|
|
489
626
|
## 正版曲库直通车(ame) 版本:2019-09-16
|
|
490
627
|
|
|
628
|
+
### 第 19 次发布
|
|
629
|
+
|
|
630
|
+
发布时间:2021-12-03 08:01:26
|
|
631
|
+
|
|
632
|
+
本次发布包含了以下内容:
|
|
633
|
+
|
|
634
|
+
改善已有的文档。
|
|
635
|
+
|
|
636
|
+
修改数据结构:
|
|
637
|
+
|
|
638
|
+
* [PackageItem](https://cloud.tencent.com/document/api/1155/40113#PackageItem)
|
|
639
|
+
|
|
640
|
+
* 新增成员:Tags
|
|
641
|
+
|
|
642
|
+
|
|
491
643
|
### 第 18 次发布
|
|
492
644
|
|
|
493
645
|
发布时间:2021-10-13 08:02:42
|
|
@@ -1008,6 +1160,21 @@
|
|
|
1008
1160
|
|
|
1009
1161
|
## DDoS 防护(antiddos) 版本:2020-03-09
|
|
1010
1162
|
|
|
1163
|
+
### 第 15 次发布
|
|
1164
|
+
|
|
1165
|
+
发布时间:2021-12-02 08:02:10
|
|
1166
|
+
|
|
1167
|
+
本次发布包含了以下内容:
|
|
1168
|
+
|
|
1169
|
+
改善已有的文档。
|
|
1170
|
+
|
|
1171
|
+
修改数据结构:
|
|
1172
|
+
|
|
1173
|
+
* [BGPIPInstance](https://cloud.tencent.com/document/api/1021/57582#BGPIPInstance)
|
|
1174
|
+
|
|
1175
|
+
* 新增成员:V6Flag
|
|
1176
|
+
|
|
1177
|
+
|
|
1011
1178
|
### 第 14 次发布
|
|
1012
1179
|
|
|
1013
1180
|
发布时间:2021-11-23 08:02:33
|
|
@@ -2061,6 +2228,18 @@
|
|
|
2061
2228
|
|
|
2062
2229
|
## 应用性能观测(apm) 版本:2021-06-22
|
|
2063
2230
|
|
|
2231
|
+
### 第 3 次发布
|
|
2232
|
+
|
|
2233
|
+
发布时间:2021-12-02 08:02:32
|
|
2234
|
+
|
|
2235
|
+
本次发布包含了以下内容:
|
|
2236
|
+
|
|
2237
|
+
改善已有的文档。
|
|
2238
|
+
|
|
2239
|
+
新增接口:
|
|
2240
|
+
|
|
2241
|
+
* [CreateApmInstance](https://cloud.tencent.com/document/api/1463/65347)
|
|
2242
|
+
|
|
2064
2243
|
### 第 2 次发布
|
|
2065
2244
|
|
|
2066
2245
|
发布时间:2021-12-01 08:02:58
|
|
@@ -2071,12 +2250,12 @@
|
|
|
2071
2250
|
|
|
2072
2251
|
新增接口:
|
|
2073
2252
|
|
|
2074
|
-
* [
|
|
2253
|
+
* [DescribeApmInstances](https://cloud.tencent.com/document/api/1463/65103)
|
|
2075
2254
|
|
|
2076
2255
|
新增数据结构:
|
|
2077
2256
|
|
|
2078
|
-
* [
|
|
2079
|
-
* [
|
|
2257
|
+
* [ApmInstanceDetail](https://cloud.tencent.com/document/api/1463/64927#ApmInstanceDetail)
|
|
2258
|
+
* [ApmTag](https://cloud.tencent.com/document/api/1463/64927#ApmTag)
|
|
2080
2259
|
|
|
2081
2260
|
### 第 1 次发布
|
|
2082
2261
|
|
|
@@ -8287,6 +8466,25 @@
|
|
|
8287
8466
|
|
|
8288
8467
|
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
8289
8468
|
|
|
8469
|
+
### 第 73 次发布
|
|
8470
|
+
|
|
8471
|
+
发布时间:2021-12-02 08:03:37
|
|
8472
|
+
|
|
8473
|
+
本次发布包含了以下内容:
|
|
8474
|
+
|
|
8475
|
+
改善已有的文档。
|
|
8476
|
+
|
|
8477
|
+
修改接口:
|
|
8478
|
+
|
|
8479
|
+
* [UpgradeDBInstance](https://cloud.tencent.com/document/api/236/15876)
|
|
8480
|
+
|
|
8481
|
+
* 新增入参:MaxDelayTime
|
|
8482
|
+
|
|
8483
|
+
* [UpgradeDBInstanceEngineVersion](https://cloud.tencent.com/document/api/236/15870)
|
|
8484
|
+
|
|
8485
|
+
* 新增入参:MaxDelayTime
|
|
8486
|
+
|
|
8487
|
+
|
|
8290
8488
|
### 第 72 次发布
|
|
8291
8489
|
|
|
8292
8490
|
发布时间:2021-11-11 10:57:53
|
|
@@ -15271,6 +15469,21 @@
|
|
|
15271
15469
|
|
|
15272
15470
|
## 腾讯云剪(cme) 版本:2019-10-29
|
|
15273
15471
|
|
|
15472
|
+
### 第 44 次发布
|
|
15473
|
+
|
|
15474
|
+
发布时间:2021-12-02 08:04:53
|
|
15475
|
+
|
|
15476
|
+
本次发布包含了以下内容:
|
|
15477
|
+
|
|
15478
|
+
改善已有的文档。
|
|
15479
|
+
|
|
15480
|
+
修改数据结构:
|
|
15481
|
+
|
|
15482
|
+
* [VideoExportExtensionArgs](https://cloud.tencent.com/document/api/1156/40360#VideoExportExtensionArgs)
|
|
15483
|
+
|
|
15484
|
+
* 新增成员:FrameRate
|
|
15485
|
+
|
|
15486
|
+
|
|
15274
15487
|
### 第 43 次发布
|
|
15275
15488
|
|
|
15276
15489
|
发布时间:2021-11-26 08:06:20
|
|
@@ -23402,6 +23615,21 @@
|
|
|
23402
23615
|
|
|
23403
23616
|
## 域名注册(domain) 版本:2018-08-08
|
|
23404
23617
|
|
|
23618
|
+
### 第 17 次发布
|
|
23619
|
+
|
|
23620
|
+
发布时间:2021-12-03 08:05:53
|
|
23621
|
+
|
|
23622
|
+
本次发布包含了以下内容:
|
|
23623
|
+
|
|
23624
|
+
改善已有的文档。
|
|
23625
|
+
|
|
23626
|
+
修改数据结构:
|
|
23627
|
+
|
|
23628
|
+
* [PhoneEmailData](https://cloud.tencent.com/document/api/242/38895#PhoneEmailData)
|
|
23629
|
+
|
|
23630
|
+
* 新增成员:CheckStatus
|
|
23631
|
+
|
|
23632
|
+
|
|
23405
23633
|
### 第 16 次发布
|
|
23406
23634
|
|
|
23407
23635
|
发布时间:2021-10-14 08:08:15
|
|
@@ -28370,6 +28598,21 @@
|
|
|
28370
28598
|
|
|
28371
28599
|
## 全球应用加速(gaap) 版本:2018-05-29
|
|
28372
28600
|
|
|
28601
|
+
### 第 25 次发布
|
|
28602
|
+
|
|
28603
|
+
发布时间:2021-12-03 08:06:49
|
|
28604
|
+
|
|
28605
|
+
本次发布包含了以下内容:
|
|
28606
|
+
|
|
28607
|
+
改善已有的文档。
|
|
28608
|
+
|
|
28609
|
+
修改接口:
|
|
28610
|
+
|
|
28611
|
+
* [DescribeProxyStatistics](https://cloud.tencent.com/document/api/608/37019)
|
|
28612
|
+
|
|
28613
|
+
* 新增入参:Isp
|
|
28614
|
+
|
|
28615
|
+
|
|
28373
28616
|
### 第 24 次发布
|
|
28374
28617
|
|
|
28375
28618
|
发布时间:2021-10-15 08:10:54
|
|
@@ -33994,6 +34237,28 @@
|
|
|
33994
34237
|
|
|
33995
34238
|
## 物联网智能视频服务(iotvideo) 版本:2020-12-15
|
|
33996
34239
|
|
|
34240
|
+
### 第 15 次发布
|
|
34241
|
+
|
|
34242
|
+
发布时间:2021-12-03 08:07:55
|
|
34243
|
+
|
|
34244
|
+
本次发布包含了以下内容:
|
|
34245
|
+
|
|
34246
|
+
改善已有的文档。
|
|
34247
|
+
|
|
34248
|
+
修改接口:
|
|
34249
|
+
|
|
34250
|
+
* [CreateProduct](https://cloud.tencent.com/document/api/1131/53112)
|
|
34251
|
+
|
|
34252
|
+
* 新增入参:NetType
|
|
34253
|
+
|
|
34254
|
+
|
|
34255
|
+
修改数据结构:
|
|
34256
|
+
|
|
34257
|
+
* [VideoProduct](https://cloud.tencent.com/document/api/1131/53113#VideoProduct)
|
|
34258
|
+
|
|
34259
|
+
* 新增成员:NetType
|
|
34260
|
+
|
|
34261
|
+
|
|
33997
34262
|
### 第 14 次发布
|
|
33998
34263
|
|
|
33999
34264
|
发布时间:2021-11-23 08:09:04
|
|
@@ -34316,6 +34581,25 @@
|
|
|
34316
34581
|
|
|
34317
34582
|
## 物联网智能视频服务(行业版)(iotvideoindustry) 版本:2020-12-01
|
|
34318
34583
|
|
|
34584
|
+
### 第 12 次发布
|
|
34585
|
+
|
|
34586
|
+
发布时间:2021-12-03 08:08:18
|
|
34587
|
+
|
|
34588
|
+
本次发布包含了以下内容:
|
|
34589
|
+
|
|
34590
|
+
改善已有的文档。
|
|
34591
|
+
|
|
34592
|
+
修改接口:
|
|
34593
|
+
|
|
34594
|
+
* [DescribeStatisticSummary](https://cloud.tencent.com/document/api/1361/53727)
|
|
34595
|
+
|
|
34596
|
+
* 新增出参:LivePushTotal
|
|
34597
|
+
|
|
34598
|
+
* [DescribeVideoList](https://cloud.tencent.com/document/api/1361/54757)
|
|
34599
|
+
|
|
34600
|
+
* 新增入参:PlanId, SceneId, WarnId, RecordType
|
|
34601
|
+
|
|
34602
|
+
|
|
34319
34603
|
### 第 11 次发布
|
|
34320
34604
|
|
|
34321
34605
|
发布时间:2021-11-19 08:12:04
|
|
@@ -34628,36 +34912,36 @@
|
|
|
34628
34912
|
|
|
34629
34913
|
新增接口:
|
|
34630
34914
|
|
|
34631
|
-
* [
|
|
34632
|
-
* [
|
|
34633
|
-
* [
|
|
34634
|
-
* [
|
|
34635
|
-
* [
|
|
34636
|
-
* [
|
|
34637
|
-
* [
|
|
34638
|
-
* [
|
|
34915
|
+
* [CreateTask](https://cloud.tencent.com/document/api/1509/65057)
|
|
34916
|
+
* [DeleteMedia](https://cloud.tencent.com/document/api/1509/65062)
|
|
34917
|
+
* [DescribeMedia](https://cloud.tencent.com/document/api/1509/65061)
|
|
34918
|
+
* [DescribeMedias](https://cloud.tencent.com/document/api/1509/65060)
|
|
34919
|
+
* [DescribeTask](https://cloud.tencent.com/document/api/1509/65056)
|
|
34920
|
+
* [DescribeTaskDetail](https://cloud.tencent.com/document/api/1509/65055)
|
|
34921
|
+
* [DescribeTasks](https://cloud.tencent.com/document/api/1509/65054)
|
|
34922
|
+
* [ImportMedia](https://cloud.tencent.com/document/api/1509/65059)
|
|
34639
34923
|
|
|
34640
34924
|
新增数据结构:
|
|
34641
34925
|
|
|
34642
|
-
* [
|
|
34643
|
-
* [
|
|
34644
|
-
* [
|
|
34645
|
-
* [
|
|
34646
|
-
* [
|
|
34647
|
-
* [
|
|
34648
|
-
* [
|
|
34649
|
-
* [
|
|
34650
|
-
* [
|
|
34651
|
-
* [
|
|
34652
|
-
* [
|
|
34653
|
-
* [
|
|
34654
|
-
* [
|
|
34655
|
-
* [
|
|
34656
|
-
* [
|
|
34657
|
-
* [
|
|
34658
|
-
* [
|
|
34659
|
-
* [
|
|
34660
|
-
* [
|
|
34926
|
+
* [AppearIndexPair](https://cloud.tencent.com/document/api/1509/65063#AppearIndexPair)
|
|
34927
|
+
* [AppearInfo](https://cloud.tencent.com/document/api/1509/65063#AppearInfo)
|
|
34928
|
+
* [AudioInfo](https://cloud.tencent.com/document/api/1509/65063#AudioInfo)
|
|
34929
|
+
* [Data](https://cloud.tencent.com/document/api/1509/65063#Data)
|
|
34930
|
+
* [L1Tag](https://cloud.tencent.com/document/api/1509/65063#L1Tag)
|
|
34931
|
+
* [L2Tag](https://cloud.tencent.com/document/api/1509/65063#L2Tag)
|
|
34932
|
+
* [L3Tag](https://cloud.tencent.com/document/api/1509/65063#L3Tag)
|
|
34933
|
+
* [MediaFilter](https://cloud.tencent.com/document/api/1509/65063#MediaFilter)
|
|
34934
|
+
* [MediaInfo](https://cloud.tencent.com/document/api/1509/65063#MediaInfo)
|
|
34935
|
+
* [MediaMetadata](https://cloud.tencent.com/document/api/1509/65063#MediaMetadata)
|
|
34936
|
+
* [MediaPreknownInfo](https://cloud.tencent.com/document/api/1509/65063#MediaPreknownInfo)
|
|
34937
|
+
* [MultiLevelTag](https://cloud.tencent.com/document/api/1509/65063#MultiLevelTag)
|
|
34938
|
+
* [ShowInfo](https://cloud.tencent.com/document/api/1509/65063#ShowInfo)
|
|
34939
|
+
* [SortBy](https://cloud.tencent.com/document/api/1509/65063#SortBy)
|
|
34940
|
+
* [TaskFilter](https://cloud.tencent.com/document/api/1509/65063#TaskFilter)
|
|
34941
|
+
* [TaskInfo](https://cloud.tencent.com/document/api/1509/65063#TaskInfo)
|
|
34942
|
+
* [TextAppearInfo](https://cloud.tencent.com/document/api/1509/65063#TextAppearInfo)
|
|
34943
|
+
* [TextInfo](https://cloud.tencent.com/document/api/1509/65063#TextInfo)
|
|
34944
|
+
* [VideoAppearInfo](https://cloud.tencent.com/document/api/1509/65063#VideoAppearInfo)
|
|
34661
34945
|
|
|
34662
34946
|
|
|
34663
34947
|
|
|
@@ -38212,6 +38496,21 @@
|
|
|
38212
38496
|
|
|
38213
38497
|
## 云监控(monitor) 版本:2018-07-24
|
|
38214
38498
|
|
|
38499
|
+
### 第 32 次发布
|
|
38500
|
+
|
|
38501
|
+
发布时间:2021-12-03 08:09:12
|
|
38502
|
+
|
|
38503
|
+
本次发布包含了以下内容:
|
|
38504
|
+
|
|
38505
|
+
改善已有的文档。
|
|
38506
|
+
|
|
38507
|
+
修改接口:
|
|
38508
|
+
|
|
38509
|
+
* [BindingPolicyObject](https://cloud.tencent.com/document/api/248/40421)
|
|
38510
|
+
|
|
38511
|
+
* <font color="#dd0000">**修改入参**:</font>GroupId
|
|
38512
|
+
|
|
38513
|
+
|
|
38215
38514
|
### 第 31 次发布
|
|
38216
38515
|
|
|
38217
38516
|
发布时间:2021-11-15 08:10:59
|
|
@@ -42842,6 +43141,21 @@
|
|
|
42842
43141
|
|
|
42843
43142
|
## 云数据库 PostgreSQL(postgres) 版本:2017-03-12
|
|
42844
43143
|
|
|
43144
|
+
### 第 21 次发布
|
|
43145
|
+
|
|
43146
|
+
发布时间:2021-12-02 08:10:29
|
|
43147
|
+
|
|
43148
|
+
本次发布包含了以下内容:
|
|
43149
|
+
|
|
43150
|
+
改善已有的文档。
|
|
43151
|
+
|
|
43152
|
+
修改数据结构:
|
|
43153
|
+
|
|
43154
|
+
* [DBInstanceNetInfo](https://cloud.tencent.com/document/api/409/16778#DBInstanceNetInfo)
|
|
43155
|
+
|
|
43156
|
+
* 新增成员:VpcId, SubnetId
|
|
43157
|
+
|
|
43158
|
+
|
|
42845
43159
|
### 第 20 次发布
|
|
42846
43160
|
|
|
42847
43161
|
发布时间:2021-11-24 08:12:02
|
|
@@ -43316,6 +43630,21 @@
|
|
|
43316
43630
|
|
|
43317
43631
|
## 私有域解析 Private DNS(privatedns) 版本:2020-10-28
|
|
43318
43632
|
|
|
43633
|
+
### 第 5 次发布
|
|
43634
|
+
|
|
43635
|
+
发布时间:2021-12-02 08:10:37
|
|
43636
|
+
|
|
43637
|
+
本次发布包含了以下内容:
|
|
43638
|
+
|
|
43639
|
+
改善已有的文档。
|
|
43640
|
+
|
|
43641
|
+
修改数据结构:
|
|
43642
|
+
|
|
43643
|
+
* [AccountVpcInfo](https://cloud.tencent.com/document/api/1338/55947#AccountVpcInfo)
|
|
43644
|
+
|
|
43645
|
+
* <font color="#dd0000">**修改成员**:</font>VpcName
|
|
43646
|
+
|
|
43647
|
+
|
|
43319
43648
|
### 第 4 次发布
|
|
43320
43649
|
|
|
43321
43650
|
发布时间:2021-11-30 08:10:39
|
|
@@ -44430,6 +44759,37 @@
|
|
|
44430
44759
|
|
|
44431
44760
|
## 云函数(scf) 版本:2018-04-16
|
|
44432
44761
|
|
|
44762
|
+
### 第 40 次发布
|
|
44763
|
+
|
|
44764
|
+
发布时间:2021-12-03 08:10:14
|
|
44765
|
+
|
|
44766
|
+
本次发布包含了以下内容:
|
|
44767
|
+
|
|
44768
|
+
改善已有的文档。
|
|
44769
|
+
|
|
44770
|
+
修改接口:
|
|
44771
|
+
|
|
44772
|
+
* [UpdateFunctionCode](https://cloud.tencent.com/document/api/583/18581)
|
|
44773
|
+
|
|
44774
|
+
* 新增入参:InstallDependency
|
|
44775
|
+
|
|
44776
|
+
|
|
44777
|
+
### 第 39 次发布
|
|
44778
|
+
|
|
44779
|
+
发布时间:2021-12-02 08:10:45
|
|
44780
|
+
|
|
44781
|
+
本次发布包含了以下内容:
|
|
44782
|
+
|
|
44783
|
+
改善已有的文档。
|
|
44784
|
+
|
|
44785
|
+
新增接口:
|
|
44786
|
+
|
|
44787
|
+
* [GetRequestStatus](https://cloud.tencent.com/document/api/583/65348)
|
|
44788
|
+
|
|
44789
|
+
新增数据结构:
|
|
44790
|
+
|
|
44791
|
+
* [RequestStatus](https://cloud.tencent.com/document/api/583/17244#RequestStatus)
|
|
44792
|
+
|
|
44433
44793
|
### 第 38 次发布
|
|
44434
44794
|
|
|
44435
44795
|
发布时间:2021-11-17 08:14:54
|
|
@@ -47736,6 +48096,52 @@
|
|
|
47736
48096
|
|
|
47737
48097
|
## 腾讯云自动化助手(tat) 版本:2020-10-28
|
|
47738
48098
|
|
|
48099
|
+
### 第 16 次发布
|
|
48100
|
+
|
|
48101
|
+
发布时间:2021-12-03 08:11:00
|
|
48102
|
+
|
|
48103
|
+
本次发布包含了以下内容:
|
|
48104
|
+
|
|
48105
|
+
改善已有的文档。
|
|
48106
|
+
|
|
48107
|
+
修改数据结构:
|
|
48108
|
+
|
|
48109
|
+
* [Command](https://cloud.tencent.com/document/api/1340/52687#Command)
|
|
48110
|
+
|
|
48111
|
+
* 新增成员:OutputCOSBucketUrl, OutputCOSKeyPrefix
|
|
48112
|
+
|
|
48113
|
+
* [Invocation](https://cloud.tencent.com/document/api/1340/52687#Invocation)
|
|
48114
|
+
|
|
48115
|
+
* 新增成员:OutputCOSBucketUrl, OutputCOSKeyPrefix
|
|
48116
|
+
|
|
48117
|
+
* [TaskResult](https://cloud.tencent.com/document/api/1340/52687#TaskResult)
|
|
48118
|
+
|
|
48119
|
+
* 新增成员:OutputUrl, OutputUploadCOSErrorInfo
|
|
48120
|
+
|
|
48121
|
+
|
|
48122
|
+
### 第 15 次发布
|
|
48123
|
+
|
|
48124
|
+
发布时间:2021-12-02 08:11:32
|
|
48125
|
+
|
|
48126
|
+
本次发布包含了以下内容:
|
|
48127
|
+
|
|
48128
|
+
改善已有的文档。
|
|
48129
|
+
|
|
48130
|
+
修改接口:
|
|
48131
|
+
|
|
48132
|
+
* [InvokeCommand](https://cloud.tencent.com/document/api/1340/52678)
|
|
48133
|
+
|
|
48134
|
+
* 新增入参:OutputCOSBucketUrl, OutputCOSKeyPrefix
|
|
48135
|
+
|
|
48136
|
+
* [ModifyCommand](https://cloud.tencent.com/document/api/1340/52677)
|
|
48137
|
+
|
|
48138
|
+
* 新增入参:OutputCOSBucketUrl, OutputCOSKeyPrefix
|
|
48139
|
+
|
|
48140
|
+
* [RunCommand](https://cloud.tencent.com/document/api/1340/52676)
|
|
48141
|
+
|
|
48142
|
+
* 新增入参:OutputCOSBucketUrl, OutputCOSKeyPrefix
|
|
48143
|
+
|
|
48144
|
+
|
|
47739
48145
|
### 第 14 次发布
|
|
47740
48146
|
|
|
47741
48147
|
发布时间:2021-11-24 08:13:01
|
|
@@ -51568,6 +51974,53 @@
|
|
|
51568
51974
|
|
|
51569
51975
|
## 分布式消息队列(tdmq) 版本:2020-02-17
|
|
51570
51976
|
|
|
51977
|
+
### 第 24 次发布
|
|
51978
|
+
|
|
51979
|
+
发布时间:2021-12-03 08:11:41
|
|
51980
|
+
|
|
51981
|
+
本次发布包含了以下内容:
|
|
51982
|
+
|
|
51983
|
+
改善已有的文档。
|
|
51984
|
+
|
|
51985
|
+
新增接口:
|
|
51986
|
+
|
|
51987
|
+
* [[DescribeAllTenants](https://cloud.tencent.com/document/api/1179/65403)](https://cloud.tencent.com/document/api/#/#)
|
|
51988
|
+
|
|
51989
|
+
新增数据结构:
|
|
51990
|
+
|
|
51991
|
+
* [[InternalTenant](https://cloud.tencent.com/document/api/1179/46089#InternalTenant)](https://cloud.tencent.com/document/api/1179/46089#[InternalTenant](https://cloud.tencent.com/document/api/1179/46089#InternalTenant))
|
|
51992
|
+
|
|
51993
|
+
修改数据结构:
|
|
51994
|
+
|
|
51995
|
+
* [RocketMQClusterConfig](https://cloud.tencent.com/document/api/1179/46089#RocketMQClusterConfig)
|
|
51996
|
+
|
|
51997
|
+
* 新增成员:MaxTpsPerNamespace, MaxNamespaceNum, UsedNamespaceNum, MaxTopicNum, UsedTopicNum, MaxGroupNum, UsedGroupNum, MaxRetentionTime, MaxLatencyTime
|
|
51998
|
+
|
|
51999
|
+
* [RocketMQClusterDetail](https://cloud.tencent.com/document/api/1179/46089#RocketMQClusterDetail)
|
|
52000
|
+
|
|
52001
|
+
* 新增成员:Info, Config, Status
|
|
52002
|
+
|
|
52003
|
+
* [RocketMQClusterInfo](https://cloud.tencent.com/document/api/1179/46089#RocketMQClusterInfo)
|
|
52004
|
+
|
|
52005
|
+
* 新增成员:ClusterId, ClusterName, Region, CreateTime, Remark, PublicEndPoint, VpcEndPoint
|
|
52006
|
+
|
|
52007
|
+
* [RocketMQClusterRecentStats](https://cloud.tencent.com/document/api/1179/46089#RocketMQClusterRecentStats)
|
|
52008
|
+
|
|
52009
|
+
* 新增成员:TopicNum, ProducedMsgNum, ConsumedMsgNum, AccumulativeMsgNum
|
|
52010
|
+
|
|
52011
|
+
* [RocketMQGroup](https://cloud.tencent.com/document/api/1179/46089#RocketMQGroup)
|
|
52012
|
+
|
|
52013
|
+
* 新增成员:Name, ConsumerNum, TPS, TotalAccumulative, ConsumptionMode, ReadEnabled, RetryPartitionNum, CreateTime, UpdateTime, ClientProtocol, Remark, ConsumerType, BroadcastEnabled
|
|
52014
|
+
|
|
52015
|
+
* [RocketMQNamespace](https://cloud.tencent.com/document/api/1179/46089#RocketMQNamespace)
|
|
52016
|
+
|
|
52017
|
+
* 新增成员:NamespaceId, Ttl, RetentionTime, Remark
|
|
52018
|
+
|
|
52019
|
+
* [RocketMQTopic](https://cloud.tencent.com/document/api/1179/46089#RocketMQTopic)
|
|
52020
|
+
|
|
52021
|
+
* 新增成员:Name, Remark, PartitionNum, CreateTime, UpdateTime
|
|
52022
|
+
|
|
52023
|
+
|
|
51571
52024
|
### 第 23 次发布
|
|
51572
52025
|
|
|
51573
52026
|
发布时间:2021-11-24 08:13:42
|
|
@@ -63914,6 +64367,21 @@
|
|
|
63914
64367
|
|
|
63915
64368
|
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
63916
64369
|
|
|
64370
|
+
### 第 5 次发布
|
|
64371
|
+
|
|
64372
|
+
发布时间:2021-12-02 08:14:23
|
|
64373
|
+
|
|
64374
|
+
本次发布包含了以下内容:
|
|
64375
|
+
|
|
64376
|
+
改善已有的文档。
|
|
64377
|
+
|
|
64378
|
+
修改接口:
|
|
64379
|
+
|
|
64380
|
+
* [DescribeAccessFastAnalysis](https://cloud.tencent.com/document/api/627/60014)
|
|
64381
|
+
|
|
64382
|
+
* 新增入参:TopicId, From, To, Query, FieldName
|
|
64383
|
+
|
|
64384
|
+
|
|
63917
64385
|
### 第 4 次发布
|
|
63918
64386
|
|
|
63919
64387
|
发布时间:2021-08-10 08:14:12
|