tencentcloud-sdk-nodejs 4.0.383 → 4.0.386
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 +668 -0
- package/SERVICE_CHANGELOG.md +651 -38
- package/package.json +1 -1
- package/products.md +25 -25
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_client.ts +1 -1
- package/src/services/asr/v20190614/asr_models.ts +1 -1
- package/src/services/cfg/v20210820/cfg_models.ts +30 -0
- package/src/services/ciam/v20220331/ciam_client.ts +13 -0
- package/src/services/ciam/v20220331/ciam_models.ts +91 -0
- package/src/services/ckafka/v20190819/ckafka_models.ts +11 -0
- package/src/services/cvm/v20170312/cvm_client.ts +2 -1
- package/src/services/cvm/v20170312/cvm_models.ts +8 -0
- package/src/services/dcdb/v20180411/dcdb_models.ts +6 -0
- package/src/services/dlc/v20210125/dlc_models.ts +56 -1
- package/src/services/emr/v20190103/emr_client.ts +14 -1
- package/src/services/emr/v20190103/emr_models.ts +150 -10
- package/src/services/ess/v20201111/ess_client.ts +4 -3
- package/src/services/ess/v20201111/ess_models.ts +1 -0
- package/src/services/essbasic/v20210526/essbasic_client.ts +1 -1
- package/src/services/essbasic/v20210526/essbasic_models.ts +9 -2
- package/src/services/iotvideo/v20211125/iotvideo_client.ts +1099 -28
- package/src/services/iotvideo/v20211125/iotvideo_models.ts +4769 -204
- package/src/services/mariadb/v20170312/mariadb_models.ts +12 -0
- package/src/services/mmps/v20200710/mmps_client.ts +13 -1
- package/src/services/mmps/v20200710/mmps_models.ts +79 -24
- package/src/services/organization/v20210331/organization_models.ts +6 -0
- package/src/services/ses/v20201002/ses_models.ts +27 -2
- package/src/services/ssl/v20191205/ssl_models.ts +12 -0
- package/src/services/tcex/v20200727/tcex_client.ts +8 -4
- package/src/services/tem/v20210701/tem_client.ts +25 -13
- package/src/services/tem/v20210701/tem_models.ts +41 -11
- package/src/services/tiia/v20190529/tiia_models.ts +20 -2
- package/src/services/trtc/v20190722/trtc_client.ts +6 -5
- package/src/services/trtc/v20190722/trtc_models.ts +69 -49
- package/src/services/vpc/v20170312/vpc_client.ts +78 -28
- package/src/services/vpc/v20170312/vpc_models.ts +327 -127
- package/src/services/waf/v20180125/waf_client.ts +13 -0
- package/src/services/waf/v20180125/waf_models.ts +115 -0
- package/src/services/yinsuda/v20220527/yinsuda_models.ts +7 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_client.d.ts +1 -1
- package/tencentcloud/services/asr/v20190614/asr_client.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +1 -1
- package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +25 -0
- package/tencentcloud/services/ciam/v20220331/ciam_client.d.ts +5 -1
- package/tencentcloud/services/ciam/v20220331/ciam_client.js +6 -0
- package/tencentcloud/services/ciam/v20220331/ciam_models.d.ts +77 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +9 -0
- package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +2 -1
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +2 -1
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +7 -0
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +5 -0
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +46 -1
- package/tencentcloud/services/emr/v20190103/emr_client.d.ts +5 -1
- package/tencentcloud/services/emr/v20190103/emr_client.js +6 -0
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +123 -8
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +4 -3
- package/tencentcloud/services/ess/v20201111/ess_client.js +4 -3
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +1 -0
- 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 +7 -1
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.d.ts +355 -7
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.js +531 -9
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +4031 -161
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +10 -0
- package/tencentcloud/services/mmps/v20200710/mmps_client.d.ts +5 -1
- package/tencentcloud/services/mmps/v20200710/mmps_client.js +6 -0
- package/tencentcloud/services/mmps/v20200710/mmps_models.d.ts +69 -23
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +5 -0
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +22 -2
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +10 -0
- package/tencentcloud/services/tcex/v20200727/tcex_client.d.ts +6 -2
- package/tencentcloud/services/tcex/v20200727/tcex_client.js +6 -2
- package/tencentcloud/services/tem/v20210701/tem_client.d.ts +9 -5
- package/tencentcloud/services/tem/v20210701/tem_client.js +12 -6
- package/tencentcloud/services/tem/v20210701/tem_models.d.ts +36 -10
- package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +17 -2
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +5 -4
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +5 -4
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +51 -31
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +25 -9
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +36 -12
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +277 -108
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +5 -1
- package/tencentcloud/services/waf/v20180125/waf_client.js +6 -0
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +95 -0
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_models.d.ts +6 -0
- package/test/ciam.v20220331.test.js +10 -0
- package/test/emr.v20190103.test.js +10 -0
- package/test/iotvideo.v20211125.test.js +878 -8
- package/test/mmps.v20200710.test.js +10 -0
- package/test/tem.v20210701.test.js +14 -4
- package/test/vpc.v20170312.test.js +48 -8
- package/test/waf.v20180125.test.js +10 -0
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,31 +1,52 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
+
## 混沌演练平台(cfg) 版本:2021-08-20
|
|
4
|
+
|
|
5
|
+
### 第 3 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2022-07-22 06:04:01
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改数据结构:
|
|
14
|
+
|
|
15
|
+
* [TaskGroupAction](https://cloud.tencent.com/document/api/1500/71784#TaskGroupAction)
|
|
16
|
+
|
|
17
|
+
* 新增成员:TaskGroupActionExecuteTime
|
|
18
|
+
|
|
19
|
+
* [TaskGroupInstance](https://cloud.tencent.com/document/api/1500/71784#TaskGroupInstance)
|
|
20
|
+
|
|
21
|
+
* 新增成员:TaskGroupInstanceExecuteTime
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
3
26
|
## 消息队列 Ckafka(ckafka) 版本:2019-08-19
|
|
4
27
|
|
|
5
|
-
### 第
|
|
28
|
+
### 第 45 次发布
|
|
6
29
|
|
|
7
|
-
发布时间:2022-07-
|
|
30
|
+
发布时间:2022-07-22 06:04:27
|
|
8
31
|
|
|
9
32
|
本次发布包含了以下内容:
|
|
10
33
|
|
|
11
34
|
改善已有的文档。
|
|
12
35
|
|
|
13
|
-
|
|
36
|
+
修改数据结构:
|
|
14
37
|
|
|
15
|
-
* [
|
|
16
|
-
* [CreateCdcCluster](https://cloud.tencent.com/document/api/597/77399)
|
|
38
|
+
* [InstanceDetail](https://cloud.tencent.com/document/api/597/40861#InstanceDetail)
|
|
17
39
|
|
|
18
|
-
|
|
40
|
+
* 新增成员:Features
|
|
19
41
|
|
|
20
|
-
* [CdcClusterResponse](https://cloud.tencent.com/document/api/597/40861#CdcClusterResponse)
|
|
21
42
|
|
|
22
43
|
|
|
23
44
|
|
|
24
|
-
##
|
|
45
|
+
## 云服务器(cvm) 版本:2017-03-12
|
|
25
46
|
|
|
26
|
-
### 第
|
|
47
|
+
### 第 91 次发布
|
|
27
48
|
|
|
28
|
-
发布时间:2022-07-
|
|
49
|
+
发布时间:2022-07-22 06:05:40
|
|
29
50
|
|
|
30
51
|
本次发布包含了以下内容:
|
|
31
52
|
|
|
@@ -33,18 +54,18 @@
|
|
|
33
54
|
|
|
34
55
|
修改接口:
|
|
35
56
|
|
|
36
|
-
* [
|
|
57
|
+
* [ImportImage](https://cloud.tencent.com/document/api/213/15717)
|
|
37
58
|
|
|
38
|
-
* 新增入参:
|
|
59
|
+
* 新增入参:LicenseType
|
|
39
60
|
|
|
40
61
|
|
|
41
62
|
|
|
42
63
|
|
|
43
|
-
##
|
|
64
|
+
## 分布式数据库 TDSQL(dcdb) 版本:2018-04-11
|
|
44
65
|
|
|
45
|
-
### 第
|
|
66
|
+
### 第 43 次发布
|
|
46
67
|
|
|
47
|
-
发布时间:2022-07-
|
|
68
|
+
发布时间:2022-07-22 06:06:56
|
|
48
69
|
|
|
49
70
|
本次发布包含了以下内容:
|
|
50
71
|
|
|
@@ -52,72 +73,118 @@
|
|
|
52
73
|
|
|
53
74
|
修改数据结构:
|
|
54
75
|
|
|
55
|
-
* [
|
|
76
|
+
* [DCDBInstanceInfo](https://cloud.tencent.com/document/api/557/16142#DCDBInstanceInfo)
|
|
56
77
|
|
|
57
|
-
* 新增成员:
|
|
78
|
+
* 新增成员:DbVersionId
|
|
58
79
|
|
|
59
80
|
|
|
60
81
|
|
|
61
82
|
|
|
62
|
-
##
|
|
83
|
+
## 云数据库 MariaDB(mariadb) 版本:2017-03-12
|
|
63
84
|
|
|
64
|
-
### 第
|
|
85
|
+
### 第 39 次发布
|
|
65
86
|
|
|
66
|
-
发布时间:2022-07-
|
|
87
|
+
发布时间:2022-07-22 06:10:50
|
|
67
88
|
|
|
68
89
|
本次发布包含了以下内容:
|
|
69
90
|
|
|
70
91
|
改善已有的文档。
|
|
71
92
|
|
|
93
|
+
修改接口:
|
|
94
|
+
|
|
95
|
+
* [CreateHourDBInstance](https://cloud.tencent.com/document/api/237/67878)
|
|
96
|
+
|
|
97
|
+
* 新增出参:FlowId
|
|
98
|
+
|
|
99
|
+
|
|
72
100
|
修改数据结构:
|
|
73
101
|
|
|
74
|
-
* [
|
|
102
|
+
* [DBInstance](https://cloud.tencent.com/document/api/237/16191#DBInstance)
|
|
75
103
|
|
|
76
|
-
*
|
|
104
|
+
* 新增成员:DbVersionId
|
|
77
105
|
|
|
78
106
|
|
|
79
107
|
|
|
80
108
|
|
|
81
|
-
##
|
|
109
|
+
## 小程序安全(mmps) 版本:2020-07-10
|
|
82
110
|
|
|
83
|
-
### 第
|
|
111
|
+
### 第 6 次发布
|
|
84
112
|
|
|
85
|
-
发布时间:2022-07-
|
|
113
|
+
发布时间:2022-07-21 15:01:26
|
|
86
114
|
|
|
87
115
|
本次发布包含了以下内容:
|
|
88
116
|
|
|
89
117
|
改善已有的文档。
|
|
90
118
|
|
|
119
|
+
新增接口:
|
|
120
|
+
|
|
121
|
+
* [CreateFlySecMiniAppProfessionalScanTask](https://cloud.tencent.com/document/api/1223/77611)
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
## 邮件推送(ses) 版本:2020-10-02
|
|
126
|
+
|
|
127
|
+
### 第 14 次发布
|
|
128
|
+
|
|
129
|
+
发布时间:2022-07-22 06:12:49
|
|
130
|
+
|
|
131
|
+
本次发布包含了以下内容:
|
|
132
|
+
|
|
133
|
+
改善已有的文档。
|
|
134
|
+
|
|
135
|
+
修改接口:
|
|
136
|
+
|
|
137
|
+
* [ListEmailIdentities](https://cloud.tencent.com/document/api/1288/51045)
|
|
138
|
+
|
|
139
|
+
* 新增出参:MaxReputationLevel, MaxDailyQuota
|
|
140
|
+
|
|
141
|
+
|
|
91
142
|
修改数据结构:
|
|
92
143
|
|
|
93
|
-
* [
|
|
144
|
+
* [EmailIdentity](https://cloud.tencent.com/document/api/1288/51053#EmailIdentity)
|
|
94
145
|
|
|
95
|
-
* 新增成员:
|
|
146
|
+
* 新增成员:CurrentReputationLevel, DailyQuota
|
|
96
147
|
|
|
97
148
|
|
|
98
149
|
|
|
99
150
|
|
|
100
|
-
##
|
|
151
|
+
## 弹性微服务(tem) 版本:2021-07-01
|
|
101
152
|
|
|
102
|
-
### 第
|
|
153
|
+
### 第 20 次发布
|
|
103
154
|
|
|
104
|
-
发布时间:2022-07-
|
|
155
|
+
发布时间:2022-07-22 06:14:55
|
|
105
156
|
|
|
106
157
|
本次发布包含了以下内容:
|
|
107
158
|
|
|
108
159
|
改善已有的文档。
|
|
109
160
|
|
|
110
|
-
|
|
161
|
+
新增接口:
|
|
111
162
|
|
|
112
|
-
* [
|
|
163
|
+
* [DestroyEnvironment](https://cloud.tencent.com/document/api/1371/77632)
|
|
113
164
|
|
|
114
|
-
* 新增成员:Name
|
|
115
165
|
|
|
116
|
-
* [SubAppIdInfo](https://cloud.tencent.com/document/api/266/31773#SubAppIdInfo)
|
|
117
166
|
|
|
118
|
-
|
|
167
|
+
## 弹性微服务(tem) 版本:2020-12-21
|
|
168
|
+
|
|
119
169
|
|
|
120
170
|
|
|
171
|
+
## 私有网络(vpc) 版本:2017-03-12
|
|
172
|
+
|
|
173
|
+
### 第 120 次发布
|
|
174
|
+
|
|
175
|
+
发布时间:2022-07-22 06:16:48
|
|
176
|
+
|
|
177
|
+
本次发布包含了以下内容:
|
|
178
|
+
|
|
179
|
+
改善已有的文档。
|
|
180
|
+
|
|
181
|
+
新增接口:
|
|
182
|
+
|
|
183
|
+
* [CreateNetworkAclQuintupleEntries](https://cloud.tencent.com/document/api/215/77636)
|
|
184
|
+
* [DeleteNetworkAclQuintupleEntries](https://cloud.tencent.com/document/api/215/77635)
|
|
185
|
+
* [DescribeNetworkAclQuintupleEntries](https://cloud.tencent.com/document/api/215/77634)
|
|
186
|
+
* [ModifyNetworkAclQuintupleEntries](https://cloud.tencent.com/document/api/215/77633)
|
|
187
|
+
|
|
121
188
|
|
|
122
189
|
|
|
123
190
|
# 历次版本更新如下:
|
|
@@ -15335,6 +15402,44 @@
|
|
|
15335
15402
|
|
|
15336
15403
|
## 混沌演练平台(cfg) 版本:2021-08-20
|
|
15337
15404
|
|
|
15405
|
+
### 第 3 次发布
|
|
15406
|
+
|
|
15407
|
+
发布时间:2022-07-22 06:04:01
|
|
15408
|
+
|
|
15409
|
+
本次发布包含了以下内容:
|
|
15410
|
+
|
|
15411
|
+
改善已有的文档。
|
|
15412
|
+
|
|
15413
|
+
修改数据结构:
|
|
15414
|
+
|
|
15415
|
+
* [TaskGroupAction](https://cloud.tencent.com/document/api/1500/71784#TaskGroupAction)
|
|
15416
|
+
|
|
15417
|
+
* 新增成员:TaskGroupActionExecuteTime
|
|
15418
|
+
|
|
15419
|
+
* [TaskGroupInstance](https://cloud.tencent.com/document/api/1500/71784#TaskGroupInstance)
|
|
15420
|
+
|
|
15421
|
+
* 新增成员:TaskGroupInstanceExecuteTime
|
|
15422
|
+
|
|
15423
|
+
|
|
15424
|
+
### 第 2 次发布
|
|
15425
|
+
|
|
15426
|
+
发布时间:2022-07-20 06:02:51
|
|
15427
|
+
|
|
15428
|
+
本次发布包含了以下内容:
|
|
15429
|
+
|
|
15430
|
+
改善已有的文档。
|
|
15431
|
+
|
|
15432
|
+
修改数据结构:
|
|
15433
|
+
|
|
15434
|
+
* [TaskGroupAction](https://cloud.tencent.com/document/api/1500/71784#TaskGroupAction)
|
|
15435
|
+
|
|
15436
|
+
* 新增成员:IsExecuteRedo, ActionRisk
|
|
15437
|
+
|
|
15438
|
+
* [TaskGroupInstance](https://cloud.tencent.com/document/api/1500/71784#TaskGroupInstance)
|
|
15439
|
+
|
|
15440
|
+
* 新增成员:TaskGroupInstanceIsRedo
|
|
15441
|
+
|
|
15442
|
+
|
|
15338
15443
|
### 第 1 次发布
|
|
15339
15444
|
|
|
15340
15445
|
发布时间:2022-03-30 12:59:20
|
|
@@ -16251,6 +16356,37 @@
|
|
|
16251
16356
|
|
|
16252
16357
|
## 账号风控平台(ciam) 版本:2022-03-31
|
|
16253
16358
|
|
|
16359
|
+
### 第 7 次发布
|
|
16360
|
+
|
|
16361
|
+
发布时间:2022-07-19 20:27:09
|
|
16362
|
+
|
|
16363
|
+
本次发布包含了以下内容:
|
|
16364
|
+
|
|
16365
|
+
改善已有的文档。
|
|
16366
|
+
|
|
16367
|
+
新增接口:
|
|
16368
|
+
|
|
16369
|
+
* [DescribeUser](https://cloud.tencent.com/document/api/1441/77525)
|
|
16370
|
+
|
|
16371
|
+
修改接口:
|
|
16372
|
+
|
|
16373
|
+
* [DescribeUserById](https://cloud.tencent.com/document/api/1441/75640)
|
|
16374
|
+
|
|
16375
|
+
* 新增入参:Original
|
|
16376
|
+
|
|
16377
|
+
* [ListUser](https://cloud.tencent.com/document/api/1441/75638)
|
|
16378
|
+
|
|
16379
|
+
* 新增入参:Original
|
|
16380
|
+
|
|
16381
|
+
* [ListUserByProperty](https://cloud.tencent.com/document/api/1441/75637)
|
|
16382
|
+
|
|
16383
|
+
* 新增入参:Original
|
|
16384
|
+
|
|
16385
|
+
|
|
16386
|
+
新增数据结构:
|
|
16387
|
+
|
|
16388
|
+
* [QueryUserFilter](https://cloud.tencent.com/document/api/1441/75643#QueryUserFilter)
|
|
16389
|
+
|
|
16254
16390
|
### 第 6 次发布
|
|
16255
16391
|
|
|
16256
16392
|
发布时间:2022-06-29 14:44:01
|
|
@@ -16704,6 +16840,36 @@
|
|
|
16704
16840
|
|
|
16705
16841
|
## 消息队列 Ckafka(ckafka) 版本:2019-08-19
|
|
16706
16842
|
|
|
16843
|
+
### 第 45 次发布
|
|
16844
|
+
|
|
16845
|
+
发布时间:2022-07-22 06:04:27
|
|
16846
|
+
|
|
16847
|
+
本次发布包含了以下内容:
|
|
16848
|
+
|
|
16849
|
+
改善已有的文档。
|
|
16850
|
+
|
|
16851
|
+
修改数据结构:
|
|
16852
|
+
|
|
16853
|
+
* [InstanceDetail](https://cloud.tencent.com/document/api/597/40861#InstanceDetail)
|
|
16854
|
+
|
|
16855
|
+
* 新增成员:Features
|
|
16856
|
+
|
|
16857
|
+
|
|
16858
|
+
### 第 44 次发布
|
|
16859
|
+
|
|
16860
|
+
发布时间:2022-07-20 06:03:16
|
|
16861
|
+
|
|
16862
|
+
本次发布包含了以下内容:
|
|
16863
|
+
|
|
16864
|
+
改善已有的文档。
|
|
16865
|
+
|
|
16866
|
+
修改接口:
|
|
16867
|
+
|
|
16868
|
+
* [ModifyTopicAttributes](https://cloud.tencent.com/document/api/597/40844)
|
|
16869
|
+
|
|
16870
|
+
* 新增入参:ReplicaNum
|
|
16871
|
+
|
|
16872
|
+
|
|
16707
16873
|
### 第 43 次发布
|
|
16708
16874
|
|
|
16709
16875
|
发布时间:2022-07-19 06:07:25
|
|
@@ -16714,12 +16880,12 @@
|
|
|
16714
16880
|
|
|
16715
16881
|
新增接口:
|
|
16716
16882
|
|
|
16717
|
-
* [
|
|
16718
|
-
* [
|
|
16883
|
+
* [CheckCdcCluster](https://cloud.tencent.com/document/api/597/77400)
|
|
16884
|
+
* [CreateCdcCluster](https://cloud.tencent.com/document/api/597/77399)
|
|
16719
16885
|
|
|
16720
16886
|
新增数据结构:
|
|
16721
16887
|
|
|
16722
|
-
* [
|
|
16888
|
+
* [CdcClusterResponse](https://cloud.tencent.com/document/api/597/40861#CdcClusterResponse)
|
|
16723
16889
|
|
|
16724
16890
|
### 第 42 次发布
|
|
16725
16891
|
|
|
@@ -23789,6 +23955,21 @@
|
|
|
23789
23955
|
|
|
23790
23956
|
## 云服务器(cvm) 版本:2017-03-12
|
|
23791
23957
|
|
|
23958
|
+
### 第 91 次发布
|
|
23959
|
+
|
|
23960
|
+
发布时间:2022-07-22 06:05:40
|
|
23961
|
+
|
|
23962
|
+
本次发布包含了以下内容:
|
|
23963
|
+
|
|
23964
|
+
改善已有的文档。
|
|
23965
|
+
|
|
23966
|
+
修改接口:
|
|
23967
|
+
|
|
23968
|
+
* [ImportImage](https://cloud.tencent.com/document/api/213/15717)
|
|
23969
|
+
|
|
23970
|
+
* 新增入参:LicenseType
|
|
23971
|
+
|
|
23972
|
+
|
|
23792
23973
|
### 第 90 次发布
|
|
23793
23974
|
|
|
23794
23975
|
发布时间:2022-07-12 06:08:19
|
|
@@ -29155,6 +29336,21 @@
|
|
|
29155
29336
|
|
|
29156
29337
|
## 分布式数据库 TDSQL(dcdb) 版本:2018-04-11
|
|
29157
29338
|
|
|
29339
|
+
### 第 43 次发布
|
|
29340
|
+
|
|
29341
|
+
发布时间:2022-07-22 06:06:56
|
|
29342
|
+
|
|
29343
|
+
本次发布包含了以下内容:
|
|
29344
|
+
|
|
29345
|
+
改善已有的文档。
|
|
29346
|
+
|
|
29347
|
+
修改数据结构:
|
|
29348
|
+
|
|
29349
|
+
* [DCDBInstanceInfo](https://cloud.tencent.com/document/api/557/16142#DCDBInstanceInfo)
|
|
29350
|
+
|
|
29351
|
+
* 新增成员:DbVersionId
|
|
29352
|
+
|
|
29353
|
+
|
|
29158
29354
|
### 第 42 次发布
|
|
29159
29355
|
|
|
29160
29356
|
发布时间:2022-07-05 06:12:03
|
|
@@ -29978,6 +30174,36 @@
|
|
|
29978
30174
|
|
|
29979
30175
|
## 数据湖计算(dlc) 版本:2021-01-25
|
|
29980
30176
|
|
|
30177
|
+
### 第 29 次发布
|
|
30178
|
+
|
|
30179
|
+
发布时间:2022-07-21 06:07:59
|
|
30180
|
+
|
|
30181
|
+
本次发布包含了以下内容:
|
|
30182
|
+
|
|
30183
|
+
改善已有的文档。
|
|
30184
|
+
|
|
30185
|
+
修改接口:
|
|
30186
|
+
|
|
30187
|
+
* [DescribeSparkAppTasks](https://cloud.tencent.com/document/api/1342/74533)
|
|
30188
|
+
|
|
30189
|
+
* 新增入参:StartTime, EndTime, Filters
|
|
30190
|
+
|
|
30191
|
+
|
|
30192
|
+
修改数据结构:
|
|
30193
|
+
|
|
30194
|
+
* [DatabaseResponseInfo](https://cloud.tencent.com/document/api/1342/53778#DatabaseResponseInfo)
|
|
30195
|
+
|
|
30196
|
+
* 新增成员:Location, UserAlias, UserSubUin
|
|
30197
|
+
|
|
30198
|
+
* [TableBaseInfo](https://cloud.tencent.com/document/api/1342/53778#TableBaseInfo)
|
|
30199
|
+
|
|
30200
|
+
* 新增成员:UserAlias, UserSubUin
|
|
30201
|
+
|
|
30202
|
+
* [ViewBaseInfo](https://cloud.tencent.com/document/api/1342/53778#ViewBaseInfo)
|
|
30203
|
+
|
|
30204
|
+
* 新增成员:UserAlias, UserSubUin
|
|
30205
|
+
|
|
30206
|
+
|
|
29981
30207
|
### 第 28 次发布
|
|
29982
30208
|
|
|
29983
30209
|
发布时间:2022-07-13 06:09:56
|
|
@@ -34105,6 +34331,22 @@
|
|
|
34105
34331
|
|
|
34106
34332
|
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
34107
34333
|
|
|
34334
|
+
### 第 36 次发布
|
|
34335
|
+
|
|
34336
|
+
发布时间:2022-07-21 06:09:30
|
|
34337
|
+
|
|
34338
|
+
本次发布包含了以下内容:
|
|
34339
|
+
|
|
34340
|
+
改善已有的文档。
|
|
34341
|
+
|
|
34342
|
+
新增接口:
|
|
34343
|
+
|
|
34344
|
+
* [DescribeEmrApplicationStatics](https://cloud.tencent.com/document/api/589/77586)
|
|
34345
|
+
|
|
34346
|
+
新增数据结构:
|
|
34347
|
+
|
|
34348
|
+
* [ApplicationStatics](https://cloud.tencent.com/document/api/589/33981#ApplicationStatics)
|
|
34349
|
+
|
|
34108
34350
|
### 第 35 次发布
|
|
34109
34351
|
|
|
34110
34352
|
发布时间:2022-07-14 06:10:00
|
|
@@ -36023,6 +36265,21 @@
|
|
|
36023
36265
|
|
|
36024
36266
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
36025
36267
|
|
|
36268
|
+
### 第 22 次发布
|
|
36269
|
+
|
|
36270
|
+
发布时间:2022-07-21 06:10:03
|
|
36271
|
+
|
|
36272
|
+
本次发布包含了以下内容:
|
|
36273
|
+
|
|
36274
|
+
改善已有的文档。
|
|
36275
|
+
|
|
36276
|
+
修改接口:
|
|
36277
|
+
|
|
36278
|
+
* [CreateConsoleLoginUrl](https://cloud.tencent.com/document/api/1420/61524)
|
|
36279
|
+
|
|
36280
|
+
* 新增入参:MenuStatus
|
|
36281
|
+
|
|
36282
|
+
|
|
36026
36283
|
### 第 21 次发布
|
|
36027
36284
|
|
|
36028
36285
|
发布时间:2022-07-07 06:10:24
|
|
@@ -44449,6 +44706,134 @@
|
|
|
44449
44706
|
|
|
44450
44707
|
## 物联网智能视频服务(iotvideo) 版本:2021-11-25
|
|
44451
44708
|
|
|
44709
|
+
### 第 4 次发布
|
|
44710
|
+
|
|
44711
|
+
发布时间:2022-07-19 16:17:21
|
|
44712
|
+
|
|
44713
|
+
本次发布包含了以下内容:
|
|
44714
|
+
|
|
44715
|
+
改善已有的文档。
|
|
44716
|
+
|
|
44717
|
+
新增接口:
|
|
44718
|
+
|
|
44719
|
+
* [ApplyAIModel](https://cloud.tencent.com/document/api/1131/77517)
|
|
44720
|
+
* [BatchUpdateFirmware](https://cloud.tencent.com/document/api/1131/77483)
|
|
44721
|
+
* [BindCloudStorageUser](https://cloud.tencent.com/document/api/1131/77506)
|
|
44722
|
+
* [CancelAIModelApplication](https://cloud.tencent.com/document/api/1131/77516)
|
|
44723
|
+
* [CancelDeviceFirmwareTask](https://cloud.tencent.com/document/api/1131/77482)
|
|
44724
|
+
* [CheckForwardAuth](https://cloud.tencent.com/document/api/1131/77453)
|
|
44725
|
+
* [ControlDeviceData](https://cloud.tencent.com/document/api/1131/77431)
|
|
44726
|
+
* [CreateAIDetection](https://cloud.tencent.com/document/api/1131/77515)
|
|
44727
|
+
* [CreateBatch](https://cloud.tencent.com/document/api/1131/77466)
|
|
44728
|
+
* [CreateCOSCredentials](https://cloud.tencent.com/document/api/1131/77514)
|
|
44729
|
+
* [CreateCloudStorage](https://cloud.tencent.com/document/api/1131/77505)
|
|
44730
|
+
* [CreateDataForward](https://cloud.tencent.com/document/api/1131/77452)
|
|
44731
|
+
* [CreateForwardRule](https://cloud.tencent.com/document/api/1131/77451)
|
|
44732
|
+
* [CreateTaskFileUrl](https://cloud.tencent.com/document/api/1131/77481)
|
|
44733
|
+
* [DeleteDevice](https://cloud.tencent.com/document/api/1131/77430)
|
|
44734
|
+
* [DeleteFirmware](https://cloud.tencent.com/document/api/1131/77480)
|
|
44735
|
+
* [DeleteForwardRule](https://cloud.tencent.com/document/api/1131/77450)
|
|
44736
|
+
* [DeleteProduct](https://cloud.tencent.com/document/api/1131/77489)
|
|
44737
|
+
* [DescribeAIModelApplications](https://cloud.tencent.com/document/api/1131/77513)
|
|
44738
|
+
* [DescribeAIModelChannel](https://cloud.tencent.com/document/api/1131/77512)
|
|
44739
|
+
* [DescribeAIModelUsage](https://cloud.tencent.com/document/api/1131/77511)
|
|
44740
|
+
* [DescribeAIModels](https://cloud.tencent.com/document/api/1131/77510)
|
|
44741
|
+
* [DescribeAccount](https://cloud.tencent.com/document/api/1131/77435)
|
|
44742
|
+
* [DescribeBalance](https://cloud.tencent.com/document/api/1131/77434)
|
|
44743
|
+
* [DescribeBalanceTransactions](https://cloud.tencent.com/document/api/1131/77433)
|
|
44744
|
+
* [DescribeBatch](https://cloud.tencent.com/document/api/1131/77465)
|
|
44745
|
+
* [DescribeBatchs](https://cloud.tencent.com/document/api/1131/77464)
|
|
44746
|
+
* [DescribeBonuses](https://cloud.tencent.com/document/api/1131/77429)
|
|
44747
|
+
* [DescribeCategory](https://cloud.tencent.com/document/api/1131/77440)
|
|
44748
|
+
* [DescribeCloudStorage](https://cloud.tencent.com/document/api/1131/77504)
|
|
44749
|
+
* [DescribeCloudStorageDate](https://cloud.tencent.com/document/api/1131/77503)
|
|
44750
|
+
* [DescribeCloudStorageEvents](https://cloud.tencent.com/document/api/1131/77502)
|
|
44751
|
+
* [DescribeCloudStoragePackageConsumeDetails](https://cloud.tencent.com/document/api/1131/77501)
|
|
44752
|
+
* [DescribeCloudStoragePackageConsumeStats](https://cloud.tencent.com/document/api/1131/77500)
|
|
44753
|
+
* [DescribeCloudStorageThumbnail](https://cloud.tencent.com/document/api/1131/77499)
|
|
44754
|
+
* [DescribeCloudStorageTime](https://cloud.tencent.com/document/api/1131/77498)
|
|
44755
|
+
* [DescribeCloudStorageUsers](https://cloud.tencent.com/document/api/1131/77497)
|
|
44756
|
+
* [DescribeDataForwardList](https://cloud.tencent.com/document/api/1131/77449)
|
|
44757
|
+
* [DescribeDevice](https://cloud.tencent.com/document/api/1131/77428)
|
|
44758
|
+
* [DescribeDeviceActionHistory](https://cloud.tencent.com/document/api/1131/77462)
|
|
44759
|
+
* [DescribeDeviceCommLog](https://cloud.tencent.com/document/api/1131/77461)
|
|
44760
|
+
* [DescribeDeviceData](https://cloud.tencent.com/document/api/1131/77460)
|
|
44761
|
+
* [DescribeDeviceDataHistory](https://cloud.tencent.com/document/api/1131/77459)
|
|
44762
|
+
* [DescribeDeviceEventHistory](https://cloud.tencent.com/document/api/1131/77458)
|
|
44763
|
+
* [DescribeDeviceStatusLog](https://cloud.tencent.com/document/api/1131/77457)
|
|
44764
|
+
* [DescribeDevices](https://cloud.tencent.com/document/api/1131/77427)
|
|
44765
|
+
* [DescribeFirmware](https://cloud.tencent.com/document/api/1131/77479)
|
|
44766
|
+
* [DescribeFirmwareTask](https://cloud.tencent.com/document/api/1131/77478)
|
|
44767
|
+
* [DescribeFirmwareTaskDevices](https://cloud.tencent.com/document/api/1131/77477)
|
|
44768
|
+
* [DescribeFirmwareTaskDistribution](https://cloud.tencent.com/document/api/1131/77476)
|
|
44769
|
+
* [DescribeFirmwareTaskStatistics](https://cloud.tencent.com/document/api/1131/77475)
|
|
44770
|
+
* [DescribeFirmwareTasks](https://cloud.tencent.com/document/api/1131/77474)
|
|
44771
|
+
* [DescribeForwardRule](https://cloud.tencent.com/document/api/1131/77448)
|
|
44772
|
+
* [DescribeModelDefinition](https://cloud.tencent.com/document/api/1131/77439)
|
|
44773
|
+
* [DescribePackageConsumeTask](https://cloud.tencent.com/document/api/1131/77496)
|
|
44774
|
+
* [DescribePackageConsumeTasks](https://cloud.tencent.com/document/api/1131/77495)
|
|
44775
|
+
* [DescribeProduct](https://cloud.tencent.com/document/api/1131/77488)
|
|
44776
|
+
* [DescribeProductDynamicRegister](https://cloud.tencent.com/document/api/1131/77487)
|
|
44777
|
+
* [DescribeProducts](https://cloud.tencent.com/document/api/1131/77486)
|
|
44778
|
+
* [DescribePushChannel](https://cloud.tencent.com/document/api/1131/77447)
|
|
44779
|
+
* [DescribeSDKLog](https://cloud.tencent.com/document/api/1131/77456)
|
|
44780
|
+
* [DescribeUser](https://cloud.tencent.com/document/api/1131/77432)
|
|
44781
|
+
* [EditFirmware](https://cloud.tencent.com/document/api/1131/77473)
|
|
44782
|
+
* [GenerateSignedVideoURL](https://cloud.tencent.com/document/api/1131/77494)
|
|
44783
|
+
* [GetAllFirmwareVersion](https://cloud.tencent.com/document/api/1131/77472)
|
|
44784
|
+
* [GetFirmwareURL](https://cloud.tencent.com/document/api/1131/77471)
|
|
44785
|
+
* [ImportModelDefinition](https://cloud.tencent.com/document/api/1131/77438)
|
|
44786
|
+
* [InheritCloudStorageUser](https://cloud.tencent.com/document/api/1131/77493)
|
|
44787
|
+
* [ListFirmwares](https://cloud.tencent.com/document/api/1131/77470)
|
|
44788
|
+
* [ModifyDataForward](https://cloud.tencent.com/document/api/1131/77446)
|
|
44789
|
+
* [ModifyDataForwardStatus](https://cloud.tencent.com/document/api/1131/77445)
|
|
44790
|
+
* [ModifyDevice](https://cloud.tencent.com/document/api/1131/77426)
|
|
44791
|
+
* [ModifyDeviceLogLevel](https://cloud.tencent.com/document/api/1131/77455)
|
|
44792
|
+
* [ModifyForwardRule](https://cloud.tencent.com/document/api/1131/77444)
|
|
44793
|
+
* [ModifyModelDefinition](https://cloud.tencent.com/document/api/1131/77437)
|
|
44794
|
+
* [ModifyProduct](https://cloud.tencent.com/document/api/1131/77485)
|
|
44795
|
+
* [ModifyProductDynamicRegister](https://cloud.tencent.com/document/api/1131/77484)
|
|
44796
|
+
* [ModifyPushChannel](https://cloud.tencent.com/document/api/1131/77443)
|
|
44797
|
+
* [PublishMessage](https://cloud.tencent.com/document/api/1131/77425)
|
|
44798
|
+
* [ReportAliveDevice](https://cloud.tencent.com/document/api/1131/77509)
|
|
44799
|
+
* [ResetCloudStorage](https://cloud.tencent.com/document/api/1131/77492)
|
|
44800
|
+
* [RetryDeviceFirmwareTask](https://cloud.tencent.com/document/api/1131/77469)
|
|
44801
|
+
* [SetForwardAuth](https://cloud.tencent.com/document/api/1131/77442)
|
|
44802
|
+
* [TransferCloudStorage](https://cloud.tencent.com/document/api/1131/77491)
|
|
44803
|
+
* [UpdateAIModelChannel](https://cloud.tencent.com/document/api/1131/77508)
|
|
44804
|
+
* [UploadFirmware](https://cloud.tencent.com/document/api/1131/77468)
|
|
44805
|
+
* [WakeUpDevice](https://cloud.tencent.com/document/api/1131/77424)
|
|
44806
|
+
|
|
44807
|
+
新增数据结构:
|
|
44808
|
+
|
|
44809
|
+
* [AIModelApplication](https://cloud.tencent.com/document/api/1131/76635#AIModelApplication)
|
|
44810
|
+
* [AIModelInfo](https://cloud.tencent.com/document/api/1131/76635#AIModelInfo)
|
|
44811
|
+
* [AIModelUsageInfo](https://cloud.tencent.com/document/api/1131/76635#AIModelUsageInfo)
|
|
44812
|
+
* [ActionHistory](https://cloud.tencent.com/document/api/1131/76635#ActionHistory)
|
|
44813
|
+
* [BalanceTransaction](https://cloud.tencent.com/document/api/1131/76635#BalanceTransaction)
|
|
44814
|
+
* [BonusInfo](https://cloud.tencent.com/document/api/1131/76635#BonusInfo)
|
|
44815
|
+
* [CloudStorageEvent](https://cloud.tencent.com/document/api/1131/76635#CloudStorageEvent)
|
|
44816
|
+
* [CloudStorageTimeData](https://cloud.tencent.com/document/api/1131/76635#CloudStorageTimeData)
|
|
44817
|
+
* [CloudStorageTimeInfo](https://cloud.tencent.com/document/api/1131/76635#CloudStorageTimeInfo)
|
|
44818
|
+
* [CloudStorageUserInfo](https://cloud.tencent.com/document/api/1131/76635#CloudStorageUserInfo)
|
|
44819
|
+
* [DataForward](https://cloud.tencent.com/document/api/1131/76635#DataForward)
|
|
44820
|
+
* [DeviceCommLogItem](https://cloud.tencent.com/document/api/1131/76635#DeviceCommLogItem)
|
|
44821
|
+
* [DeviceDataHistoryItem](https://cloud.tencent.com/document/api/1131/76635#DeviceDataHistoryItem)
|
|
44822
|
+
* [DeviceInfo](https://cloud.tencent.com/document/api/1131/76635#DeviceInfo)
|
|
44823
|
+
* [DeviceStatusLogItem](https://cloud.tencent.com/document/api/1131/76635#DeviceStatusLogItem)
|
|
44824
|
+
* [DeviceUpdateStatus](https://cloud.tencent.com/document/api/1131/76635#DeviceUpdateStatus)
|
|
44825
|
+
* [EventHistoryItem](https://cloud.tencent.com/document/api/1131/76635#EventHistoryItem)
|
|
44826
|
+
* [FirmwareInfo](https://cloud.tencent.com/document/api/1131/76635#FirmwareInfo)
|
|
44827
|
+
* [FirmwareTaskInfo](https://cloud.tencent.com/document/api/1131/76635#FirmwareTaskInfo)
|
|
44828
|
+
* [PackageConsumeStat](https://cloud.tencent.com/document/api/1131/76635#PackageConsumeStat)
|
|
44829
|
+
* [PackageConsumeTask](https://cloud.tencent.com/document/api/1131/76635#PackageConsumeTask)
|
|
44830
|
+
* [ProductModelDefinition](https://cloud.tencent.com/document/api/1131/76635#ProductModelDefinition)
|
|
44831
|
+
* [ProductTemplate](https://cloud.tencent.com/document/api/1131/76635#ProductTemplate)
|
|
44832
|
+
* [SDKLogItem](https://cloud.tencent.com/document/api/1131/76635#SDKLogItem)
|
|
44833
|
+
* [SearchKeyword](https://cloud.tencent.com/document/api/1131/76635#SearchKeyword)
|
|
44834
|
+
* [StatusStatistic](https://cloud.tencent.com/document/api/1131/76635#StatusStatistic)
|
|
44835
|
+
* [VideoBatch](https://cloud.tencent.com/document/api/1131/76635#VideoBatch)
|
|
44836
|
+
|
|
44452
44837
|
### 第 3 次发布
|
|
44453
44838
|
|
|
44454
44839
|
发布时间:2022-07-13 11:20:10
|
|
@@ -47939,6 +48324,28 @@
|
|
|
47939
48324
|
|
|
47940
48325
|
## 云数据库 MariaDB(mariadb) 版本:2017-03-12
|
|
47941
48326
|
|
|
48327
|
+
### 第 39 次发布
|
|
48328
|
+
|
|
48329
|
+
发布时间:2022-07-22 06:10:50
|
|
48330
|
+
|
|
48331
|
+
本次发布包含了以下内容:
|
|
48332
|
+
|
|
48333
|
+
改善已有的文档。
|
|
48334
|
+
|
|
48335
|
+
修改接口:
|
|
48336
|
+
|
|
48337
|
+
* [CreateHourDBInstance](https://cloud.tencent.com/document/api/237/67878)
|
|
48338
|
+
|
|
48339
|
+
* 新增出参:FlowId
|
|
48340
|
+
|
|
48341
|
+
|
|
48342
|
+
修改数据结构:
|
|
48343
|
+
|
|
48344
|
+
* [DBInstance](https://cloud.tencent.com/document/api/237/16191#DBInstance)
|
|
48345
|
+
|
|
48346
|
+
* 新增成员:DbVersionId
|
|
48347
|
+
|
|
48348
|
+
|
|
47942
48349
|
### 第 38 次发布
|
|
47943
48350
|
|
|
47944
48351
|
发布时间:2022-07-06 06:15:28
|
|
@@ -48984,6 +49391,18 @@
|
|
|
48984
49391
|
|
|
48985
49392
|
## 小程序安全(mmps) 版本:2020-07-10
|
|
48986
49393
|
|
|
49394
|
+
### 第 6 次发布
|
|
49395
|
+
|
|
49396
|
+
发布时间:2022-07-21 15:01:26
|
|
49397
|
+
|
|
49398
|
+
本次发布包含了以下内容:
|
|
49399
|
+
|
|
49400
|
+
改善已有的文档。
|
|
49401
|
+
|
|
49402
|
+
新增接口:
|
|
49403
|
+
|
|
49404
|
+
* [[CreateFlySecMiniAppProfessionalScanTask](https://cloud.tencent.com/document/api/1223/77611)](https://cloud.tencent.com/document/api/#/#)
|
|
49405
|
+
|
|
48987
49406
|
### 第 5 次发布
|
|
48988
49407
|
|
|
48989
49408
|
发布时间:2022-06-27 14:56:37
|
|
@@ -54945,6 +55364,21 @@
|
|
|
54945
55364
|
|
|
54946
55365
|
## 企业组织(organization) 版本:2021-03-31
|
|
54947
55366
|
|
|
55367
|
+
### 第 10 次发布
|
|
55368
|
+
|
|
55369
|
+
发布时间:2022-07-21 06:14:50
|
|
55370
|
+
|
|
55371
|
+
本次发布包含了以下内容:
|
|
55372
|
+
|
|
55373
|
+
改善已有的文档。
|
|
55374
|
+
|
|
55375
|
+
修改数据结构:
|
|
55376
|
+
|
|
55377
|
+
* [OrgMember](https://cloud.tencent.com/document/api/850/67060#OrgMember)
|
|
55378
|
+
|
|
55379
|
+
* 新增成员:PermissionStatus
|
|
55380
|
+
|
|
55381
|
+
|
|
54948
55382
|
### 第 9 次发布
|
|
54949
55383
|
|
|
54950
55384
|
发布时间:2022-06-10 06:11:43
|
|
@@ -58881,6 +59315,43 @@
|
|
|
58881
59315
|
|
|
58882
59316
|
## 邮件推送(ses) 版本:2020-10-02
|
|
58883
59317
|
|
|
59318
|
+
### 第 14 次发布
|
|
59319
|
+
|
|
59320
|
+
发布时间:2022-07-22 06:12:49
|
|
59321
|
+
|
|
59322
|
+
本次发布包含了以下内容:
|
|
59323
|
+
|
|
59324
|
+
改善已有的文档。
|
|
59325
|
+
|
|
59326
|
+
修改接口:
|
|
59327
|
+
|
|
59328
|
+
* [ListEmailIdentities](https://cloud.tencent.com/document/api/1288/51045)
|
|
59329
|
+
|
|
59330
|
+
* 新增出参:MaxReputationLevel, MaxDailyQuota
|
|
59331
|
+
|
|
59332
|
+
|
|
59333
|
+
修改数据结构:
|
|
59334
|
+
|
|
59335
|
+
* [EmailIdentity](https://cloud.tencent.com/document/api/1288/51053#EmailIdentity)
|
|
59336
|
+
|
|
59337
|
+
* 新增成员:CurrentReputationLevel, DailyQuota
|
|
59338
|
+
|
|
59339
|
+
|
|
59340
|
+
### 第 13 次发布
|
|
59341
|
+
|
|
59342
|
+
发布时间:2022-07-21 06:15:51
|
|
59343
|
+
|
|
59344
|
+
本次发布包含了以下内容:
|
|
59345
|
+
|
|
59346
|
+
改善已有的文档。
|
|
59347
|
+
|
|
59348
|
+
修改接口:
|
|
59349
|
+
|
|
59350
|
+
* [GetEmailTemplate](https://cloud.tencent.com/document/api/1288/51040)
|
|
59351
|
+
|
|
59352
|
+
* 新增出参:TemplateStatus
|
|
59353
|
+
|
|
59354
|
+
|
|
58884
59355
|
### 第 12 次发布
|
|
58885
59356
|
|
|
58886
59357
|
发布时间:2022-03-29 08:14:38
|
|
@@ -60893,6 +61364,21 @@
|
|
|
60893
61364
|
|
|
60894
61365
|
## 证书(ssl) 版本:2019-12-05
|
|
60895
61366
|
|
|
61367
|
+
### 第 17 次发布
|
|
61368
|
+
|
|
61369
|
+
发布时间:2022-07-20 06:12:05
|
|
61370
|
+
|
|
61371
|
+
本次发布包含了以下内容:
|
|
61372
|
+
|
|
61373
|
+
改善已有的文档。
|
|
61374
|
+
|
|
61375
|
+
修改接口:
|
|
61376
|
+
|
|
61377
|
+
* [DescribeCertificateDetail](https://cloud.tencent.com/document/api/400/41673)
|
|
61378
|
+
|
|
61379
|
+
* 新增出参:CertFingerprint, EncryptCertFingerprint
|
|
61380
|
+
|
|
61381
|
+
|
|
60896
61382
|
### 第 16 次发布
|
|
60897
61383
|
|
|
60898
61384
|
发布时间:2022-07-14 06:15:09
|
|
@@ -68514,6 +69000,18 @@
|
|
|
68514
69000
|
|
|
68515
69001
|
## 弹性微服务(tem) 版本:2021-07-01
|
|
68516
69002
|
|
|
69003
|
+
### 第 20 次发布
|
|
69004
|
+
|
|
69005
|
+
发布时间:2022-07-22 06:14:55
|
|
69006
|
+
|
|
69007
|
+
本次发布包含了以下内容:
|
|
69008
|
+
|
|
69009
|
+
改善已有的文档。
|
|
69010
|
+
|
|
69011
|
+
新增接口:
|
|
69012
|
+
|
|
69013
|
+
* [[DestroyEnvironment](https://cloud.tencent.com/document/api/1371/77632)](https://cloud.tencent.com/document/api/#/#)
|
|
69014
|
+
|
|
68517
69015
|
### 第 19 次发布
|
|
68518
69016
|
|
|
68519
69017
|
发布时间:2022-07-11 06:18:55
|
|
@@ -70110,6 +70608,21 @@
|
|
|
70110
70608
|
|
|
70111
70609
|
## 图像分析(tiia) 版本:2019-05-29
|
|
70112
70610
|
|
|
70611
|
+
### 第 25 次发布
|
|
70612
|
+
|
|
70613
|
+
发布时间:2022-07-21 06:19:01
|
|
70614
|
+
|
|
70615
|
+
本次发布包含了以下内容:
|
|
70616
|
+
|
|
70617
|
+
改善已有的文档。
|
|
70618
|
+
|
|
70619
|
+
修改数据结构:
|
|
70620
|
+
|
|
70621
|
+
* [CarTagItem](https://cloud.tencent.com/document/api/865/35474#CarTagItem)
|
|
70622
|
+
|
|
70623
|
+
* 新增成员:PlateConfidence, TypeConfidence, ColorConfidence
|
|
70624
|
+
|
|
70625
|
+
|
|
70113
70626
|
### 第 24 次发布
|
|
70114
70627
|
|
|
70115
70628
|
发布时间:2022-07-07 06:17:32
|
|
@@ -80703,6 +81216,60 @@
|
|
|
80703
81216
|
|
|
80704
81217
|
## 私有网络(vpc) 版本:2017-03-12
|
|
80705
81218
|
|
|
81219
|
+
### 第 120 次发布
|
|
81220
|
+
|
|
81221
|
+
发布时间:2022-07-22 06:16:48
|
|
81222
|
+
|
|
81223
|
+
本次发布包含了以下内容:
|
|
81224
|
+
|
|
81225
|
+
改善已有的文档。
|
|
81226
|
+
|
|
81227
|
+
新增接口:
|
|
81228
|
+
|
|
81229
|
+
* [[CreateNetworkAclQuintupleEntries](https://cloud.tencent.com/document/api/215/77636)](https://cloud.tencent.com/document/api/#/#)
|
|
81230
|
+
* [[DeleteNetworkAclQuintupleEntries](https://cloud.tencent.com/document/api/215/77635)](https://cloud.tencent.com/document/api/#/#)
|
|
81231
|
+
* [[DescribeNetworkAclQuintupleEntries](https://cloud.tencent.com/document/api/215/77634)](https://cloud.tencent.com/document/api/#/#)
|
|
81232
|
+
* [[ModifyNetworkAclQuintupleEntries](https://cloud.tencent.com/document/api/215/77633)](https://cloud.tencent.com/document/api/#/#)
|
|
81233
|
+
|
|
81234
|
+
### 第 119 次发布
|
|
81235
|
+
|
|
81236
|
+
发布时间:2022-07-21 06:20:44
|
|
81237
|
+
|
|
81238
|
+
本次发布包含了以下内容:
|
|
81239
|
+
|
|
81240
|
+
改善已有的文档。
|
|
81241
|
+
|
|
81242
|
+
修改接口:
|
|
81243
|
+
|
|
81244
|
+
* [CreateNetworkAcl](https://cloud.tencent.com/document/api/215/42162)
|
|
81245
|
+
|
|
81246
|
+
* 新增入参:NetworkAclType, Tags
|
|
81247
|
+
|
|
81248
|
+
* [ModifyNetworkAclEntries](https://cloud.tencent.com/document/api/215/42107)
|
|
81249
|
+
|
|
81250
|
+
* 新增入参:NetworkAclQuintupleSet
|
|
81251
|
+
|
|
81252
|
+
|
|
81253
|
+
新增数据结构:
|
|
81254
|
+
|
|
81255
|
+
* [NetworkAclQuintupleEntries](https://cloud.tencent.com/document/api/215/15824#NetworkAclQuintupleEntries)
|
|
81256
|
+
* [NetworkAclQuintupleEntry](https://cloud.tencent.com/document/api/215/15824#NetworkAclQuintupleEntry)
|
|
81257
|
+
|
|
81258
|
+
### 第 118 次发布
|
|
81259
|
+
|
|
81260
|
+
发布时间:2022-07-20 06:15:28
|
|
81261
|
+
|
|
81262
|
+
本次发布包含了以下内容:
|
|
81263
|
+
|
|
81264
|
+
改善已有的文档。
|
|
81265
|
+
|
|
81266
|
+
修改数据结构:
|
|
81267
|
+
|
|
81268
|
+
* [NetworkAcl](https://cloud.tencent.com/document/api/215/15824#NetworkAcl)
|
|
81269
|
+
|
|
81270
|
+
* 新增成员:NetworkAclType, TagSet
|
|
81271
|
+
|
|
81272
|
+
|
|
80706
81273
|
### 第 117 次发布
|
|
80707
81274
|
|
|
80708
81275
|
发布时间:2022-06-24 06:20:35
|
|
@@ -83519,6 +84086,37 @@
|
|
|
83519
84086
|
|
|
83520
84087
|
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
83521
84088
|
|
|
84089
|
+
### 第 13 次发布
|
|
84090
|
+
|
|
84091
|
+
发布时间:2022-07-19 19:05:38
|
|
84092
|
+
|
|
84093
|
+
本次发布包含了以下内容:
|
|
84094
|
+
|
|
84095
|
+
改善已有的文档。
|
|
84096
|
+
|
|
84097
|
+
新增接口:
|
|
84098
|
+
|
|
84099
|
+
* [PostAttackDownloadTask](https://cloud.tencent.com/document/api/627/77524)
|
|
84100
|
+
|
|
84101
|
+
### 第 12 次发布
|
|
84102
|
+
|
|
84103
|
+
发布时间:2022-07-19 15:39:43
|
|
84104
|
+
|
|
84105
|
+
本次发布包含了以下内容:
|
|
84106
|
+
|
|
84107
|
+
改善已有的文档。
|
|
84108
|
+
|
|
84109
|
+
修改接口:
|
|
84110
|
+
|
|
84111
|
+
* [GetAttackDownloadRecords](https://cloud.tencent.com/document/api/627/77337)
|
|
84112
|
+
|
|
84113
|
+
* 新增出参:Records
|
|
84114
|
+
|
|
84115
|
+
|
|
84116
|
+
新增数据结构:
|
|
84117
|
+
|
|
84118
|
+
* [DownloadAttackRecordInfo](https://cloud.tencent.com/document/api/627/53609#DownloadAttackRecordInfo)
|
|
84119
|
+
|
|
83522
84120
|
### 第 11 次发布
|
|
83523
84121
|
|
|
83524
84122
|
发布时间:2022-07-18 06:19:58
|
|
@@ -84008,6 +84606,21 @@
|
|
|
84008
84606
|
|
|
84009
84607
|
## 音速达直播音乐版权引擎(yinsuda) 版本:2022-05-27
|
|
84010
84608
|
|
|
84609
|
+
### 第 3 次发布
|
|
84610
|
+
|
|
84611
|
+
发布时间:2022-07-20 06:16:26
|
|
84612
|
+
|
|
84613
|
+
本次发布包含了以下内容:
|
|
84614
|
+
|
|
84615
|
+
改善已有的文档。
|
|
84616
|
+
|
|
84617
|
+
修改数据结构:
|
|
84618
|
+
|
|
84619
|
+
* [KTVMusicBaseInfo](https://cloud.tencent.com/document/api/1592/76191#KTVMusicBaseInfo)
|
|
84620
|
+
|
|
84621
|
+
* 新增成员:RecommendType
|
|
84622
|
+
|
|
84623
|
+
|
|
84011
84624
|
### 第 2 次发布
|
|
84012
84625
|
|
|
84013
84626
|
发布时间:2022-07-13 06:20:29
|