tencentcloud-sdk-nodejs 4.0.360 → 4.0.363
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 +663 -0
- package/SERVICE_CHANGELOG.md +685 -39
- package/package.json +1 -1
- package/products.md +29 -27
- package/src/common/sdk_version.ts +1 -1
- package/src/services/acp/v20220105/acp_client.ts +25 -12
- package/src/services/acp/v20220105/acp_models.ts +50 -0
- package/src/services/ams/v20201229/ams_models.ts +7 -1
- package/src/services/antiddos/v20200309/antiddos_client.ts +3 -1
- package/src/services/antiddos/v20200309/antiddos_models.ts +68 -2
- package/src/services/cat/v20180409/cat_client.ts +38 -377
- package/src/services/cat/v20180409/cat_models.ts +385 -2403
- package/src/services/cdb/v20170320/cdb_models.ts +2 -2
- package/src/services/ciam/index.ts +5 -0
- package/src/services/ciam/v20220331/ciam_client.ts +198 -0
- package/src/services/ciam/v20220331/ciam_models.ts +1087 -0
- package/src/services/ciam/v20220331/index.ts +6 -0
- package/src/services/cii/v20210408/cii_client.ts +3 -0
- package/src/services/cii/v20210408/cii_models.ts +61 -0
- package/src/services/cvm/v20170312/cvm_models.ts +18 -8
- package/src/services/dlc/v20210125/dlc_client.ts +13 -0
- package/src/services/dlc/v20210125/dlc_models.ts +94 -7
- package/src/services/eis/v20210601/eis_models.ts +39 -0
- package/src/services/ess/v20201111/ess_client.ts +1 -1
- package/src/services/ess/v20201111/ess_models.ts +1 -1
- package/src/services/facefusion/v20181201/facefusion_models.ts +1 -1
- package/src/services/index.ts +2 -0
- package/src/services/live/v20180801/live_client.ts +1 -1
- package/src/services/live/v20180801/live_models.ts +1 -1
- package/src/services/mmps/v20200710/mmps_client.ts +30 -5
- package/src/services/mmps/v20200710/mmps_models.ts +193 -103
- package/src/services/oceanus/v20190422/oceanus_client.ts +22 -0
- package/src/services/oceanus/v20190422/oceanus_models.ts +40 -0
- package/src/services/ocr/v20181119/ocr_client.ts +1 -1
- package/src/services/ocr/v20181119/ocr_models.ts +5 -0
- package/src/services/postgres/v20170312/postgres_models.ts +53 -38
- package/src/services/redis/v20180412/redis_models.ts +10 -0
- package/src/services/ses/v20201002/ses_client.ts +1 -1
- package/src/services/tbaas/v20180416/tbaas_models.ts +1 -1
- package/src/services/tcbr/index.ts +5 -0
- package/src/services/tcbr/v20220217/index.ts +6 -0
- package/src/services/tcbr/v20220217/tcbr_client.ts +130 -0
- package/src/services/tcbr/v20220217/tcbr_models.ts +876 -0
- package/src/services/teo/v20220106/teo_client.ts +680 -412
- package/src/services/teo/v20220106/teo_models.ts +2927 -579
- package/src/services/tiia/v20190529/tiia_client.ts +17 -1
- package/src/services/tiia/v20190529/tiia_models.ts +70 -14
- package/src/services/vm/v20201229/vm_models.ts +7 -1
- package/src/services/vod/v20180717/vod_client.ts +27 -0
- package/src/services/vod/v20180717/vod_models.ts +232 -158
- package/src/services/vpc/v20170312/vpc_models.ts +2 -2
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/acp/v20220105/acp_client.d.ts +9 -5
- package/tencentcloud/services/acp/v20220105/acp_client.js +12 -6
- package/tencentcloud/services/acp/v20220105/acp_models.d.ts +43 -0
- package/tencentcloud/services/ams/v20201229/ams_models.d.ts +6 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +57 -2
- package/tencentcloud/services/cat/v20180409/cat_client.d.ts +9 -117
- package/tencentcloud/services/cat/v20180409/cat_client.js +12 -174
- package/tencentcloud/services/cat/v20180409/cat_models.d.ts +348 -2028
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +2 -2
- package/tencentcloud/services/ciam/index.d.ts +6 -0
- package/tencentcloud/services/ciam/index.js +7 -0
- package/tencentcloud/services/ciam/v20220331/ciam_client.d.ts +62 -0
- package/tencentcloud/services/ciam/v20220331/ciam_client.js +109 -0
- package/tencentcloud/services/ciam/v20220331/ciam_models.d.ts +910 -0
- package/tencentcloud/services/ciam/v20220331/ciam_models.js +18 -0
- package/tencentcloud/services/ciam/v20220331/index.d.ts +6 -0
- package/tencentcloud/services/ciam/v20220331/index.js +9 -0
- package/tencentcloud/services/cii/v20210408/cii_models.d.ts +52 -0
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +17 -8
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +5 -1
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +6 -0
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +81 -7
- package/tencentcloud/services/eis/v20210601/eis_models.d.ts +32 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +1 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +1 -1
- package/tencentcloud/services/facefusion/v20181201/facefusion_models.d.ts +1 -1
- package/tencentcloud/services/index.d.ts +2 -0
- package/tencentcloud/services/index.js +4 -0
- package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -1
- package/tencentcloud/services/live/v20180801/live_client.js +1 -1
- package/tencentcloud/services/live/v20180801/live_models.d.ts +1 -1
- package/tencentcloud/services/mmps/v20200710/mmps_client.d.ts +9 -1
- package/tencentcloud/services/mmps/v20200710/mmps_client.js +12 -0
- package/tencentcloud/services/mmps/v20200710/mmps_models.d.ts +164 -88
- package/tencentcloud/services/oceanus/v20190422/oceanus_client.d.ts +15 -1
- package/tencentcloud/services/oceanus/v20190422/oceanus_client.js +16 -0
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +34 -0
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +4 -0
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +50 -38
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +8 -0
- package/tencentcloud/services/ses/v20201002/ses_client.d.ts +1 -1
- package/tencentcloud/services/ses/v20201002/ses_client.js +1 -1
- package/tencentcloud/services/tbaas/v20180416/tbaas_models.d.ts +1 -1
- package/tencentcloud/services/tcbr/index.d.ts +6 -0
- package/tencentcloud/services/tcbr/index.js +7 -0
- package/tencentcloud/services/tcbr/v20220217/index.d.ts +6 -0
- package/tencentcloud/services/tcbr/v20220217/index.js +9 -0
- package/tencentcloud/services/tcbr/v20220217/tcbr_client.d.ts +38 -0
- package/tencentcloud/services/tcbr/v20220217/tcbr_client.js +73 -0
- package/tencentcloud/services/tcbr/v20220217/tcbr_models.d.ts +723 -0
- package/tencentcloud/services/tcbr/v20220217/tcbr_models.js +18 -0
- package/tencentcloud/services/teo/v20220106/teo_client.d.ts +205 -125
- package/tencentcloud/services/teo/v20220106/teo_client.js +306 -186
- package/tencentcloud/services/teo/v20220106/teo_models.d.ts +2539 -562
- package/tencentcloud/services/tiia/v20190529/tiia_client.d.ts +8 -1
- package/tencentcloud/services/tiia/v20190529/tiia_client.js +9 -0
- package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +61 -12
- package/tencentcloud/services/vm/v20201229/vm_models.d.ts +6 -1
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +12 -1
- package/tencentcloud/services/vod/v20180717/vod_client.js +15 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +200 -136
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +2 -2
- package/test/acp.v20220105.test.js +14 -4
- package/test/cat.v20180409.test.js +8 -278
- package/test/ciam.v20220331.test.js +151 -0
- package/test/dlc.v20210125.test.js +10 -0
- package/test/mmps.v20200710.test.js +20 -0
- package/test/oceanus.v20190422.test.js +10 -0
- package/test/tcbr.v20220217.test.js +91 -0
- package/test/teo.v20220106.test.js +324 -124
- package/test/tiia.v20190529.test.js +10 -0
- package/test/vod.v20180717.test.js +20 -0
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,49 +1,53 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 音频内容检测(ams) 版本:2020-12-29
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 6 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2022-06-
|
|
7
|
+
发布时间:2022-06-17 06:02:19
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
修改接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [DescribeTaskDetail](https://cloud.tencent.com/document/api/1219/53256)
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
* 新增出参:Label
|
|
18
18
|
|
|
19
|
-
* [InstanceSummary](https://cloud.tencent.com/document/api/628/45244#InstanceSummary)
|
|
20
19
|
|
|
21
20
|
|
|
22
21
|
|
|
23
|
-
##
|
|
22
|
+
## 音频内容检测(ams) 版本:2020-06-08
|
|
24
23
|
|
|
25
|
-
### 第 20 次发布
|
|
26
24
|
|
|
27
|
-
|
|
25
|
+
|
|
26
|
+
## 账号风控平台(ciam) 版本:2022-03-31
|
|
27
|
+
|
|
28
|
+
### 第 4 次发布
|
|
29
|
+
|
|
30
|
+
发布时间:2022-06-16 19:58:34
|
|
28
31
|
|
|
29
32
|
本次发布包含了以下内容:
|
|
30
33
|
|
|
31
34
|
改善已有的文档。
|
|
32
35
|
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
* [Column](https://cloud.tencent.com/document/api/1342/53778#Column)
|
|
36
|
+
新增数据结构:
|
|
36
37
|
|
|
37
|
-
|
|
38
|
+
* [Salt](https://cloud.tencent.com/document/api/1441/75643#Salt)
|
|
39
|
+
* [SaltLocation](https://cloud.tencent.com/document/api/1441/75643#SaltLocation)
|
|
38
40
|
|
|
41
|
+
修改数据结构:
|
|
39
42
|
|
|
43
|
+
* [ImportUser](https://cloud.tencent.com/document/api/1441/75643#ImportUser)
|
|
40
44
|
|
|
45
|
+
* 新增成员:UserName, PhoneNumber, Email, ResidentIdentityCard, Nickname, Address, UserGroup, QqOpenId, QqUnionId, WechatOpenId, WechatUnionId, AlipayUserId, Description, Birthdate, Name, Locale, Gender, IdentityVerificationMethod, IdentityVerified, Job, Nationality, Zone, Password, CustomizationAttributes, Salt, PasswordEncryptTypeEnum
|
|
41
46
|
|
|
42
|
-
## 云直播(live) 版本:2018-08-01
|
|
43
47
|
|
|
44
|
-
### 第
|
|
48
|
+
### 第 3 次发布
|
|
45
49
|
|
|
46
|
-
发布时间:2022-06-
|
|
50
|
+
发布时间:2022-06-16 19:08:56
|
|
47
51
|
|
|
48
52
|
本次发布包含了以下内容:
|
|
49
53
|
|
|
@@ -51,19 +55,25 @@
|
|
|
51
55
|
|
|
52
56
|
新增接口:
|
|
53
57
|
|
|
54
|
-
* [
|
|
58
|
+
* [CreateApiImportUserJob](https://cloud.tencent.com/document/api/1441/75705)
|
|
59
|
+
* [CreateFileExportUserJob](https://cloud.tencent.com/document/api/1441/75704)
|
|
60
|
+
* [ListJobs](https://cloud.tencent.com/document/api/1441/75703)
|
|
55
61
|
|
|
56
62
|
新增数据结构:
|
|
57
63
|
|
|
58
|
-
* [
|
|
64
|
+
* [ErrorDetails](https://cloud.tencent.com/document/api/1441/75643#ErrorDetails)
|
|
65
|
+
* [ExportPropertyMap](https://cloud.tencent.com/document/api/1441/75643#ExportPropertyMap)
|
|
66
|
+
* [FailedUsers](https://cloud.tencent.com/document/api/1441/75643#FailedUsers)
|
|
67
|
+
* [ImportUser](https://cloud.tencent.com/document/api/1441/75643#ImportUser)
|
|
68
|
+
* [Job](https://cloud.tencent.com/document/api/1441/75643#Job)
|
|
59
69
|
|
|
60
70
|
|
|
61
71
|
|
|
62
72
|
## 文字识别(ocr) 版本:2018-11-19
|
|
63
73
|
|
|
64
|
-
### 第
|
|
74
|
+
### 第 70 次发布
|
|
65
75
|
|
|
66
|
-
发布时间:2022-06-
|
|
76
|
+
发布时间:2022-06-17 06:11:40
|
|
67
77
|
|
|
68
78
|
本次发布包含了以下内容:
|
|
69
79
|
|
|
@@ -71,22 +81,58 @@
|
|
|
71
81
|
|
|
72
82
|
修改接口:
|
|
73
83
|
|
|
74
|
-
* [
|
|
84
|
+
* [RecognizeHealthCodeOCR](https://cloud.tencent.com/document/api/866/68580)
|
|
75
85
|
|
|
76
|
-
* 新增出参:
|
|
86
|
+
* 新增出参:Vaccination
|
|
77
87
|
|
|
78
88
|
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
## 云托管 CloudBase Run(tcbr) 版本:2022-02-17
|
|
92
|
+
|
|
93
|
+
### 第 1 次发布
|
|
94
|
+
|
|
95
|
+
发布时间:2022-06-16 14:56:04
|
|
96
|
+
|
|
97
|
+
本次发布包含了以下内容:
|
|
98
|
+
|
|
99
|
+
改善已有的文档。
|
|
100
|
+
|
|
101
|
+
新增接口:
|
|
102
|
+
|
|
103
|
+
* [CreateCloudRunEnv](https://cloud.tencent.com/document/api/1243/75707)
|
|
104
|
+
* [CreateCloudRunServer](https://cloud.tencent.com/document/api/1243/75712)
|
|
105
|
+
* [DescribeCloudRunEnvs](https://cloud.tencent.com/document/api/1243/75706)
|
|
106
|
+
* [DescribeCloudRunServerDetail](https://cloud.tencent.com/document/api/1243/75711)
|
|
107
|
+
* [DescribeCloudRunServers](https://cloud.tencent.com/document/api/1243/75710)
|
|
108
|
+
* [DescribeEnvBaseInfo](https://cloud.tencent.com/document/api/1243/75701)
|
|
109
|
+
* [UpdateCloudRunServer](https://cloud.tencent.com/document/api/1243/75709)
|
|
110
|
+
|
|
79
111
|
新增数据结构:
|
|
80
112
|
|
|
81
|
-
* [
|
|
113
|
+
* [BuildPacksInfo](https://cloud.tencent.com/document/api/1243/75713#BuildPacksInfo)
|
|
114
|
+
* [ClsInfo](https://cloud.tencent.com/document/api/1243/75713#ClsInfo)
|
|
115
|
+
* [DatabasesInfo](https://cloud.tencent.com/document/api/1243/75713#DatabasesInfo)
|
|
116
|
+
* [DeployParam](https://cloud.tencent.com/document/api/1243/75713#DeployParam)
|
|
117
|
+
* [EnvBaseInfo](https://cloud.tencent.com/document/api/1243/75713#EnvBaseInfo)
|
|
118
|
+
* [EnvInfo](https://cloud.tencent.com/document/api/1243/75713#EnvInfo)
|
|
119
|
+
* [FunctionInfo](https://cloud.tencent.com/document/api/1243/75713#FunctionInfo)
|
|
120
|
+
* [HpaPolicy](https://cloud.tencent.com/document/api/1243/75713#HpaPolicy)
|
|
121
|
+
* [LogServiceInfo](https://cloud.tencent.com/document/api/1243/75713#LogServiceInfo)
|
|
122
|
+
* [RepositoryInfo](https://cloud.tencent.com/document/api/1243/75713#RepositoryInfo)
|
|
123
|
+
* [ServerBaseConfig](https://cloud.tencent.com/document/api/1243/75713#ServerBaseConfig)
|
|
124
|
+
* [ServerBaseInfo](https://cloud.tencent.com/document/api/1243/75713#ServerBaseInfo)
|
|
125
|
+
* [StaticStorageInfo](https://cloud.tencent.com/document/api/1243/75713#StaticStorageInfo)
|
|
126
|
+
* [StorageInfo](https://cloud.tencent.com/document/api/1243/75713#StorageInfo)
|
|
127
|
+
* [Tag](https://cloud.tencent.com/document/api/1243/75713#Tag)
|
|
82
128
|
|
|
83
129
|
|
|
84
130
|
|
|
85
131
|
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
86
132
|
|
|
87
|
-
### 第
|
|
133
|
+
### 第 9 次发布
|
|
88
134
|
|
|
89
|
-
发布时间:2022-06-
|
|
135
|
+
发布时间:2022-06-17 06:14:37
|
|
90
136
|
|
|
91
137
|
本次发布包含了以下内容:
|
|
92
138
|
|
|
@@ -94,17 +140,54 @@
|
|
|
94
140
|
|
|
95
141
|
新增接口:
|
|
96
142
|
|
|
97
|
-
* [
|
|
143
|
+
* [DescribeTimingL7CacheData](https://cloud.tencent.com/document/api/1552/75726)
|
|
144
|
+
* [DescribeTopL7CacheData](https://cloud.tencent.com/document/api/1552/75725)
|
|
98
145
|
|
|
99
|
-
新增数据结构:
|
|
100
146
|
|
|
101
|
-
* [PortraitManagedRuleDetail](https://cloud.tencent.com/document/api/1552/73155#PortraitManagedRuleDetail)
|
|
102
147
|
|
|
103
|
-
|
|
148
|
+
## 视频内容安全(vm) 版本:2020-12-29
|
|
104
149
|
|
|
105
|
-
|
|
150
|
+
### 第 5 次发布
|
|
106
151
|
|
|
107
|
-
|
|
152
|
+
发布时间:2022-06-17 06:16:09
|
|
153
|
+
|
|
154
|
+
本次发布包含了以下内容:
|
|
155
|
+
|
|
156
|
+
改善已有的文档。
|
|
157
|
+
|
|
158
|
+
修改接口:
|
|
159
|
+
|
|
160
|
+
* [DescribeTaskDetail](https://cloud.tencent.com/document/api/1265/51878)
|
|
161
|
+
|
|
162
|
+
* 新增出参:Label
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
## 视频内容安全(vm) 版本:2020-07-09
|
|
168
|
+
|
|
169
|
+
|
|
170
|
+
|
|
171
|
+
## 云点播(vod) 版本:2018-07-17
|
|
172
|
+
|
|
173
|
+
### 第 105 次发布
|
|
174
|
+
|
|
175
|
+
发布时间:2022-06-17 06:16:12
|
|
176
|
+
|
|
177
|
+
本次发布包含了以下内容:
|
|
178
|
+
|
|
179
|
+
改善已有的文档。
|
|
180
|
+
|
|
181
|
+
新增接口:
|
|
182
|
+
|
|
183
|
+
* [RefreshUrlCache](https://cloud.tencent.com/document/api/266/75729)
|
|
184
|
+
* [RestoreMedia](https://cloud.tencent.com/document/api/266/75728)
|
|
185
|
+
|
|
186
|
+
修改接口:
|
|
187
|
+
|
|
188
|
+
* [DescribeStorageData](https://cloud.tencent.com/document/api/266/41463)
|
|
189
|
+
|
|
190
|
+
* 新增出参:ArchiveStorage, DeepArchiveStorage
|
|
108
191
|
|
|
109
192
|
|
|
110
193
|
|
|
@@ -330,6 +413,22 @@
|
|
|
330
413
|
|
|
331
414
|
## 应用合规平台(acp) 版本:2022-01-05
|
|
332
415
|
|
|
416
|
+
### 第 2 次发布
|
|
417
|
+
|
|
418
|
+
发布时间:2022-06-14 11:16:27
|
|
419
|
+
|
|
420
|
+
本次发布包含了以下内容:
|
|
421
|
+
|
|
422
|
+
改善已有的文档。
|
|
423
|
+
|
|
424
|
+
新增接口:
|
|
425
|
+
|
|
426
|
+
* [DescribeResourceUsageInfo](https://cloud.tencent.com/document/api/1553/75518)
|
|
427
|
+
|
|
428
|
+
新增数据结构:
|
|
429
|
+
|
|
430
|
+
* [ResourceUsageInfoData](https://cloud.tencent.com/document/api/1553/75167#ResourceUsageInfoData)
|
|
431
|
+
|
|
333
432
|
### 第 1 次发布
|
|
334
433
|
|
|
335
434
|
发布时间:2022-06-08 15:18:26
|
|
@@ -1352,6 +1451,21 @@
|
|
|
1352
1451
|
|
|
1353
1452
|
## 音频内容检测(ams) 版本:2020-12-29
|
|
1354
1453
|
|
|
1454
|
+
### 第 6 次发布
|
|
1455
|
+
|
|
1456
|
+
发布时间:2022-06-17 06:02:19
|
|
1457
|
+
|
|
1458
|
+
本次发布包含了以下内容:
|
|
1459
|
+
|
|
1460
|
+
改善已有的文档。
|
|
1461
|
+
|
|
1462
|
+
修改接口:
|
|
1463
|
+
|
|
1464
|
+
* [DescribeTaskDetail](https://cloud.tencent.com/document/api/1219/53256)
|
|
1465
|
+
|
|
1466
|
+
* 新增出参:Label
|
|
1467
|
+
|
|
1468
|
+
|
|
1355
1469
|
### 第 5 次发布
|
|
1356
1470
|
|
|
1357
1471
|
发布时间:2022-06-09 06:05:24
|
|
@@ -1472,6 +1586,53 @@
|
|
|
1472
1586
|
|
|
1473
1587
|
## DDoS 防护(antiddos) 版本:2020-03-09
|
|
1474
1588
|
|
|
1589
|
+
### 第 33 次发布
|
|
1590
|
+
|
|
1591
|
+
发布时间:2022-06-16 06:00:42
|
|
1592
|
+
|
|
1593
|
+
本次发布包含了以下内容:
|
|
1594
|
+
|
|
1595
|
+
改善已有的文档。
|
|
1596
|
+
|
|
1597
|
+
修改接口:
|
|
1598
|
+
|
|
1599
|
+
* [CreateCCReqLimitPolicy](https://cloud.tencent.com/document/api/1021/69187)
|
|
1600
|
+
|
|
1601
|
+
* 新增入参:IsGlobal
|
|
1602
|
+
|
|
1603
|
+
* [DescribeListBGPIPInstances](https://cloud.tencent.com/document/api/1021/57524)
|
|
1604
|
+
|
|
1605
|
+
* 新增入参:FilterTag
|
|
1606
|
+
|
|
1607
|
+
* [DescribeListBGPInstances](https://cloud.tencent.com/document/api/1021/57521)
|
|
1608
|
+
|
|
1609
|
+
* 新增入参:FilterTag
|
|
1610
|
+
|
|
1611
|
+
|
|
1612
|
+
新增数据结构:
|
|
1613
|
+
|
|
1614
|
+
* [TagFilter](https://cloud.tencent.com/document/api/1021/57582#TagFilter)
|
|
1615
|
+
* [TagInfo](https://cloud.tencent.com/document/api/1021/57582#TagInfo)
|
|
1616
|
+
|
|
1617
|
+
修改数据结构:
|
|
1618
|
+
|
|
1619
|
+
* [BGPIPInstance](https://cloud.tencent.com/document/api/1021/57582#BGPIPInstance)
|
|
1620
|
+
|
|
1621
|
+
* 新增成员:TagInfoList
|
|
1622
|
+
|
|
1623
|
+
* [BGPInstance](https://cloud.tencent.com/document/api/1021/57582#BGPInstance)
|
|
1624
|
+
|
|
1625
|
+
* 新增成员:TagInfoList
|
|
1626
|
+
|
|
1627
|
+
* [BlackWhiteIpRelation](https://cloud.tencent.com/document/api/1021/57582#BlackWhiteIpRelation)
|
|
1628
|
+
|
|
1629
|
+
* 新增成员:ModifyTime
|
|
1630
|
+
|
|
1631
|
+
* [PacketFilterRelation](https://cloud.tencent.com/document/api/1021/57582#PacketFilterRelation)
|
|
1632
|
+
|
|
1633
|
+
* 新增成员:ModifyTime
|
|
1634
|
+
|
|
1635
|
+
|
|
1475
1636
|
### 第 32 次发布
|
|
1476
1637
|
|
|
1477
1638
|
发布时间:2022-05-17 06:03:35
|
|
@@ -2367,11 +2528,11 @@
|
|
|
2367
2528
|
|
|
2368
2529
|
新增接口:
|
|
2369
2530
|
|
|
2370
|
-
* [
|
|
2531
|
+
* [DescribeExclusiveInstancesStatus](https://cloud.tencent.com/document/api/628/75503)
|
|
2371
2532
|
|
|
2372
2533
|
新增数据结构:
|
|
2373
2534
|
|
|
2374
|
-
* [
|
|
2535
|
+
* [InstanceSummary](https://cloud.tencent.com/document/api/628/45244#InstanceSummary)
|
|
2375
2536
|
|
|
2376
2537
|
### 第 30 次发布
|
|
2377
2538
|
|
|
@@ -8989,6 +9150,62 @@
|
|
|
8989
9150
|
|
|
8990
9151
|
## 云拨测(cat) 版本:2018-04-09
|
|
8991
9152
|
|
|
9153
|
+
### 第 10 次发布
|
|
9154
|
+
|
|
9155
|
+
发布时间:2022-06-15 06:04:25
|
|
9156
|
+
|
|
9157
|
+
本次发布包含了以下内容:
|
|
9158
|
+
|
|
9159
|
+
改善已有的文档。
|
|
9160
|
+
|
|
9161
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
9162
|
+
|
|
9163
|
+
* BindAlarmPolicy
|
|
9164
|
+
* CreateAgentGroup
|
|
9165
|
+
* CreateTaskEx
|
|
9166
|
+
* DeleteAgentGroup
|
|
9167
|
+
* DeleteTasks
|
|
9168
|
+
* DescribeAgentGroups
|
|
9169
|
+
* DescribeAgents
|
|
9170
|
+
* DescribeAlarmTopic
|
|
9171
|
+
* DescribeAlarms
|
|
9172
|
+
* DescribeAlarmsByTask
|
|
9173
|
+
* DescribeCatLogs
|
|
9174
|
+
* DescribeTaskDetail
|
|
9175
|
+
* DescribeTasksByType
|
|
9176
|
+
* DescribeUserLimit
|
|
9177
|
+
* GetAvailRatioHistory
|
|
9178
|
+
* GetDailyAvailRatio
|
|
9179
|
+
* GetRealAvailRatio
|
|
9180
|
+
* GetRespTimeTrendEx
|
|
9181
|
+
* GetResultSummary
|
|
9182
|
+
* GetReturnCodeHistory
|
|
9183
|
+
* GetReturnCodeInfo
|
|
9184
|
+
* GetTaskTotalNumber
|
|
9185
|
+
* ModifyAgentGroup
|
|
9186
|
+
* ModifyTaskEx
|
|
9187
|
+
* PauseTask
|
|
9188
|
+
* RunTask
|
|
9189
|
+
* VerifyResult
|
|
9190
|
+
|
|
9191
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
9192
|
+
|
|
9193
|
+
* AgentGroup
|
|
9194
|
+
* AlarmInfo
|
|
9195
|
+
* AlarmTopic
|
|
9196
|
+
* CatAgent
|
|
9197
|
+
* CatLog
|
|
9198
|
+
* CatReturnDetail
|
|
9199
|
+
* CatReturnSummary
|
|
9200
|
+
* CatTaskDetail
|
|
9201
|
+
* DataPoint
|
|
9202
|
+
* DataPointMetric
|
|
9203
|
+
* DimensionsDetail
|
|
9204
|
+
* IspDetail
|
|
9205
|
+
* ProvinceDetail
|
|
9206
|
+
* ResultSummary
|
|
9207
|
+
* TaskAlarm
|
|
9208
|
+
|
|
8992
9209
|
### 第 9 次发布
|
|
8993
9210
|
|
|
8994
9211
|
发布时间:2022-05-23 06:03:34
|
|
@@ -15879,6 +16096,92 @@
|
|
|
15879
16096
|
|
|
15880
16097
|
|
|
15881
16098
|
|
|
16099
|
+
## 账号风控平台(ciam) 版本:2022-03-31
|
|
16100
|
+
|
|
16101
|
+
### 第 4 次发布
|
|
16102
|
+
|
|
16103
|
+
发布时间:2022-06-16 19:58:34
|
|
16104
|
+
|
|
16105
|
+
本次发布包含了以下内容:
|
|
16106
|
+
|
|
16107
|
+
改善已有的文档。
|
|
16108
|
+
|
|
16109
|
+
新增数据结构:
|
|
16110
|
+
|
|
16111
|
+
* [[Salt](https://cloud.tencent.com/document/api/1441/75643#Salt)](https://cloud.tencent.com/document/api/1441/75643#[Salt](https://cloud.tencent.com/document/api/1441/75643#Salt))
|
|
16112
|
+
* [[SaltLocation](https://cloud.tencent.com/document/api/1441/75643#SaltLocation)](https://cloud.tencent.com/document/api/1441/75643#[SaltLocation](https://cloud.tencent.com/document/api/1441/75643#SaltLocation))
|
|
16113
|
+
|
|
16114
|
+
修改数据结构:
|
|
16115
|
+
|
|
16116
|
+
* [ImportUser](https://cloud.tencent.com/document/api/1441/75643#ImportUser)
|
|
16117
|
+
|
|
16118
|
+
* 新增成员:UserName, PhoneNumber, Email, ResidentIdentityCard, Nickname, Address, UserGroup, QqOpenId, QqUnionId, WechatOpenId, WechatUnionId, AlipayUserId, Description, Birthdate, Name, Locale, Gender, IdentityVerificationMethod, IdentityVerified, Job, Nationality, Zone, Password, CustomizationAttributes, Salt, PasswordEncryptTypeEnum
|
|
16119
|
+
|
|
16120
|
+
|
|
16121
|
+
### 第 3 次发布
|
|
16122
|
+
|
|
16123
|
+
发布时间:2022-06-16 19:08:56
|
|
16124
|
+
|
|
16125
|
+
本次发布包含了以下内容:
|
|
16126
|
+
|
|
16127
|
+
改善已有的文档。
|
|
16128
|
+
|
|
16129
|
+
新增接口:
|
|
16130
|
+
|
|
16131
|
+
* [[CreateApiImportUserJob](https://cloud.tencent.com/document/api/1441/75705)](https://cloud.tencent.com/document/api/#/#)
|
|
16132
|
+
* [[CreateFileExportUserJob](https://cloud.tencent.com/document/api/1441/75704)](https://cloud.tencent.com/document/api/#/#)
|
|
16133
|
+
* [[ListJobs](https://cloud.tencent.com/document/api/1441/75703)](https://cloud.tencent.com/document/api/#/#)
|
|
16134
|
+
|
|
16135
|
+
新增数据结构:
|
|
16136
|
+
|
|
16137
|
+
* [[ErrorDetails](https://cloud.tencent.com/document/api/1441/75643#ErrorDetails)](https://cloud.tencent.com/document/api/1441/75643#[ErrorDetails](https://cloud.tencent.com/document/api/1441/75643#ErrorDetails))
|
|
16138
|
+
* [[ExportPropertyMap](https://cloud.tencent.com/document/api/1441/75643#ExportPropertyMap)](https://cloud.tencent.com/document/api/1441/75643#[ExportPropertyMap](https://cloud.tencent.com/document/api/1441/75643#ExportPropertyMap))
|
|
16139
|
+
* [[FailedUsers](https://cloud.tencent.com/document/api/1441/75643#FailedUsers)](https://cloud.tencent.com/document/api/1441/75643#[FailedUsers](https://cloud.tencent.com/document/api/1441/75643#FailedUsers))
|
|
16140
|
+
* [[ImportUser](https://cloud.tencent.com/document/api/1441/75643#ImportUser)](https://cloud.tencent.com/document/api/1441/75643#[ImportUser](https://cloud.tencent.com/document/api/1441/75643#ImportUser))
|
|
16141
|
+
* [[Job](https://cloud.tencent.com/document/api/1441/75643#Job)](https://cloud.tencent.com/document/api/1441/75643#[Job](https://cloud.tencent.com/document/api/1441/75643#Job))
|
|
16142
|
+
|
|
16143
|
+
### 第 2 次发布
|
|
16144
|
+
|
|
16145
|
+
发布时间:2022-06-15 19:44:55
|
|
16146
|
+
|
|
16147
|
+
本次发布包含了以下内容:
|
|
16148
|
+
|
|
16149
|
+
改善已有的文档。
|
|
16150
|
+
|
|
16151
|
+
新增接口:
|
|
16152
|
+
|
|
16153
|
+
* [CreateUser](https://cloud.tencent.com/document/api/1441/75642)
|
|
16154
|
+
* [DeleteUsers](https://cloud.tencent.com/document/api/1441/75641)
|
|
16155
|
+
* [DescribeUserById](https://cloud.tencent.com/document/api/1441/75640)
|
|
16156
|
+
* [LinkAccount](https://cloud.tencent.com/document/api/1441/75639)
|
|
16157
|
+
* [ListUser](https://cloud.tencent.com/document/api/1441/75638)
|
|
16158
|
+
* [ListUserByProperty](https://cloud.tencent.com/document/api/1441/75637)
|
|
16159
|
+
* [SetPassword](https://cloud.tencent.com/document/api/1441/75636)
|
|
16160
|
+
* [UpdateUser](https://cloud.tencent.com/document/api/1441/75635)
|
|
16161
|
+
* [UpdateUserStatus](https://cloud.tencent.com/document/api/1441/75634)
|
|
16162
|
+
|
|
16163
|
+
新增数据结构:
|
|
16164
|
+
|
|
16165
|
+
* [Filter](https://cloud.tencent.com/document/api/1441/75643#Filter)
|
|
16166
|
+
* [MemberMap](https://cloud.tencent.com/document/api/1441/75643#MemberMap)
|
|
16167
|
+
* [Pageable](https://cloud.tencent.com/document/api/1441/75643#Pageable)
|
|
16168
|
+
* [User](https://cloud.tencent.com/document/api/1441/75643#User)
|
|
16169
|
+
|
|
16170
|
+
### 第 1 次发布
|
|
16171
|
+
|
|
16172
|
+
发布时间:2022-06-14 12:05:51
|
|
16173
|
+
|
|
16174
|
+
本次发布包含了以下内容:
|
|
16175
|
+
|
|
16176
|
+
改善已有的文档。
|
|
16177
|
+
|
|
16178
|
+
新增接口:
|
|
16179
|
+
|
|
16180
|
+
* [ResetPassword](https://cloud.tencent.com/document/api/1441/75525)
|
|
16181
|
+
|
|
16182
|
+
|
|
16183
|
+
|
|
16184
|
+
|
|
15882
16185
|
## 智能保险助手(cii) 版本:2020-12-10
|
|
15883
16186
|
|
|
15884
16187
|
### 第 1 次发布
|
|
@@ -15904,6 +16207,27 @@
|
|
|
15904
16207
|
|
|
15905
16208
|
## 智能保险助手(cii) 版本:2021-04-08
|
|
15906
16209
|
|
|
16210
|
+
### 第 13 次发布
|
|
16211
|
+
|
|
16212
|
+
发布时间:2022-06-16 06:03:27
|
|
16213
|
+
|
|
16214
|
+
本次发布包含了以下内容:
|
|
16215
|
+
|
|
16216
|
+
改善已有的文档。
|
|
16217
|
+
|
|
16218
|
+
新增数据结构:
|
|
16219
|
+
|
|
16220
|
+
* [Location](https://cloud.tencent.com/document/api/1368/56853#Location)
|
|
16221
|
+
* [OcrRecognise](https://cloud.tencent.com/document/api/1368/56853#OcrRecognise)
|
|
16222
|
+
* [Point](https://cloud.tencent.com/document/api/1368/56853#Point)
|
|
16223
|
+
|
|
16224
|
+
修改数据结构:
|
|
16225
|
+
|
|
16226
|
+
* [StructureResultObject](https://cloud.tencent.com/document/api/1368/56853#StructureResultObject)
|
|
16227
|
+
|
|
16228
|
+
* 新增成员:ResultFields
|
|
16229
|
+
|
|
16230
|
+
|
|
15907
16231
|
### 第 12 次发布
|
|
15908
16232
|
|
|
15909
16233
|
发布时间:2022-02-18 16:00:08
|
|
@@ -22789,6 +23113,32 @@
|
|
|
22789
23113
|
|
|
22790
23114
|
## 云服务器(cvm) 版本:2017-03-12
|
|
22791
23115
|
|
|
23116
|
+
### 第 87 次发布
|
|
23117
|
+
|
|
23118
|
+
发布时间:2022-06-16 06:04:38
|
|
23119
|
+
|
|
23120
|
+
本次发布包含了以下内容:
|
|
23121
|
+
|
|
23122
|
+
改善已有的文档。
|
|
23123
|
+
|
|
23124
|
+
修改接口:
|
|
23125
|
+
|
|
23126
|
+
* [CreateKeyPair](https://cloud.tencent.com/document/api/213/15702)
|
|
23127
|
+
|
|
23128
|
+
* <font color="#dd0000">**修改出参**:</font>KeyPair
|
|
23129
|
+
|
|
23130
|
+
* [ImportKeyPair](https://cloud.tencent.com/document/api/213/15703)
|
|
23131
|
+
|
|
23132
|
+
* <font color="#dd0000">**修改出参**:</font>KeyId
|
|
23133
|
+
|
|
23134
|
+
|
|
23135
|
+
修改数据结构:
|
|
23136
|
+
|
|
23137
|
+
* [KeyPair](https://cloud.tencent.com/document/api/213/15753#KeyPair)
|
|
23138
|
+
|
|
23139
|
+
* 新增成员:Tags
|
|
23140
|
+
|
|
23141
|
+
|
|
22792
23142
|
### 第 86 次发布
|
|
22793
23143
|
|
|
22794
23144
|
发布时间:2022-06-03 06:05:18
|
|
@@ -28674,6 +29024,22 @@
|
|
|
28674
29024
|
|
|
28675
29025
|
## 数据湖计算(dlc) 版本:2021-01-25
|
|
28676
29026
|
|
|
29027
|
+
### 第 21 次发布
|
|
29028
|
+
|
|
29029
|
+
发布时间:2022-06-16 06:06:01
|
|
29030
|
+
|
|
29031
|
+
本次发布包含了以下内容:
|
|
29032
|
+
|
|
29033
|
+
改善已有的文档。
|
|
29034
|
+
|
|
29035
|
+
新增接口:
|
|
29036
|
+
|
|
29037
|
+
* [ListTaskJobLogDetail](https://cloud.tencent.com/document/api/1342/75645)
|
|
29038
|
+
|
|
29039
|
+
新增数据结构:
|
|
29040
|
+
|
|
29041
|
+
* [JobLogResult](https://cloud.tencent.com/document/api/1342/53778#JobLogResult)
|
|
29042
|
+
|
|
28677
29043
|
### 第 20 次发布
|
|
28678
29044
|
|
|
28679
29045
|
发布时间:2022-06-14 06:10:10
|
|
@@ -32478,6 +32844,32 @@
|
|
|
32478
32844
|
|
|
32479
32845
|
## 企业集成服务(eis) 版本:2021-06-01
|
|
32480
32846
|
|
|
32847
|
+
### 第 3 次发布
|
|
32848
|
+
|
|
32849
|
+
发布时间:2022-06-16 06:06:58
|
|
32850
|
+
|
|
32851
|
+
本次发布包含了以下内容:
|
|
32852
|
+
|
|
32853
|
+
改善已有的文档。
|
|
32854
|
+
|
|
32855
|
+
修改接口:
|
|
32856
|
+
|
|
32857
|
+
* [ListRuntimeDeployedInstancesMC](https://cloud.tencent.com/document/api/1270/57964)
|
|
32858
|
+
|
|
32859
|
+
* 新增入参:ApiVersion
|
|
32860
|
+
|
|
32861
|
+
|
|
32862
|
+
修改数据结构:
|
|
32863
|
+
|
|
32864
|
+
* [AbstractRuntimeMC](https://cloud.tencent.com/document/api/1270/57968#AbstractRuntimeMC)
|
|
32865
|
+
|
|
32866
|
+
* 新增成员:Status, ExpiredAt
|
|
32867
|
+
|
|
32868
|
+
* [RuntimeMC](https://cloud.tencent.com/document/api/1270/57968#RuntimeMC)
|
|
32869
|
+
|
|
32870
|
+
* 新增成员:ExpiredAt, ChargeType, ResourceLimitType, AutoRenewal
|
|
32871
|
+
|
|
32872
|
+
|
|
32481
32873
|
### 第 2 次发布
|
|
32482
32874
|
|
|
32483
32875
|
发布时间:2022-01-14 08:10:42
|
|
@@ -44207,11 +44599,11 @@
|
|
|
44207
44599
|
|
|
44208
44600
|
新增接口:
|
|
44209
44601
|
|
|
44210
|
-
* [
|
|
44602
|
+
* [DescribeLiveTimeShiftBillInfoList](https://cloud.tencent.com/document/api/267/75504)
|
|
44211
44603
|
|
|
44212
44604
|
新增数据结构:
|
|
44213
44605
|
|
|
44214
|
-
* [
|
|
44606
|
+
* [TimeShiftBillData](https://cloud.tencent.com/document/api/267/20474#TimeShiftBillData)
|
|
44215
44607
|
|
|
44216
44608
|
### 第 77 次发布
|
|
44217
44609
|
|
|
@@ -46878,6 +47270,23 @@
|
|
|
46878
47270
|
|
|
46879
47271
|
## 小程序安全(mmps) 版本:2020-07-10
|
|
46880
47272
|
|
|
47273
|
+
### 第 3 次发布
|
|
47274
|
+
|
|
47275
|
+
发布时间:2022-06-14 11:16:30
|
|
47276
|
+
|
|
47277
|
+
本次发布包含了以下内容:
|
|
47278
|
+
|
|
47279
|
+
改善已有的文档。
|
|
47280
|
+
|
|
47281
|
+
新增接口:
|
|
47282
|
+
|
|
47283
|
+
* [DescribeBasicDiagnosisResourceUsageInfo](https://cloud.tencent.com/document/api/1223/75520)
|
|
47284
|
+
* [DescribeResourceUsageInfo](https://cloud.tencent.com/document/api/1223/75519)
|
|
47285
|
+
|
|
47286
|
+
新增数据结构:
|
|
47287
|
+
|
|
47288
|
+
* [ResourceUsageInfoData](https://cloud.tencent.com/document/api/1223/75143#ResourceUsageInfoData)
|
|
47289
|
+
|
|
46881
47290
|
### 第 2 次发布
|
|
46882
47291
|
|
|
46883
47292
|
发布时间:2022-06-08 15:18:22
|
|
@@ -50635,6 +51044,18 @@
|
|
|
50635
51044
|
|
|
50636
51045
|
## 流计算 Oceanus(oceanus) 版本:2019-04-22
|
|
50637
51046
|
|
|
51047
|
+
### 第 19 次发布
|
|
51048
|
+
|
|
51049
|
+
发布时间:2022-06-15 06:12:20
|
|
51050
|
+
|
|
51051
|
+
本次发布包含了以下内容:
|
|
51052
|
+
|
|
51053
|
+
改善已有的文档。
|
|
51054
|
+
|
|
51055
|
+
新增接口:
|
|
51056
|
+
|
|
51057
|
+
* [ModifyJob](https://cloud.tencent.com/document/api/849/75553)
|
|
51058
|
+
|
|
50638
51059
|
### 第 18 次发布
|
|
50639
51060
|
|
|
50640
51061
|
发布时间:2022-06-08 06:13:07
|
|
@@ -51029,6 +51450,21 @@
|
|
|
51029
51450
|
|
|
51030
51451
|
## 文字识别(ocr) 版本:2018-11-19
|
|
51031
51452
|
|
|
51453
|
+
### 第 70 次发布
|
|
51454
|
+
|
|
51455
|
+
发布时间:2022-06-17 06:11:40
|
|
51456
|
+
|
|
51457
|
+
本次发布包含了以下内容:
|
|
51458
|
+
|
|
51459
|
+
改善已有的文档。
|
|
51460
|
+
|
|
51461
|
+
修改接口:
|
|
51462
|
+
|
|
51463
|
+
* [RecognizeHealthCodeOCR](https://cloud.tencent.com/document/api/866/68580)
|
|
51464
|
+
|
|
51465
|
+
* 新增出参:Vaccination
|
|
51466
|
+
|
|
51467
|
+
|
|
51032
51468
|
### 第 69 次发布
|
|
51033
51469
|
|
|
51034
51470
|
发布时间:2022-06-14 06:15:05
|
|
@@ -51046,7 +51482,7 @@
|
|
|
51046
51482
|
|
|
51047
51483
|
新增数据结构:
|
|
51048
51484
|
|
|
51049
|
-
* [
|
|
51485
|
+
* [SealInfo](https://cloud.tencent.com/document/api/866/33527#SealInfo)
|
|
51050
51486
|
|
|
51051
51487
|
### 第 68 次发布
|
|
51052
51488
|
|
|
@@ -53062,6 +53498,29 @@
|
|
|
53062
53498
|
|
|
53063
53499
|
## 云数据库 PostgreSQL(postgres) 版本:2017-03-12
|
|
53064
53500
|
|
|
53501
|
+
### 第 28 次发布
|
|
53502
|
+
|
|
53503
|
+
发布时间:2022-06-15 06:12:41
|
|
53504
|
+
|
|
53505
|
+
本次发布包含了以下内容:
|
|
53506
|
+
|
|
53507
|
+
改善已有的文档。
|
|
53508
|
+
|
|
53509
|
+
修改接口:
|
|
53510
|
+
|
|
53511
|
+
* [InquiryPriceCreateDBInstances](https://cloud.tencent.com/document/api/409/16777)
|
|
53512
|
+
|
|
53513
|
+
* 新增出参:Currency
|
|
53514
|
+
|
|
53515
|
+
* [InquiryPriceRenewDBInstance](https://cloud.tencent.com/document/api/409/18103)
|
|
53516
|
+
|
|
53517
|
+
* 新增出参:Currency
|
|
53518
|
+
|
|
53519
|
+
* [InquiryPriceUpgradeDBInstance](https://cloud.tencent.com/document/api/409/18102)
|
|
53520
|
+
|
|
53521
|
+
* 新增出参:Currency
|
|
53522
|
+
|
|
53523
|
+
|
|
53065
53524
|
### 第 27 次发布
|
|
53066
53525
|
|
|
53067
53526
|
发布时间:2022-04-25 06:10:40
|
|
@@ -53985,6 +54444,21 @@
|
|
|
53985
54444
|
|
|
53986
54445
|
## 云数据库 Redis(redis) 版本:2018-04-12
|
|
53987
54446
|
|
|
54447
|
+
### 第 47 次发布
|
|
54448
|
+
|
|
54449
|
+
发布时间:2022-06-16 06:10:57
|
|
54450
|
+
|
|
54451
|
+
本次发布包含了以下内容:
|
|
54452
|
+
|
|
54453
|
+
改善已有的文档。
|
|
54454
|
+
|
|
54455
|
+
修改接口:
|
|
54456
|
+
|
|
54457
|
+
* [DescribeTaskList](https://cloud.tencent.com/document/api/239/39374)
|
|
54458
|
+
|
|
54459
|
+
* 新增入参:Result, OperatorUin
|
|
54460
|
+
|
|
54461
|
+
|
|
53988
54462
|
### 第 46 次发布
|
|
53989
54463
|
|
|
53990
54464
|
发布时间:2022-05-30 06:11:47
|
|
@@ -62156,6 +62630,47 @@
|
|
|
62156
62630
|
|
|
62157
62631
|
|
|
62158
62632
|
|
|
62633
|
+
## 云托管 CloudBase Run(tcbr) 版本:2022-02-17
|
|
62634
|
+
|
|
62635
|
+
### 第 1 次发布
|
|
62636
|
+
|
|
62637
|
+
发布时间:2022-06-16 14:56:04
|
|
62638
|
+
|
|
62639
|
+
本次发布包含了以下内容:
|
|
62640
|
+
|
|
62641
|
+
改善已有的文档。
|
|
62642
|
+
|
|
62643
|
+
新增接口:
|
|
62644
|
+
|
|
62645
|
+
* [[CreateCloudRunEnv](https://cloud.tencent.com/document/api/1243/75707)](https://cloud.tencent.com/document/api/#/#)
|
|
62646
|
+
* [[CreateCloudRunServer](https://cloud.tencent.com/document/api/1243/75712)](https://cloud.tencent.com/document/api/#/#)
|
|
62647
|
+
* [[DescribeCloudRunEnvs](https://cloud.tencent.com/document/api/1243/75706)](https://cloud.tencent.com/document/api/#/#)
|
|
62648
|
+
* [[DescribeCloudRunServerDetail](https://cloud.tencent.com/document/api/1243/75711)](https://cloud.tencent.com/document/api/#/#)
|
|
62649
|
+
* [[DescribeCloudRunServers](https://cloud.tencent.com/document/api/1243/75710)](https://cloud.tencent.com/document/api/#/#)
|
|
62650
|
+
* [[DescribeEnvBaseInfo](https://cloud.tencent.com/document/api/1243/75701)](https://cloud.tencent.com/document/api/#/#)
|
|
62651
|
+
* [[UpdateCloudRunServer](https://cloud.tencent.com/document/api/1243/75709)](https://cloud.tencent.com/document/api/#/#)
|
|
62652
|
+
|
|
62653
|
+
新增数据结构:
|
|
62654
|
+
|
|
62655
|
+
* [[BuildPacksInfo](https://cloud.tencent.com/document/api/1243/75713#BuildPacksInfo)](https://cloud.tencent.com/document/api/1243/75713#[BuildPacksInfo](https://cloud.tencent.com/document/api/1243/75713#BuildPacksInfo))
|
|
62656
|
+
* [[ClsInfo](https://cloud.tencent.com/document/api/1243/75713#ClsInfo)](https://cloud.tencent.com/document/api/1243/75713#[ClsInfo](https://cloud.tencent.com/document/api/1243/75713#ClsInfo))
|
|
62657
|
+
* [[DatabasesInfo](https://cloud.tencent.com/document/api/1243/75713#DatabasesInfo)](https://cloud.tencent.com/document/api/1243/75713#[DatabasesInfo](https://cloud.tencent.com/document/api/1243/75713#DatabasesInfo))
|
|
62658
|
+
* [[DeployParam](https://cloud.tencent.com/document/api/1243/75713#DeployParam)](https://cloud.tencent.com/document/api/1243/75713#[DeployParam](https://cloud.tencent.com/document/api/1243/75713#DeployParam))
|
|
62659
|
+
* [[EnvBaseInfo](https://cloud.tencent.com/document/api/1243/75713#EnvBaseInfo)](https://cloud.tencent.com/document/api/1243/75713#[EnvBaseInfo](https://cloud.tencent.com/document/api/1243/75713#EnvBaseInfo))
|
|
62660
|
+
* [[EnvInfo](https://cloud.tencent.com/document/api/1243/75713#EnvInfo)](https://cloud.tencent.com/document/api/1243/75713#[EnvInfo](https://cloud.tencent.com/document/api/1243/75713#EnvInfo))
|
|
62661
|
+
* [[FunctionInfo](https://cloud.tencent.com/document/api/1243/75713#FunctionInfo)](https://cloud.tencent.com/document/api/1243/75713#[FunctionInfo](https://cloud.tencent.com/document/api/1243/75713#FunctionInfo))
|
|
62662
|
+
* [[HpaPolicy](https://cloud.tencent.com/document/api/1243/75713#HpaPolicy)](https://cloud.tencent.com/document/api/1243/75713#[HpaPolicy](https://cloud.tencent.com/document/api/1243/75713#HpaPolicy))
|
|
62663
|
+
* [[LogServiceInfo](https://cloud.tencent.com/document/api/1243/75713#LogServiceInfo)](https://cloud.tencent.com/document/api/1243/75713#[LogServiceInfo](https://cloud.tencent.com/document/api/1243/75713#LogServiceInfo))
|
|
62664
|
+
* [[RepositoryInfo](https://cloud.tencent.com/document/api/1243/75713#RepositoryInfo)](https://cloud.tencent.com/document/api/1243/75713#[RepositoryInfo](https://cloud.tencent.com/document/api/1243/75713#RepositoryInfo))
|
|
62665
|
+
* [[ServerBaseConfig](https://cloud.tencent.com/document/api/1243/75713#ServerBaseConfig)](https://cloud.tencent.com/document/api/1243/75713#[ServerBaseConfig](https://cloud.tencent.com/document/api/1243/75713#ServerBaseConfig))
|
|
62666
|
+
* [[ServerBaseInfo](https://cloud.tencent.com/document/api/1243/75713#ServerBaseInfo)](https://cloud.tencent.com/document/api/1243/75713#[ServerBaseInfo](https://cloud.tencent.com/document/api/1243/75713#ServerBaseInfo))
|
|
62667
|
+
* [[StaticStorageInfo](https://cloud.tencent.com/document/api/1243/75713#StaticStorageInfo)](https://cloud.tencent.com/document/api/1243/75713#[StaticStorageInfo](https://cloud.tencent.com/document/api/1243/75713#StaticStorageInfo))
|
|
62668
|
+
* [[StorageInfo](https://cloud.tencent.com/document/api/1243/75713#StorageInfo)](https://cloud.tencent.com/document/api/1243/75713#[StorageInfo](https://cloud.tencent.com/document/api/1243/75713#StorageInfo))
|
|
62669
|
+
* [[Tag](https://cloud.tencent.com/document/api/1243/75713#Tag)](https://cloud.tencent.com/document/api/1243/75713#[Tag](https://cloud.tencent.com/document/api/1243/75713#Tag))
|
|
62670
|
+
|
|
62671
|
+
|
|
62672
|
+
|
|
62673
|
+
|
|
62159
62674
|
## 腾讯云释义(tcex) 版本:2020-07-27
|
|
62160
62675
|
|
|
62161
62676
|
### 第 1 次发布
|
|
@@ -65815,6 +66330,86 @@
|
|
|
65815
66330
|
|
|
65816
66331
|
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
65817
66332
|
|
|
66333
|
+
### 第 9 次发布
|
|
66334
|
+
|
|
66335
|
+
发布时间:2022-06-17 06:14:37
|
|
66336
|
+
|
|
66337
|
+
本次发布包含了以下内容:
|
|
66338
|
+
|
|
66339
|
+
改善已有的文档。
|
|
66340
|
+
|
|
66341
|
+
新增接口:
|
|
66342
|
+
|
|
66343
|
+
* [[DescribeTimingL7CacheData](https://cloud.tencent.com/document/api/1552/75726)](https://cloud.tencent.com/document/api/#/#)
|
|
66344
|
+
* [[DescribeTopL7CacheData](https://cloud.tencent.com/document/api/1552/75725)](https://cloud.tencent.com/document/api/#/#)
|
|
66345
|
+
|
|
66346
|
+
### 第 8 次发布
|
|
66347
|
+
|
|
66348
|
+
发布时间:2022-06-16 06:13:25
|
|
66349
|
+
|
|
66350
|
+
本次发布包含了以下内容:
|
|
66351
|
+
|
|
66352
|
+
改善已有的文档。
|
|
66353
|
+
|
|
66354
|
+
新增接口:
|
|
66355
|
+
|
|
66356
|
+
* [DescribeBotLog](https://cloud.tencent.com/document/api/1552/75663)
|
|
66357
|
+
* [DescribeDDosAttackData](https://cloud.tencent.com/document/api/1552/75662)
|
|
66358
|
+
* [DescribeDDosAttackEvent](https://cloud.tencent.com/document/api/1552/75661)
|
|
66359
|
+
* [DescribeDDosAttackEventDetail](https://cloud.tencent.com/document/api/1552/75660)
|
|
66360
|
+
* [DescribeDDosAttackSourceEvent](https://cloud.tencent.com/document/api/1552/75659)
|
|
66361
|
+
* [DescribeDDosAttackTopData](https://cloud.tencent.com/document/api/1552/75658)
|
|
66362
|
+
* [DescribeDDosMajorAttackEvent](https://cloud.tencent.com/document/api/1552/75657)
|
|
66363
|
+
* [DescribeOverviewL7Data](https://cloud.tencent.com/document/api/1552/75656)
|
|
66364
|
+
* [DescribeTimingL4Data](https://cloud.tencent.com/document/api/1552/75655)
|
|
66365
|
+
* [DescribeTimingL7AnalysisData](https://cloud.tencent.com/document/api/1552/75654)
|
|
66366
|
+
* [DescribeTopL7AnalysisData](https://cloud.tencent.com/document/api/1552/75653)
|
|
66367
|
+
* [DescribeWebManagedRulesAttackEvents](https://cloud.tencent.com/document/api/1552/75652)
|
|
66368
|
+
* [DescribeWebManagedRulesData](https://cloud.tencent.com/document/api/1552/75651)
|
|
66369
|
+
* [DescribeWebManagedRulesLog](https://cloud.tencent.com/document/api/1552/75650)
|
|
66370
|
+
* [DescribeWebManagedRulesTopData](https://cloud.tencent.com/document/api/1552/75649)
|
|
66371
|
+
* [DescribeWebProtectionAttackEvents](https://cloud.tencent.com/document/api/1552/75648)
|
|
66372
|
+
* [DescribeWebProtectionData](https://cloud.tencent.com/document/api/1552/75647)
|
|
66373
|
+
* [DescribeWebProtectionLog](https://cloud.tencent.com/document/api/1552/75646)
|
|
66374
|
+
|
|
66375
|
+
修改接口:
|
|
66376
|
+
|
|
66377
|
+
* [DescribeSecurityPolicyManagedRulesId](https://cloud.tencent.com/document/api/1552/75106)
|
|
66378
|
+
|
|
66379
|
+
* 新增出参:Count
|
|
66380
|
+
|
|
66381
|
+
|
|
66382
|
+
新增数据结构:
|
|
66383
|
+
|
|
66384
|
+
* [BotLog](https://cloud.tencent.com/document/api/1552/73155#BotLog)
|
|
66385
|
+
* [BotLogData](https://cloud.tencent.com/document/api/1552/73155#BotLogData)
|
|
66386
|
+
* [CCInterceptEvent](https://cloud.tencent.com/document/api/1552/73155#CCInterceptEvent)
|
|
66387
|
+
* [CCInterceptEventData](https://cloud.tencent.com/document/api/1552/73155#CCInterceptEventData)
|
|
66388
|
+
* [CCLog](https://cloud.tencent.com/document/api/1552/73155#CCLog)
|
|
66389
|
+
* [CCLogData](https://cloud.tencent.com/document/api/1552/73155#CCLogData)
|
|
66390
|
+
* [DDosAttackEvent](https://cloud.tencent.com/document/api/1552/73155#DDosAttackEvent)
|
|
66391
|
+
* [DDosAttackEventData](https://cloud.tencent.com/document/api/1552/73155#DDosAttackEventData)
|
|
66392
|
+
* [DDosAttackEventDetailData](https://cloud.tencent.com/document/api/1552/73155#DDosAttackEventDetailData)
|
|
66393
|
+
* [DDosAttackSourceEvent](https://cloud.tencent.com/document/api/1552/73155#DDosAttackSourceEvent)
|
|
66394
|
+
* [DDosAttackSourceEventData](https://cloud.tencent.com/document/api/1552/73155#DDosAttackSourceEventData)
|
|
66395
|
+
* [DDosMajorAttackEvent](https://cloud.tencent.com/document/api/1552/73155#DDosMajorAttackEvent)
|
|
66396
|
+
* [DDosMajorAttackEventData](https://cloud.tencent.com/document/api/1552/73155#DDosMajorAttackEventData)
|
|
66397
|
+
* [Filter](https://cloud.tencent.com/document/api/1552/73155#Filter)
|
|
66398
|
+
* [QueryCondition](https://cloud.tencent.com/document/api/1552/73155#QueryCondition)
|
|
66399
|
+
* [SecEntry](https://cloud.tencent.com/document/api/1552/73155#SecEntry)
|
|
66400
|
+
* [SecEntryValue](https://cloud.tencent.com/document/api/1552/73155#SecEntryValue)
|
|
66401
|
+
* [TimingDataItem](https://cloud.tencent.com/document/api/1552/73155#TimingDataItem)
|
|
66402
|
+
* [TimingDataRecord](https://cloud.tencent.com/document/api/1552/73155#TimingDataRecord)
|
|
66403
|
+
* [TimingTypeValue](https://cloud.tencent.com/document/api/1552/73155#TimingTypeValue)
|
|
66404
|
+
* [TopDataRecord](https://cloud.tencent.com/document/api/1552/73155#TopDataRecord)
|
|
66405
|
+
* [TopDetailData](https://cloud.tencent.com/document/api/1552/73155#TopDetailData)
|
|
66406
|
+
* [TopNEntry](https://cloud.tencent.com/document/api/1552/73155#TopNEntry)
|
|
66407
|
+
* [TopNEntryValue](https://cloud.tencent.com/document/api/1552/73155#TopNEntryValue)
|
|
66408
|
+
* [WebAttackEvent](https://cloud.tencent.com/document/api/1552/73155#WebAttackEvent)
|
|
66409
|
+
* [WebEventData](https://cloud.tencent.com/document/api/1552/73155#WebEventData)
|
|
66410
|
+
* [WebLogData](https://cloud.tencent.com/document/api/1552/73155#WebLogData)
|
|
66411
|
+
* [WebLogs](https://cloud.tencent.com/document/api/1552/73155#WebLogs)
|
|
66412
|
+
|
|
65818
66413
|
### 第 7 次发布
|
|
65819
66414
|
|
|
65820
66415
|
发布时间:2022-06-14 06:18:08
|
|
@@ -65825,11 +66420,11 @@
|
|
|
65825
66420
|
|
|
65826
66421
|
新增接口:
|
|
65827
66422
|
|
|
65828
|
-
* [
|
|
66423
|
+
* [DescribeSecurityPortraitRules](https://cloud.tencent.com/document/api/1552/75505)
|
|
65829
66424
|
|
|
65830
66425
|
新增数据结构:
|
|
65831
66426
|
|
|
65832
|
-
* [
|
|
66427
|
+
* [PortraitManagedRuleDetail](https://cloud.tencent.com/document/api/1552/73155#PortraitManagedRuleDetail)
|
|
65833
66428
|
|
|
65834
66429
|
修改数据结构:
|
|
65835
66430
|
|
|
@@ -66806,6 +67401,22 @@
|
|
|
66806
67401
|
|
|
66807
67402
|
## 图像分析(tiia) 版本:2019-05-29
|
|
66808
67403
|
|
|
67404
|
+
### 第 23 次发布
|
|
67405
|
+
|
|
67406
|
+
发布时间:2022-06-15 06:15:49
|
|
67407
|
+
|
|
67408
|
+
本次发布包含了以下内容:
|
|
67409
|
+
|
|
67410
|
+
改善已有的文档。
|
|
67411
|
+
|
|
67412
|
+
新增接口:
|
|
67413
|
+
|
|
67414
|
+
* [DetectEnvelope](https://cloud.tencent.com/document/api/865/75554)
|
|
67415
|
+
|
|
67416
|
+
新增数据结构:
|
|
67417
|
+
|
|
67418
|
+
* [ImageTag](https://cloud.tencent.com/document/api/865/35474#ImageTag)
|
|
67419
|
+
|
|
66809
67420
|
### 第 22 次发布
|
|
66810
67421
|
|
|
66811
67422
|
发布时间:2022-06-09 06:18:37
|
|
@@ -73868,6 +74479,21 @@
|
|
|
73868
74479
|
|
|
73869
74480
|
## 视频内容安全(vm) 版本:2020-12-29
|
|
73870
74481
|
|
|
74482
|
+
### 第 5 次发布
|
|
74483
|
+
|
|
74484
|
+
发布时间:2022-06-17 06:16:09
|
|
74485
|
+
|
|
74486
|
+
本次发布包含了以下内容:
|
|
74487
|
+
|
|
74488
|
+
改善已有的文档。
|
|
74489
|
+
|
|
74490
|
+
修改接口:
|
|
74491
|
+
|
|
74492
|
+
* [DescribeTaskDetail](https://cloud.tencent.com/document/api/1265/51878)
|
|
74493
|
+
|
|
74494
|
+
* 新增出参:Label
|
|
74495
|
+
|
|
74496
|
+
|
|
73871
74497
|
### 第 4 次发布
|
|
73872
74498
|
|
|
73873
74499
|
发布时间:2022-06-09 06:19:53
|
|
@@ -74012,6 +74638,26 @@
|
|
|
74012
74638
|
|
|
74013
74639
|
## 云点播(vod) 版本:2018-07-17
|
|
74014
74640
|
|
|
74641
|
+
### 第 105 次发布
|
|
74642
|
+
|
|
74643
|
+
发布时间:2022-06-17 06:16:12
|
|
74644
|
+
|
|
74645
|
+
本次发布包含了以下内容:
|
|
74646
|
+
|
|
74647
|
+
改善已有的文档。
|
|
74648
|
+
|
|
74649
|
+
新增接口:
|
|
74650
|
+
|
|
74651
|
+
* [[RefreshUrlCache](https://cloud.tencent.com/document/api/266/75729)](https://cloud.tencent.com/document/api/#/#)
|
|
74652
|
+
* [[RestoreMedia](https://cloud.tencent.com/document/api/266/75728)](https://cloud.tencent.com/document/api/#/#)
|
|
74653
|
+
|
|
74654
|
+
修改接口:
|
|
74655
|
+
|
|
74656
|
+
* [DescribeStorageData](https://cloud.tencent.com/document/api/266/41463)
|
|
74657
|
+
|
|
74658
|
+
* 新增出参:ArchiveStorage, DeepArchiveStorage
|
|
74659
|
+
|
|
74660
|
+
|
|
74015
74661
|
### 第 104 次发布
|
|
74016
74662
|
|
|
74017
74663
|
发布时间:2022-05-17 06:18:35
|