tencentcloud-sdk-nodejs 4.0.917 → 4.0.919
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 +431 -0
- package/SERVICE_CHANGELOG.md +540 -223
- package/package.json +1 -1
- package/products.md +29 -29
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_client.ts +8 -2
- package/src/services/asr/v20190614/asr_models.ts +2 -0
- package/src/services/ccc/v20200210/ccc_models.ts +4 -0
- package/src/services/cfg/v20210820/cfg_models.ts +5 -0
- package/src/services/cls/v20201016/cls_client.ts +5 -5
- package/src/services/cls/v20201016/cls_models.ts +71 -10
- package/src/services/cwp/v20180228/cwp_models.ts +24 -10
- package/src/services/dlc/v20210125/dlc_models.ts +54 -1
- package/src/services/ess/v20201111/ess_client.ts +45 -28
- package/src/services/ess/v20201111/ess_models.ts +122 -41
- package/src/services/essbasic/v20210526/essbasic_models.ts +7 -0
- package/src/services/facefusion/v20181201/facefusion_models.ts +9 -3
- package/src/services/facefusion/v20220927/facefusion_models.ts +19 -7
- package/src/services/goosefs/v20220519/goosefs_models.ts +24 -3
- package/src/services/hunyuan/v20230901/hunyuan_models.ts +4 -0
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +5 -5
- package/src/services/iss/v20230517/iss_models.ts +27 -0
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +12 -0
- package/src/services/mna/v20210119/mna_client.ts +12 -0
- package/src/services/mna/v20210119/mna_models.ts +42 -0
- package/src/services/mps/v20190612/mps_models.ts +32 -5
- package/src/services/ms/v20180408/ms_client.ts +42 -88
- package/src/services/ocr/v20181119/ocr_client.ts +950 -925
- package/src/services/ocr/v20181119/ocr_models.ts +386 -290
- package/src/services/tdmq/v20200217/tdmq_models.ts +15 -6
- package/src/services/teo/v20220901/teo_models.ts +2 -3
- package/src/services/tmt/v20180321/tmt_models.ts +1 -1
- package/src/services/trtc/v20190722/trtc_models.ts +10 -0
- package/src/services/vpc/v20170312/vpc_models.ts +40 -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 +7 -1
- package/tencentcloud/services/asr/v20190614/asr_client.js +7 -1
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +2 -0
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +4 -0
- package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +5 -0
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +5 -5
- package/tencentcloud/services/cls/v20201016/cls_client.js +1 -1
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +71 -10
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +24 -10
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +54 -1
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +29 -20
- package/tencentcloud/services/ess/v20201111/ess_client.js +34 -23
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +120 -41
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +7 -0
- package/tencentcloud/services/facefusion/v20181201/facefusion_models.d.ts +9 -3
- package/tencentcloud/services/facefusion/v20220927/facefusion_models.d.ts +19 -7
- package/tencentcloud/services/goosefs/v20220519/goosefs_models.d.ts +24 -3
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +4 -0
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +5 -5
- package/tencentcloud/services/iss/v20230517/iss_models.d.ts +27 -0
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +12 -0
- package/tencentcloud/services/mna/v20210119/mna_client.d.ts +5 -1
- package/tencentcloud/services/mna/v20210119/mna_client.js +6 -0
- package/tencentcloud/services/mna/v20210119/mna_models.d.ts +40 -0
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +32 -5
- package/tencentcloud/services/ms/v20180408/ms_client.d.ts +23 -69
- package/tencentcloud/services/ms/v20180408/ms_client.js +23 -69
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +497 -489
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +599 -587
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +387 -296
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +15 -6
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +2 -3
- package/tencentcloud/services/tmt/v20180321/tmt_models.d.ts +1 -1
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +10 -0
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +40 -0
- package/test/ess.v20201111.test.js +12 -2
- package/test/mna.v20210119.test.js +10 -0
- package/test/ocr.v20181119.test.js +184 -164
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,33 +1,48 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 云联络中心(ccc) 版本:2020-02-10
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 71 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2024-08-
|
|
7
|
+
发布时间:2024-08-16 01:11:55
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
修改接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [ModifyStaff](https://cloud.tencent.com/document/api/679/76322)
|
|
16
16
|
|
|
17
|
-
*
|
|
17
|
+
* 新增入参:StaffNo
|
|
18
18
|
|
|
19
|
-
* [UsageRecords](https://cloud.tencent.com/document/api/555/19183#UsageRecords)
|
|
20
19
|
|
|
21
|
-
* 新增成员:PayMode, VoucherId, PayScene, SeqId
|
|
22
20
|
|
|
23
21
|
|
|
22
|
+
## 混沌演练平台(cfg) 版本:2021-08-20
|
|
24
23
|
|
|
24
|
+
### 第 17 次发布
|
|
25
25
|
|
|
26
|
-
|
|
26
|
+
发布时间:2024-08-16 01:16:30
|
|
27
27
|
|
|
28
|
-
|
|
28
|
+
本次发布包含了以下内容:
|
|
29
|
+
|
|
30
|
+
改善已有的文档。
|
|
31
|
+
|
|
32
|
+
修改数据结构:
|
|
33
|
+
|
|
34
|
+
* [TemplateGroupAction](https://cloud.tencent.com/document/api/1500/71784#TemplateGroupAction)
|
|
35
|
+
|
|
36
|
+
* 新增成员:ActionRisk
|
|
29
37
|
|
|
30
|
-
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
## 日志服务(cls) 版本:2020-10-16
|
|
42
|
+
|
|
43
|
+
### 第 104 次发布
|
|
44
|
+
|
|
45
|
+
发布时间:2024-08-16 01:20:46
|
|
31
46
|
|
|
32
47
|
本次发布包含了以下内容:
|
|
33
48
|
|
|
@@ -35,203 +50,129 @@
|
|
|
35
50
|
|
|
36
51
|
修改接口:
|
|
37
52
|
|
|
38
|
-
* [
|
|
39
|
-
|
|
40
|
-
* 新增入参:TagList
|
|
53
|
+
* [CreateDashboardSubscribe](https://cloud.tencent.com/document/api/614/105781)
|
|
41
54
|
|
|
42
|
-
*
|
|
55
|
+
* 新增入参:Name, DashboardId, Cron, SubscribeData
|
|
43
56
|
|
|
44
|
-
|
|
57
|
+
* [DeleteDashboardSubscribe](https://cloud.tencent.com/document/api/614/105780)
|
|
45
58
|
|
|
46
|
-
*
|
|
59
|
+
* 新增入参:Id
|
|
47
60
|
|
|
48
|
-
* [
|
|
61
|
+
* [DescribeDashboardSubscribes](https://cloud.tencent.com/document/api/614/105779)
|
|
49
62
|
|
|
50
|
-
* 新增入参:
|
|
63
|
+
* 新增入参:Filters, Offset, Limit
|
|
51
64
|
|
|
65
|
+
* [ModifyDashboardSubscribe](https://cloud.tencent.com/document/api/614/105778)
|
|
52
66
|
|
|
53
|
-
|
|
67
|
+
* 新增入参:Id, DashboardId, Name, Cron, SubscribeData
|
|
54
68
|
|
|
55
|
-
* [ServerlessIndexMetaField](https://cloud.tencent.com/document/api/845/30634#ServerlessIndexMetaField)
|
|
56
69
|
|
|
57
|
-
|
|
70
|
+
修改数据结构:
|
|
58
71
|
|
|
59
|
-
* [
|
|
72
|
+
* [ConsoleSharingConfig](https://cloud.tencent.com/document/api/614/56471#ConsoleSharingConfig)
|
|
60
73
|
|
|
61
|
-
* 新增成员:
|
|
74
|
+
* 新增成员:IsSupportLogExport
|
|
62
75
|
|
|
63
76
|
|
|
64
77
|
|
|
65
78
|
|
|
66
|
-
##
|
|
79
|
+
## 主机安全(cwp) 版本:2018-02-28
|
|
67
80
|
|
|
68
|
-
### 第
|
|
81
|
+
### 第 121 次发布
|
|
69
82
|
|
|
70
|
-
发布时间:2024-08-
|
|
83
|
+
发布时间:2024-08-16 01:24:30
|
|
71
84
|
|
|
72
85
|
本次发布包含了以下内容:
|
|
73
86
|
|
|
74
87
|
改善已有的文档。
|
|
75
88
|
|
|
76
|
-
|
|
89
|
+
修改数据结构:
|
|
77
90
|
|
|
78
|
-
* [
|
|
91
|
+
* [CanFixVulInfo](https://cloud.tencent.com/document/api/296/19867#CanFixVulInfo)
|
|
79
92
|
|
|
93
|
+
* 新增成员:VulCategory
|
|
80
94
|
|
|
95
|
+
* [CreateVulFixTaskQuuids](https://cloud.tencent.com/document/api/296/19867#CreateVulFixTaskQuuids)
|
|
81
96
|
|
|
82
|
-
|
|
97
|
+
* 新增成员:FixMethod
|
|
83
98
|
|
|
84
|
-
|
|
99
|
+
* [VulFixStatusInfo](https://cloud.tencent.com/document/api/296/19867#VulFixStatusInfo)
|
|
85
100
|
|
|
86
|
-
|
|
101
|
+
* 新增成员:FixMethod
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
## 物联网开发平台(iotexplorer) 版本:2019-04-23
|
|
107
|
+
|
|
108
|
+
### 第 77 次发布
|
|
109
|
+
|
|
110
|
+
发布时间:2024-08-16 01:48:38
|
|
87
111
|
|
|
88
112
|
本次发布包含了以下内容:
|
|
89
113
|
|
|
90
114
|
改善已有的文档。
|
|
91
115
|
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
* [CreateBatchInitOrganizationUrl](https://cloud.tencent.com/document/api/1420/109911)
|
|
116
|
+
修改数据结构:
|
|
95
117
|
|
|
118
|
+
* [CloudStorageAIServiceTask](https://cloud.tencent.com/document/api/1081/34988#CloudStorageAIServiceTask)
|
|
96
119
|
|
|
120
|
+
* 新增成员:CustomId
|
|
97
121
|
|
|
98
|
-
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
99
122
|
|
|
100
123
|
|
|
101
124
|
|
|
102
|
-
##
|
|
125
|
+
## 轻量应用服务器(lighthouse) 版本:2020-03-24
|
|
103
126
|
|
|
104
|
-
### 第
|
|
127
|
+
### 第 62 次发布
|
|
105
128
|
|
|
106
|
-
发布时间:2024-08-
|
|
129
|
+
发布时间:2024-08-16 01:55:21
|
|
107
130
|
|
|
108
131
|
本次发布包含了以下内容:
|
|
109
132
|
|
|
110
133
|
改善已有的文档。
|
|
111
134
|
|
|
112
|
-
|
|
135
|
+
修改接口:
|
|
113
136
|
|
|
114
|
-
*
|
|
115
|
-
|
|
116
|
-
*
|
|
117
|
-
* CreateEncryptInstance
|
|
118
|
-
* CreateOrderInstance
|
|
119
|
-
* CreateResourceInstances
|
|
120
|
-
* CreateShieldInstance
|
|
121
|
-
* CreateShieldPlanInstance
|
|
122
|
-
* DeleteShieldInstances
|
|
123
|
-
* DescribeApkDetectionResult
|
|
124
|
-
* DescribeEncryptInstances
|
|
125
|
-
* DescribeEncryptPlan
|
|
126
|
-
* DescribeOrderInstances
|
|
127
|
-
* DescribeResourceInstances
|
|
128
|
-
* DescribeShieldInstances
|
|
129
|
-
* DescribeShieldPlanInstance
|
|
130
|
-
* DescribeShieldResult
|
|
131
|
-
* DescribeUrlDetectionResult
|
|
132
|
-
* DescribeUserBaseInfoInstance
|
|
133
|
-
* DestroyResourceInstances
|
|
134
|
-
* RequestLocalTask
|
|
135
|
-
* UpdateClientState
|
|
136
|
-
* UpdateLocalTaskResult
|
|
137
|
+
* [DescribeInstances](https://cloud.tencent.com/document/api/1207/47573)
|
|
138
|
+
|
|
139
|
+
* 新增入参:OrderField, Order
|
|
137
140
|
|
|
138
141
|
|
|
139
142
|
|
|
140
|
-
## 集团账号管理(organization) 版本:2021-03-31
|
|
141
143
|
|
|
142
|
-
|
|
144
|
+
## 媒体处理(mps) 版本:2019-06-12
|
|
143
145
|
|
|
144
|
-
|
|
146
|
+
### 第 92 次发布
|
|
147
|
+
|
|
148
|
+
发布时间:2024-08-16 02:02:11
|
|
145
149
|
|
|
146
150
|
本次发布包含了以下内容:
|
|
147
151
|
|
|
148
152
|
改善已有的文档。
|
|
149
153
|
|
|
150
|
-
|
|
154
|
+
修改数据结构:
|
|
151
155
|
|
|
152
|
-
* [
|
|
153
|
-
* [AddPermissionPolicyToRoleConfiguration](https://cloud.tencent.com/document/api/850/109938)
|
|
154
|
-
* [AddUserToGroup](https://cloud.tencent.com/document/api/850/109921)
|
|
155
|
-
* [ClearExternalSAMLIdentityProvider](https://cloud.tencent.com/document/api/850/109965)
|
|
156
|
-
* [CreateGroup](https://cloud.tencent.com/document/api/850/109920)
|
|
157
|
-
* [CreateRoleAssignment](https://cloud.tencent.com/document/api/850/109958)
|
|
158
|
-
* [CreateRoleConfiguration](https://cloud.tencent.com/document/api/850/109937)
|
|
159
|
-
* [CreateUser](https://cloud.tencent.com/document/api/850/109928)
|
|
160
|
-
* [CreateUserSyncProvisioning](https://cloud.tencent.com/document/api/850/109950)
|
|
161
|
-
* [DeleteGroup](https://cloud.tencent.com/document/api/850/109919)
|
|
162
|
-
* [DeleteRoleAssignment](https://cloud.tencent.com/document/api/850/109957)
|
|
163
|
-
* [DeleteRoleConfiguration](https://cloud.tencent.com/document/api/850/109936)
|
|
164
|
-
* [DeleteUser](https://cloud.tencent.com/document/api/850/109927)
|
|
165
|
-
* [DeleteUserSyncProvisioning](https://cloud.tencent.com/document/api/850/109949)
|
|
166
|
-
* [DescribeIdentityCenter](https://cloud.tencent.com/document/api/850/109943)
|
|
167
|
-
* [DismantleRoleConfiguration](https://cloud.tencent.com/document/api/850/109956)
|
|
168
|
-
* [GetExternalSAMLIdentityProvider](https://cloud.tencent.com/document/api/850/109964)
|
|
169
|
-
* [GetGroup](https://cloud.tencent.com/document/api/850/109918)
|
|
170
|
-
* [GetProvisioningTaskStatus](https://cloud.tencent.com/document/api/850/109948)
|
|
171
|
-
* [GetRoleConfiguration](https://cloud.tencent.com/document/api/850/109935)
|
|
172
|
-
* [GetTaskStatus](https://cloud.tencent.com/document/api/850/109955)
|
|
173
|
-
* [GetUser](https://cloud.tencent.com/document/api/850/109926)
|
|
174
|
-
* [GetUserSyncProvisioning](https://cloud.tencent.com/document/api/850/109947)
|
|
175
|
-
* [GetZoneSAMLServiceProviderInfo](https://cloud.tencent.com/document/api/850/109963)
|
|
176
|
-
* [GetZoneStatistics](https://cloud.tencent.com/document/api/850/109942)
|
|
177
|
-
* [ListExternalSAMLIdPCertificates](https://cloud.tencent.com/document/api/850/109962)
|
|
178
|
-
* [ListGroupMembers](https://cloud.tencent.com/document/api/850/109917)
|
|
179
|
-
* [ListGroups](https://cloud.tencent.com/document/api/850/109916)
|
|
180
|
-
* [ListJoinedGroupsForUser](https://cloud.tencent.com/document/api/850/109915)
|
|
181
|
-
* [ListPermissionPoliciesInRoleConfiguration](https://cloud.tencent.com/document/api/850/109934)
|
|
182
|
-
* [ListRoleAssignments](https://cloud.tencent.com/document/api/850/109954)
|
|
183
|
-
* [ListRoleConfigurationProvisionings](https://cloud.tencent.com/document/api/850/109933)
|
|
184
|
-
* [ListRoleConfigurations](https://cloud.tencent.com/document/api/850/109932)
|
|
185
|
-
* [ListTasks](https://cloud.tencent.com/document/api/850/109953)
|
|
186
|
-
* [ListUserSyncProvisionings](https://cloud.tencent.com/document/api/850/109946)
|
|
187
|
-
* [ListUsers](https://cloud.tencent.com/document/api/850/109925)
|
|
188
|
-
* [OpenIdentityCenter](https://cloud.tencent.com/document/api/850/109941)
|
|
189
|
-
* [ProvisionRoleConfiguration](https://cloud.tencent.com/document/api/850/109952)
|
|
190
|
-
* [RemoveExternalSAMLIdPCertificate](https://cloud.tencent.com/document/api/850/109961)
|
|
191
|
-
* [RemovePermissionPolicyFromRoleConfiguration](https://cloud.tencent.com/document/api/850/109931)
|
|
192
|
-
* [RemoveUserFromGroup](https://cloud.tencent.com/document/api/850/109914)
|
|
193
|
-
* [SetExternalSAMLIdentityProvider](https://cloud.tencent.com/document/api/850/109960)
|
|
194
|
-
* [UpdateGroup](https://cloud.tencent.com/document/api/850/109913)
|
|
195
|
-
* [UpdateRoleConfiguration](https://cloud.tencent.com/document/api/850/109930)
|
|
196
|
-
* [UpdateUser](https://cloud.tencent.com/document/api/850/109924)
|
|
197
|
-
* [UpdateUserStatus](https://cloud.tencent.com/document/api/850/109923)
|
|
198
|
-
* [UpdateUserSyncProvisioning](https://cloud.tencent.com/document/api/850/109945)
|
|
199
|
-
* [UpdateZone](https://cloud.tencent.com/document/api/850/109940)
|
|
156
|
+
* [MediaVideoStreamItem](https://cloud.tencent.com/document/api/862/37615#MediaVideoStreamItem)
|
|
200
157
|
|
|
201
|
-
|
|
158
|
+
* 新增成员:FpsNumerator, FpsDenominator
|
|
202
159
|
|
|
203
|
-
* [
|
|
204
|
-
* [GroupMembers](https://cloud.tencent.com/document/api/850/67060#GroupMembers)
|
|
205
|
-
* [JoinedGroups](https://cloud.tencent.com/document/api/850/67060#JoinedGroups)
|
|
206
|
-
* [PolicyDetail](https://cloud.tencent.com/document/api/850/67060#PolicyDetail)
|
|
207
|
-
* [RoleAssignmentInfo](https://cloud.tencent.com/document/api/850/67060#RoleAssignmentInfo)
|
|
208
|
-
* [RoleAssignments](https://cloud.tencent.com/document/api/850/67060#RoleAssignments)
|
|
209
|
-
* [RoleConfiguration](https://cloud.tencent.com/document/api/850/67060#RoleConfiguration)
|
|
210
|
-
* [RoleConfigurationProvisionings](https://cloud.tencent.com/document/api/850/67060#RoleConfigurationProvisionings)
|
|
211
|
-
* [RolePolicie](https://cloud.tencent.com/document/api/850/67060#RolePolicie)
|
|
212
|
-
* [RoleProvisioningsTask](https://cloud.tencent.com/document/api/850/67060#RoleProvisioningsTask)
|
|
213
|
-
* [SAMLIdPCertificate](https://cloud.tencent.com/document/api/850/67060#SAMLIdPCertificate)
|
|
214
|
-
* [SAMLIdentityProviderConfiguration](https://cloud.tencent.com/document/api/850/67060#SAMLIdentityProviderConfiguration)
|
|
215
|
-
* [SAMLServiceProvider](https://cloud.tencent.com/document/api/850/67060#SAMLServiceProvider)
|
|
216
|
-
* [TaskInfo](https://cloud.tencent.com/document/api/850/67060#TaskInfo)
|
|
217
|
-
* [TaskStatus](https://cloud.tencent.com/document/api/850/67060#TaskStatus)
|
|
218
|
-
* [UserInfo](https://cloud.tencent.com/document/api/850/67060#UserInfo)
|
|
219
|
-
* [UserProvisioning](https://cloud.tencent.com/document/api/850/67060#UserProvisioning)
|
|
220
|
-
* [UserProvisioningsTask](https://cloud.tencent.com/document/api/850/67060#UserProvisioningsTask)
|
|
221
|
-
* [UserSyncProvisioning](https://cloud.tencent.com/document/api/850/67060#UserSyncProvisioning)
|
|
222
|
-
* [ZoneStatistics](https://cloud.tencent.com/document/api/850/67060#ZoneStatistics)
|
|
160
|
+
* [VideoTemplateInfo](https://cloud.tencent.com/document/api/862/37615#VideoTemplateInfo)
|
|
223
161
|
|
|
162
|
+
* 新增成员:FpsDenominator
|
|
224
163
|
|
|
164
|
+
* [VideoTemplateInfoForUpdate](https://cloud.tencent.com/document/api/862/37615#VideoTemplateInfoForUpdate)
|
|
225
165
|
|
|
226
|
-
|
|
166
|
+
* 新增成员:FpsDenominator
|
|
227
167
|
|
|
228
168
|
|
|
229
169
|
|
|
230
|
-
## 自动化助手(tat) 版本:2020-10-28
|
|
231
170
|
|
|
232
|
-
|
|
171
|
+
## 文字识别(ocr) 版本:2018-11-19
|
|
233
172
|
|
|
234
|
-
|
|
173
|
+
### 第 146 次发布
|
|
174
|
+
|
|
175
|
+
发布时间:2024-08-16 02:05:12
|
|
235
176
|
|
|
236
177
|
本次发布包含了以下内容:
|
|
237
178
|
|
|
@@ -239,19 +180,20 @@
|
|
|
239
180
|
|
|
240
181
|
新增接口:
|
|
241
182
|
|
|
242
|
-
* [
|
|
183
|
+
* [ClassifyStoreName](https://cloud.tencent.com/document/api/866/110001)
|
|
184
|
+
* [RecognizeStoreName](https://cloud.tencent.com/document/api/866/110000)
|
|
243
185
|
|
|
244
186
|
新增数据结构:
|
|
245
187
|
|
|
246
|
-
* [
|
|
188
|
+
* [StoreInfo](https://cloud.tencent.com/document/api/866/33527#StoreInfo)
|
|
247
189
|
|
|
248
190
|
|
|
249
191
|
|
|
250
|
-
## 消息队列
|
|
192
|
+
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
251
193
|
|
|
252
|
-
### 第
|
|
194
|
+
### 第 120 次发布
|
|
253
195
|
|
|
254
|
-
发布时间:2024-08-
|
|
196
|
+
发布时间:2024-08-16 02:22:44
|
|
255
197
|
|
|
256
198
|
本次发布包含了以下内容:
|
|
257
199
|
|
|
@@ -259,16 +201,40 @@
|
|
|
259
201
|
|
|
260
202
|
修改接口:
|
|
261
203
|
|
|
262
|
-
* [
|
|
204
|
+
* [DescribeRocketMQPublicAccessPoint](https://cloud.tencent.com/document/api/1179/98678)
|
|
205
|
+
|
|
206
|
+
* 新增出参:BillingFlow
|
|
207
|
+
|
|
208
|
+
* [SetRocketMQPublicAccessPoint](https://cloud.tencent.com/document/api/1179/98677)
|
|
263
209
|
|
|
264
210
|
* 新增入参:BillingFlow
|
|
265
211
|
|
|
266
212
|
|
|
213
|
+
|
|
214
|
+
|
|
215
|
+
## 私有网络(vpc) 版本:2017-03-12
|
|
216
|
+
|
|
217
|
+
### 第 201 次发布
|
|
218
|
+
|
|
219
|
+
发布时间:2024-08-16 02:37:46
|
|
220
|
+
|
|
221
|
+
本次发布包含了以下内容:
|
|
222
|
+
|
|
223
|
+
改善已有的文档。
|
|
224
|
+
|
|
267
225
|
修改数据结构:
|
|
268
226
|
|
|
269
|
-
* [
|
|
227
|
+
* [CCN](https://cloud.tencent.com/document/api/215/15824#CCN)
|
|
270
228
|
|
|
271
|
-
* 新增成员:
|
|
229
|
+
* 新增成员:MrtbAggregatePolicyFlag, MrtbPolicyValueFlag
|
|
230
|
+
|
|
231
|
+
* [CcnRouteTableBroadcastPolicy](https://cloud.tencent.com/document/api/215/15824#CcnRouteTableBroadcastPolicy)
|
|
232
|
+
|
|
233
|
+
* 新增成员:OperateAsPath, AsPathOperateMode, OperateCommunitySet, CommunityOperateMode
|
|
234
|
+
|
|
235
|
+
* [CcnRouteTableInputPolicy](https://cloud.tencent.com/document/api/215/15824#CcnRouteTableInputPolicy)
|
|
236
|
+
|
|
237
|
+
* 新增成员:OperateAsPath, AsPathOperateMode
|
|
272
238
|
|
|
273
239
|
|
|
274
240
|
|
|
@@ -15736,6 +15702,21 @@
|
|
|
15736
15702
|
|
|
15737
15703
|
## 云联络中心(ccc) 版本:2020-02-10
|
|
15738
15704
|
|
|
15705
|
+
### 第 71 次发布
|
|
15706
|
+
|
|
15707
|
+
发布时间:2024-08-16 01:11:55
|
|
15708
|
+
|
|
15709
|
+
本次发布包含了以下内容:
|
|
15710
|
+
|
|
15711
|
+
改善已有的文档。
|
|
15712
|
+
|
|
15713
|
+
修改接口:
|
|
15714
|
+
|
|
15715
|
+
* [ModifyStaff](https://cloud.tencent.com/document/api/679/76322)
|
|
15716
|
+
|
|
15717
|
+
* 新增入参:StaffNo
|
|
15718
|
+
|
|
15719
|
+
|
|
15739
15720
|
### 第 70 次发布
|
|
15740
15721
|
|
|
15741
15722
|
发布时间:2024-07-23 01:10:10
|
|
@@ -24281,6 +24262,21 @@
|
|
|
24281
24262
|
|
|
24282
24263
|
## 混沌演练平台(cfg) 版本:2021-08-20
|
|
24283
24264
|
|
|
24265
|
+
### 第 17 次发布
|
|
24266
|
+
|
|
24267
|
+
发布时间:2024-08-16 01:16:30
|
|
24268
|
+
|
|
24269
|
+
本次发布包含了以下内容:
|
|
24270
|
+
|
|
24271
|
+
改善已有的文档。
|
|
24272
|
+
|
|
24273
|
+
修改数据结构:
|
|
24274
|
+
|
|
24275
|
+
* [TemplateGroupAction](https://cloud.tencent.com/document/api/1500/71784#TemplateGroupAction)
|
|
24276
|
+
|
|
24277
|
+
* 新增成员:ActionRisk
|
|
24278
|
+
|
|
24279
|
+
|
|
24284
24280
|
### 第 16 次发布
|
|
24285
24281
|
|
|
24286
24282
|
发布时间:2024-07-26 14:53:06
|
|
@@ -32350,6 +32346,40 @@
|
|
|
32350
32346
|
|
|
32351
32347
|
## 日志服务(cls) 版本:2020-10-16
|
|
32352
32348
|
|
|
32349
|
+
### 第 104 次发布
|
|
32350
|
+
|
|
32351
|
+
发布时间:2024-08-16 01:20:46
|
|
32352
|
+
|
|
32353
|
+
本次发布包含了以下内容:
|
|
32354
|
+
|
|
32355
|
+
改善已有的文档。
|
|
32356
|
+
|
|
32357
|
+
修改接口:
|
|
32358
|
+
|
|
32359
|
+
* [CreateDashboardSubscribe](https://cloud.tencent.com/document/api/614/105781)
|
|
32360
|
+
|
|
32361
|
+
* 新增入参:Name, DashboardId, Cron, SubscribeData
|
|
32362
|
+
|
|
32363
|
+
* [DeleteDashboardSubscribe](https://cloud.tencent.com/document/api/614/105780)
|
|
32364
|
+
|
|
32365
|
+
* 新增入参:Id
|
|
32366
|
+
|
|
32367
|
+
* [DescribeDashboardSubscribes](https://cloud.tencent.com/document/api/614/105779)
|
|
32368
|
+
|
|
32369
|
+
* 新增入参:Filters, Offset, Limit
|
|
32370
|
+
|
|
32371
|
+
* [ModifyDashboardSubscribe](https://cloud.tencent.com/document/api/614/105778)
|
|
32372
|
+
|
|
32373
|
+
* 新增入参:Id, DashboardId, Name, Cron, SubscribeData
|
|
32374
|
+
|
|
32375
|
+
|
|
32376
|
+
修改数据结构:
|
|
32377
|
+
|
|
32378
|
+
* [ConsoleSharingConfig](https://cloud.tencent.com/document/api/614/56471#ConsoleSharingConfig)
|
|
32379
|
+
|
|
32380
|
+
* 新增成员:IsSupportLogExport
|
|
32381
|
+
|
|
32382
|
+
|
|
32353
32383
|
### 第 103 次发布
|
|
32354
32384
|
|
|
32355
32385
|
发布时间:2024-08-12 01:23:51
|
|
@@ -42427,6 +42457,29 @@
|
|
|
42427
42457
|
|
|
42428
42458
|
## 主机安全(cwp) 版本:2018-02-28
|
|
42429
42459
|
|
|
42460
|
+
### 第 121 次发布
|
|
42461
|
+
|
|
42462
|
+
发布时间:2024-08-16 01:24:30
|
|
42463
|
+
|
|
42464
|
+
本次发布包含了以下内容:
|
|
42465
|
+
|
|
42466
|
+
改善已有的文档。
|
|
42467
|
+
|
|
42468
|
+
修改数据结构:
|
|
42469
|
+
|
|
42470
|
+
* [CanFixVulInfo](https://cloud.tencent.com/document/api/296/19867#CanFixVulInfo)
|
|
42471
|
+
|
|
42472
|
+
* 新增成员:VulCategory
|
|
42473
|
+
|
|
42474
|
+
* [CreateVulFixTaskQuuids](https://cloud.tencent.com/document/api/296/19867#CreateVulFixTaskQuuids)
|
|
42475
|
+
|
|
42476
|
+
* 新增成员:FixMethod
|
|
42477
|
+
|
|
42478
|
+
* [VulFixStatusInfo](https://cloud.tencent.com/document/api/296/19867#VulFixStatusInfo)
|
|
42479
|
+
|
|
42480
|
+
* 新增成员:FixMethod
|
|
42481
|
+
|
|
42482
|
+
|
|
42430
42483
|
### 第 120 次发布
|
|
42431
42484
|
|
|
42432
42485
|
发布时间:2024-08-13 01:26:39
|
|
@@ -52273,6 +52326,33 @@
|
|
|
52273
52326
|
|
|
52274
52327
|
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
52275
52328
|
|
|
52329
|
+
### 第 100 次发布
|
|
52330
|
+
|
|
52331
|
+
发布时间:2024-08-15 01:32:44
|
|
52332
|
+
|
|
52333
|
+
本次发布包含了以下内容:
|
|
52334
|
+
|
|
52335
|
+
改善已有的文档。
|
|
52336
|
+
|
|
52337
|
+
修改数据结构:
|
|
52338
|
+
|
|
52339
|
+
* [LakeFsInfo](https://cloud.tencent.com/document/api/1342/53778#LakeFsInfo)
|
|
52340
|
+
|
|
52341
|
+
* 新增成员:DefaultBucket, ShortName, Description, Status
|
|
52342
|
+
|
|
52343
|
+
* [SmartOptimizerLifecyclePolicy](https://cloud.tencent.com/document/api/1342/53778#SmartOptimizerLifecyclePolicy)
|
|
52344
|
+
|
|
52345
|
+
* 新增成员:ExpiredField, ExpiredFieldFormat
|
|
52346
|
+
|
|
52347
|
+
* [SmartOptimizerWrittenPolicy](https://cloud.tencent.com/document/api/1342/53778#SmartOptimizerWrittenPolicy)
|
|
52348
|
+
|
|
52349
|
+
* 新增成员:WrittenEnable
|
|
52350
|
+
|
|
52351
|
+
* [TColumn](https://cloud.tencent.com/document/api/1342/53778#TColumn)
|
|
52352
|
+
|
|
52353
|
+
* 新增成员:Position, IsPartition
|
|
52354
|
+
|
|
52355
|
+
|
|
52276
52356
|
### 第 99 次发布
|
|
52277
52357
|
|
|
52278
52358
|
发布时间:2024-08-08 01:33:40
|
|
@@ -63996,6 +64076,25 @@
|
|
|
63996
64076
|
|
|
63997
64077
|
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
63998
64078
|
|
|
64079
|
+
### 第 183 次发布
|
|
64080
|
+
|
|
64081
|
+
发布时间:2024-08-15 01:41:24
|
|
64082
|
+
|
|
64083
|
+
本次发布包含了以下内容:
|
|
64084
|
+
|
|
64085
|
+
改善已有的文档。
|
|
64086
|
+
|
|
64087
|
+
新增接口:
|
|
64088
|
+
|
|
64089
|
+
* [CreateBatchOrganizationAuthorizationUrl](https://cloud.tencent.com/document/api/1323/109987)
|
|
64090
|
+
|
|
64091
|
+
修改数据结构:
|
|
64092
|
+
|
|
64093
|
+
* [Recipient](https://cloud.tencent.com/document/api/1323/70369#Recipient)
|
|
64094
|
+
|
|
64095
|
+
* 新增成员:NoTransfer
|
|
64096
|
+
|
|
64097
|
+
|
|
63999
64098
|
### 第 182 次发布
|
|
64000
64099
|
|
|
64001
64100
|
发布时间:2024-08-14 01:45:25
|
|
@@ -64006,7 +64105,7 @@
|
|
|
64006
64105
|
|
|
64007
64106
|
新增接口:
|
|
64008
64107
|
|
|
64009
|
-
* [
|
|
64108
|
+
* [CreateBatchInitOrganizationUrl](https://cloud.tencent.com/document/api/1323/109910)
|
|
64010
64109
|
|
|
64011
64110
|
### 第 181 次发布
|
|
64012
64111
|
|
|
@@ -67459,6 +67558,21 @@
|
|
|
67459
67558
|
|
|
67460
67559
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
67461
67560
|
|
|
67561
|
+
### 第 179 次发布
|
|
67562
|
+
|
|
67563
|
+
发布时间:2024-08-15 01:42:34
|
|
67564
|
+
|
|
67565
|
+
本次发布包含了以下内容:
|
|
67566
|
+
|
|
67567
|
+
改善已有的文档。
|
|
67568
|
+
|
|
67569
|
+
修改数据结构:
|
|
67570
|
+
|
|
67571
|
+
* [Recipient](https://cloud.tencent.com/document/api/1420/61525#Recipient)
|
|
67572
|
+
|
|
67573
|
+
* 新增成员:NoTransfer
|
|
67574
|
+
|
|
67575
|
+
|
|
67462
67576
|
### 第 178 次发布
|
|
67463
67577
|
|
|
67464
67578
|
发布时间:2024-08-14 01:46:41
|
|
@@ -67469,7 +67583,7 @@
|
|
|
67469
67583
|
|
|
67470
67584
|
新增接口:
|
|
67471
67585
|
|
|
67472
|
-
* [
|
|
67586
|
+
* [CreateBatchInitOrganizationUrl](https://cloud.tencent.com/document/api/1420/109911)
|
|
67473
67587
|
|
|
67474
67588
|
### 第 177 次发布
|
|
67475
67589
|
|
|
@@ -74508,6 +74622,25 @@
|
|
|
74508
74622
|
|
|
74509
74623
|
## 数据加速器 GooseFS(goosefs) 版本:2022-05-19
|
|
74510
74624
|
|
|
74625
|
+
### 第 10 次发布
|
|
74626
|
+
|
|
74627
|
+
发布时间:2024-08-15 01:45:31
|
|
74628
|
+
|
|
74629
|
+
本次发布包含了以下内容:
|
|
74630
|
+
|
|
74631
|
+
改善已有的文档。
|
|
74632
|
+
|
|
74633
|
+
修改数据结构:
|
|
74634
|
+
|
|
74635
|
+
* [ClientNodeAttribute](https://cloud.tencent.com/document/api/1424/95076#ClientNodeAttribute)
|
|
74636
|
+
|
|
74637
|
+
* 新增成员:VpcId, SubnetId, InstanceId, MountPoint
|
|
74638
|
+
|
|
74639
|
+
* [LinuxNodeAttribute](https://cloud.tencent.com/document/api/1424/95076#LinuxNodeAttribute)
|
|
74640
|
+
|
|
74641
|
+
* 新增成员:MountPoint
|
|
74642
|
+
|
|
74643
|
+
|
|
74511
74644
|
### 第 9 次发布
|
|
74512
74645
|
|
|
74513
74646
|
发布时间:2024-07-10 01:17:00
|
|
@@ -76097,6 +76230,21 @@
|
|
|
76097
76230
|
|
|
76098
76231
|
## 腾讯混元大模型(hunyuan) 版本:2023-09-01
|
|
76099
76232
|
|
|
76233
|
+
### 第 17 次发布
|
|
76234
|
+
|
|
76235
|
+
发布时间:2024-08-15 01:45:59
|
|
76236
|
+
|
|
76237
|
+
本次发布包含了以下内容:
|
|
76238
|
+
|
|
76239
|
+
改善已有的文档。
|
|
76240
|
+
|
|
76241
|
+
修改接口:
|
|
76242
|
+
|
|
76243
|
+
* [ChatCompletions](https://cloud.tencent.com/document/api/1729/105701)
|
|
76244
|
+
|
|
76245
|
+
* 新增入参:EnableSpeedSearch
|
|
76246
|
+
|
|
76247
|
+
|
|
76100
76248
|
### 第 16 次发布
|
|
76101
76249
|
|
|
76102
76250
|
发布时间:2024-08-07 01:45:31
|
|
@@ -79549,6 +79697,21 @@
|
|
|
79549
79697
|
|
|
79550
79698
|
## 物联网开发平台(iotexplorer) 版本:2019-04-23
|
|
79551
79699
|
|
|
79700
|
+
### 第 77 次发布
|
|
79701
|
+
|
|
79702
|
+
发布时间:2024-08-16 01:48:38
|
|
79703
|
+
|
|
79704
|
+
本次发布包含了以下内容:
|
|
79705
|
+
|
|
79706
|
+
改善已有的文档。
|
|
79707
|
+
|
|
79708
|
+
修改数据结构:
|
|
79709
|
+
|
|
79710
|
+
* [CloudStorageAIServiceTask](https://cloud.tencent.com/document/api/1081/34988#CloudStorageAIServiceTask)
|
|
79711
|
+
|
|
79712
|
+
* 新增成员:CustomId
|
|
79713
|
+
|
|
79714
|
+
|
|
79552
79715
|
### 第 76 次发布
|
|
79553
79716
|
|
|
79554
79717
|
发布时间:2024-08-08 01:47:56
|
|
@@ -83194,6 +83357,36 @@
|
|
|
83194
83357
|
|
|
83195
83358
|
## 智能视图计算平台(iss) 版本:2023-05-17
|
|
83196
83359
|
|
|
83360
|
+
### 第 17 次发布
|
|
83361
|
+
|
|
83362
|
+
发布时间:2024-08-14 19:42:55
|
|
83363
|
+
|
|
83364
|
+
本次发布包含了以下内容:
|
|
83365
|
+
|
|
83366
|
+
改善已有的文档。
|
|
83367
|
+
|
|
83368
|
+
修改接口:
|
|
83369
|
+
|
|
83370
|
+
* [AddUserDevice](https://cloud.tencent.com/document/api/1344/95876)
|
|
83371
|
+
|
|
83372
|
+
* 新增入参:AppName, StreamName
|
|
83373
|
+
|
|
83374
|
+
* [DescribeCNAME](https://cloud.tencent.com/document/api/1344/95899)
|
|
83375
|
+
|
|
83376
|
+
* 新增入参:DomainType
|
|
83377
|
+
|
|
83378
|
+
|
|
83379
|
+
修改数据结构:
|
|
83380
|
+
|
|
83381
|
+
* [DescribeDeviceData](https://cloud.tencent.com/document/api/1344/95952#DescribeDeviceData)
|
|
83382
|
+
|
|
83383
|
+
* 新增成员:AppName, StreamName
|
|
83384
|
+
|
|
83385
|
+
* [DescribeDomainData](https://cloud.tencent.com/document/api/1344/95952#DescribeDomainData)
|
|
83386
|
+
|
|
83387
|
+
* 新增成员:DomainType
|
|
83388
|
+
|
|
83389
|
+
|
|
83197
83390
|
### 第 16 次发布
|
|
83198
83391
|
|
|
83199
83392
|
发布时间:2024-06-28 15:23:39
|
|
@@ -86017,6 +86210,21 @@
|
|
|
86017
86210
|
|
|
86018
86211
|
## 轻量应用服务器(lighthouse) 版本:2020-03-24
|
|
86019
86212
|
|
|
86213
|
+
### 第 62 次发布
|
|
86214
|
+
|
|
86215
|
+
发布时间:2024-08-16 01:55:21
|
|
86216
|
+
|
|
86217
|
+
本次发布包含了以下内容:
|
|
86218
|
+
|
|
86219
|
+
改善已有的文档。
|
|
86220
|
+
|
|
86221
|
+
修改接口:
|
|
86222
|
+
|
|
86223
|
+
* [DescribeInstances](https://cloud.tencent.com/document/api/1207/47573)
|
|
86224
|
+
|
|
86225
|
+
* 新增入参:OrderField, Order
|
|
86226
|
+
|
|
86227
|
+
|
|
86020
86228
|
### 第 61 次发布
|
|
86021
86229
|
|
|
86022
86230
|
发布时间:2024-06-18 01:53:48
|
|
@@ -91965,6 +92173,18 @@
|
|
|
91965
92173
|
|
|
91966
92174
|
## 多网聚合加速(mna) 版本:2021-01-19
|
|
91967
92175
|
|
|
92176
|
+
### 第 22 次发布
|
|
92177
|
+
|
|
92178
|
+
发布时间:2024-08-15 02:00:04
|
|
92179
|
+
|
|
92180
|
+
本次发布包含了以下内容:
|
|
92181
|
+
|
|
92182
|
+
改善已有的文档。
|
|
92183
|
+
|
|
92184
|
+
新增接口:
|
|
92185
|
+
|
|
92186
|
+
* [OrderPerLicense](https://cloud.tencent.com/document/api/1385/109988)
|
|
92187
|
+
|
|
91968
92188
|
### 第 21 次发布
|
|
91969
92189
|
|
|
91970
92190
|
发布时间:2024-07-22 01:55:24
|
|
@@ -95764,6 +95984,29 @@
|
|
|
95764
95984
|
|
|
95765
95985
|
## 媒体处理(mps) 版本:2019-06-12
|
|
95766
95986
|
|
|
95987
|
+
### 第 92 次发布
|
|
95988
|
+
|
|
95989
|
+
发布时间:2024-08-16 02:02:11
|
|
95990
|
+
|
|
95991
|
+
本次发布包含了以下内容:
|
|
95992
|
+
|
|
95993
|
+
改善已有的文档。
|
|
95994
|
+
|
|
95995
|
+
修改数据结构:
|
|
95996
|
+
|
|
95997
|
+
* [MediaVideoStreamItem](https://cloud.tencent.com/document/api/862/37615#MediaVideoStreamItem)
|
|
95998
|
+
|
|
95999
|
+
* 新增成员:FpsNumerator, FpsDenominator
|
|
96000
|
+
|
|
96001
|
+
* [VideoTemplateInfo](https://cloud.tencent.com/document/api/862/37615#VideoTemplateInfo)
|
|
96002
|
+
|
|
96003
|
+
* 新增成员:FpsDenominator
|
|
96004
|
+
|
|
96005
|
+
* [VideoTemplateInfoForUpdate](https://cloud.tencent.com/document/api/862/37615#VideoTemplateInfoForUpdate)
|
|
96006
|
+
|
|
96007
|
+
* 新增成员:FpsDenominator
|
|
96008
|
+
|
|
96009
|
+
|
|
95767
96010
|
### 第 91 次发布
|
|
95768
96011
|
|
|
95769
96012
|
发布时间:2024-08-02 01:54:19
|
|
@@ -101842,6 +102085,23 @@
|
|
|
101842
102085
|
|
|
101843
102086
|
## 文字识别(ocr) 版本:2018-11-19
|
|
101844
102087
|
|
|
102088
|
+
### 第 146 次发布
|
|
102089
|
+
|
|
102090
|
+
发布时间:2024-08-16 02:05:12
|
|
102091
|
+
|
|
102092
|
+
本次发布包含了以下内容:
|
|
102093
|
+
|
|
102094
|
+
改善已有的文档。
|
|
102095
|
+
|
|
102096
|
+
新增接口:
|
|
102097
|
+
|
|
102098
|
+
* [[ClassifyStoreName](https://cloud.tencent.com/document/api/866/110001)](https://cloud.tencent.com/document/api/#/#)
|
|
102099
|
+
* [[RecognizeStoreName](https://cloud.tencent.com/document/api/866/110000)](https://cloud.tencent.com/document/api/#/#)
|
|
102100
|
+
|
|
102101
|
+
新增数据结构:
|
|
102102
|
+
|
|
102103
|
+
* [[StoreInfo](https://cloud.tencent.com/document/api/866/33527#StoreInfo)](https://cloud.tencent.com/document/api/866/33527#[StoreInfo](https://cloud.tencent.com/document/api/866/33527#StoreInfo))
|
|
102104
|
+
|
|
101845
102105
|
### 第 145 次发布
|
|
101846
102106
|
|
|
101847
102107
|
发布时间:2024-08-07 02:04:23
|
|
@@ -105044,77 +105304,77 @@
|
|
|
105044
105304
|
|
|
105045
105305
|
新增接口:
|
|
105046
105306
|
|
|
105047
|
-
* [
|
|
105048
|
-
* [
|
|
105049
|
-
* [
|
|
105050
|
-
* [
|
|
105051
|
-
* [
|
|
105052
|
-
* [
|
|
105053
|
-
* [
|
|
105054
|
-
* [
|
|
105055
|
-
* [
|
|
105056
|
-
* [
|
|
105057
|
-
* [
|
|
105058
|
-
* [
|
|
105059
|
-
* [
|
|
105060
|
-
* [
|
|
105061
|
-
* [
|
|
105062
|
-
* [
|
|
105063
|
-
* [
|
|
105064
|
-
* [
|
|
105065
|
-
* [
|
|
105066
|
-
* [
|
|
105067
|
-
* [
|
|
105068
|
-
* [
|
|
105069
|
-
* [
|
|
105070
|
-
* [
|
|
105071
|
-
* [
|
|
105072
|
-
* [
|
|
105073
|
-
* [
|
|
105074
|
-
* [
|
|
105075
|
-
* [
|
|
105076
|
-
* [
|
|
105077
|
-
* [
|
|
105078
|
-
* [
|
|
105079
|
-
* [
|
|
105080
|
-
* [
|
|
105081
|
-
* [
|
|
105082
|
-
* [
|
|
105083
|
-
* [
|
|
105084
|
-
* [
|
|
105085
|
-
* [
|
|
105086
|
-
* [
|
|
105087
|
-
* [
|
|
105088
|
-
* [
|
|
105089
|
-
* [
|
|
105090
|
-
* [
|
|
105091
|
-
* [
|
|
105092
|
-
* [
|
|
105093
|
-
* [
|
|
105094
|
-
* [
|
|
105095
|
-
|
|
105096
|
-
新增数据结构:
|
|
105097
|
-
|
|
105098
|
-
* [
|
|
105099
|
-
* [
|
|
105100
|
-
* [
|
|
105101
|
-
* [
|
|
105102
|
-
* [
|
|
105103
|
-
* [
|
|
105104
|
-
* [
|
|
105105
|
-
* [
|
|
105106
|
-
* [
|
|
105107
|
-
* [
|
|
105108
|
-
* [
|
|
105109
|
-
* [
|
|
105110
|
-
* [
|
|
105111
|
-
* [
|
|
105112
|
-
* [
|
|
105113
|
-
* [
|
|
105114
|
-
* [
|
|
105115
|
-
* [
|
|
105116
|
-
* [
|
|
105117
|
-
* [
|
|
105307
|
+
* [AddExternalSAMLIdPCertificate](https://cloud.tencent.com/document/api/850/109966)
|
|
105308
|
+
* [AddPermissionPolicyToRoleConfiguration](https://cloud.tencent.com/document/api/850/109938)
|
|
105309
|
+
* [AddUserToGroup](https://cloud.tencent.com/document/api/850/109921)
|
|
105310
|
+
* [ClearExternalSAMLIdentityProvider](https://cloud.tencent.com/document/api/850/109965)
|
|
105311
|
+
* [CreateGroup](https://cloud.tencent.com/document/api/850/109920)
|
|
105312
|
+
* [CreateRoleAssignment](https://cloud.tencent.com/document/api/850/109958)
|
|
105313
|
+
* [CreateRoleConfiguration](https://cloud.tencent.com/document/api/850/109937)
|
|
105314
|
+
* [CreateUser](https://cloud.tencent.com/document/api/850/109928)
|
|
105315
|
+
* [CreateUserSyncProvisioning](https://cloud.tencent.com/document/api/850/109950)
|
|
105316
|
+
* [DeleteGroup](https://cloud.tencent.com/document/api/850/109919)
|
|
105317
|
+
* [DeleteRoleAssignment](https://cloud.tencent.com/document/api/850/109957)
|
|
105318
|
+
* [DeleteRoleConfiguration](https://cloud.tencent.com/document/api/850/109936)
|
|
105319
|
+
* [DeleteUser](https://cloud.tencent.com/document/api/850/109927)
|
|
105320
|
+
* [DeleteUserSyncProvisioning](https://cloud.tencent.com/document/api/850/109949)
|
|
105321
|
+
* [DescribeIdentityCenter](https://cloud.tencent.com/document/api/850/109943)
|
|
105322
|
+
* [DismantleRoleConfiguration](https://cloud.tencent.com/document/api/850/109956)
|
|
105323
|
+
* [GetExternalSAMLIdentityProvider](https://cloud.tencent.com/document/api/850/109964)
|
|
105324
|
+
* [GetGroup](https://cloud.tencent.com/document/api/850/109918)
|
|
105325
|
+
* [GetProvisioningTaskStatus](https://cloud.tencent.com/document/api/850/109948)
|
|
105326
|
+
* [GetRoleConfiguration](https://cloud.tencent.com/document/api/850/109935)
|
|
105327
|
+
* [GetTaskStatus](https://cloud.tencent.com/document/api/850/109955)
|
|
105328
|
+
* [GetUser](https://cloud.tencent.com/document/api/850/109926)
|
|
105329
|
+
* [GetUserSyncProvisioning](https://cloud.tencent.com/document/api/850/109947)
|
|
105330
|
+
* [GetZoneSAMLServiceProviderInfo](https://cloud.tencent.com/document/api/850/109963)
|
|
105331
|
+
* [GetZoneStatistics](https://cloud.tencent.com/document/api/850/109942)
|
|
105332
|
+
* [ListExternalSAMLIdPCertificates](https://cloud.tencent.com/document/api/850/109962)
|
|
105333
|
+
* [ListGroupMembers](https://cloud.tencent.com/document/api/850/109917)
|
|
105334
|
+
* [ListGroups](https://cloud.tencent.com/document/api/850/109916)
|
|
105335
|
+
* [ListJoinedGroupsForUser](https://cloud.tencent.com/document/api/850/109915)
|
|
105336
|
+
* [ListPermissionPoliciesInRoleConfiguration](https://cloud.tencent.com/document/api/850/109934)
|
|
105337
|
+
* [ListRoleAssignments](https://cloud.tencent.com/document/api/850/109954)
|
|
105338
|
+
* [ListRoleConfigurationProvisionings](https://cloud.tencent.com/document/api/850/109933)
|
|
105339
|
+
* [ListRoleConfigurations](https://cloud.tencent.com/document/api/850/109932)
|
|
105340
|
+
* [ListTasks](https://cloud.tencent.com/document/api/850/109953)
|
|
105341
|
+
* [ListUserSyncProvisionings](https://cloud.tencent.com/document/api/850/109946)
|
|
105342
|
+
* [ListUsers](https://cloud.tencent.com/document/api/850/109925)
|
|
105343
|
+
* [OpenIdentityCenter](https://cloud.tencent.com/document/api/850/109941)
|
|
105344
|
+
* [ProvisionRoleConfiguration](https://cloud.tencent.com/document/api/850/109952)
|
|
105345
|
+
* [RemoveExternalSAMLIdPCertificate](https://cloud.tencent.com/document/api/850/109961)
|
|
105346
|
+
* [RemovePermissionPolicyFromRoleConfiguration](https://cloud.tencent.com/document/api/850/109931)
|
|
105347
|
+
* [RemoveUserFromGroup](https://cloud.tencent.com/document/api/850/109914)
|
|
105348
|
+
* [SetExternalSAMLIdentityProvider](https://cloud.tencent.com/document/api/850/109960)
|
|
105349
|
+
* [UpdateGroup](https://cloud.tencent.com/document/api/850/109913)
|
|
105350
|
+
* [UpdateRoleConfiguration](https://cloud.tencent.com/document/api/850/109930)
|
|
105351
|
+
* [UpdateUser](https://cloud.tencent.com/document/api/850/109924)
|
|
105352
|
+
* [UpdateUserStatus](https://cloud.tencent.com/document/api/850/109923)
|
|
105353
|
+
* [UpdateUserSyncProvisioning](https://cloud.tencent.com/document/api/850/109945)
|
|
105354
|
+
* [UpdateZone](https://cloud.tencent.com/document/api/850/109940)
|
|
105355
|
+
|
|
105356
|
+
新增数据结构:
|
|
105357
|
+
|
|
105358
|
+
* [GroupInfo](https://cloud.tencent.com/document/api/850/67060#GroupInfo)
|
|
105359
|
+
* [GroupMembers](https://cloud.tencent.com/document/api/850/67060#GroupMembers)
|
|
105360
|
+
* [JoinedGroups](https://cloud.tencent.com/document/api/850/67060#JoinedGroups)
|
|
105361
|
+
* [PolicyDetail](https://cloud.tencent.com/document/api/850/67060#PolicyDetail)
|
|
105362
|
+
* [RoleAssignmentInfo](https://cloud.tencent.com/document/api/850/67060#RoleAssignmentInfo)
|
|
105363
|
+
* [RoleAssignments](https://cloud.tencent.com/document/api/850/67060#RoleAssignments)
|
|
105364
|
+
* [RoleConfiguration](https://cloud.tencent.com/document/api/850/67060#RoleConfiguration)
|
|
105365
|
+
* [RoleConfigurationProvisionings](https://cloud.tencent.com/document/api/850/67060#RoleConfigurationProvisionings)
|
|
105366
|
+
* [RolePolicie](https://cloud.tencent.com/document/api/850/67060#RolePolicie)
|
|
105367
|
+
* [RoleProvisioningsTask](https://cloud.tencent.com/document/api/850/67060#RoleProvisioningsTask)
|
|
105368
|
+
* [SAMLIdPCertificate](https://cloud.tencent.com/document/api/850/67060#SAMLIdPCertificate)
|
|
105369
|
+
* [SAMLIdentityProviderConfiguration](https://cloud.tencent.com/document/api/850/67060#SAMLIdentityProviderConfiguration)
|
|
105370
|
+
* [SAMLServiceProvider](https://cloud.tencent.com/document/api/850/67060#SAMLServiceProvider)
|
|
105371
|
+
* [TaskInfo](https://cloud.tencent.com/document/api/850/67060#TaskInfo)
|
|
105372
|
+
* [TaskStatus](https://cloud.tencent.com/document/api/850/67060#TaskStatus)
|
|
105373
|
+
* [UserInfo](https://cloud.tencent.com/document/api/850/67060#UserInfo)
|
|
105374
|
+
* [UserProvisioning](https://cloud.tencent.com/document/api/850/67060#UserProvisioning)
|
|
105375
|
+
* [UserProvisioningsTask](https://cloud.tencent.com/document/api/850/67060#UserProvisioningsTask)
|
|
105376
|
+
* [UserSyncProvisioning](https://cloud.tencent.com/document/api/850/67060#UserSyncProvisioning)
|
|
105377
|
+
* [ZoneStatistics](https://cloud.tencent.com/document/api/850/67060#ZoneStatistics)
|
|
105118
105378
|
|
|
105119
105379
|
### 第 35 次发布
|
|
105120
105380
|
|
|
@@ -117543,11 +117803,11 @@
|
|
|
117543
117803
|
|
|
117544
117804
|
新增接口:
|
|
117545
117805
|
|
|
117546
|
-
* [
|
|
117806
|
+
* [DescribeScenes](https://cloud.tencent.com/document/api/1340/109968)
|
|
117547
117807
|
|
|
117548
117808
|
新增数据结构:
|
|
117549
117809
|
|
|
117550
|
-
* [
|
|
117810
|
+
* [Scene](https://cloud.tencent.com/document/api/1340/52687#Scene)
|
|
117551
117811
|
|
|
117552
117812
|
### 第 22 次发布
|
|
117553
117813
|
|
|
@@ -126136,6 +126396,25 @@
|
|
|
126136
126396
|
|
|
126137
126397
|
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
126138
126398
|
|
|
126399
|
+
### 第 120 次发布
|
|
126400
|
+
|
|
126401
|
+
发布时间:2024-08-16 02:22:44
|
|
126402
|
+
|
|
126403
|
+
本次发布包含了以下内容:
|
|
126404
|
+
|
|
126405
|
+
改善已有的文档。
|
|
126406
|
+
|
|
126407
|
+
修改接口:
|
|
126408
|
+
|
|
126409
|
+
* [DescribeRocketMQPublicAccessPoint](https://cloud.tencent.com/document/api/1179/98678)
|
|
126410
|
+
|
|
126411
|
+
* 新增出参:BillingFlow
|
|
126412
|
+
|
|
126413
|
+
* [SetRocketMQPublicAccessPoint](https://cloud.tencent.com/document/api/1179/98677)
|
|
126414
|
+
|
|
126415
|
+
* 新增入参:BillingFlow
|
|
126416
|
+
|
|
126417
|
+
|
|
126139
126418
|
### 第 119 次发布
|
|
126140
126419
|
|
|
126141
126420
|
发布时间:2024-07-17 01:25:48
|
|
@@ -143373,6 +143652,21 @@
|
|
|
143373
143652
|
|
|
143374
143653
|
## 实时音视频(trtc) 版本:2019-07-22
|
|
143375
143654
|
|
|
143655
|
+
### 第 87 次发布
|
|
143656
|
+
|
|
143657
|
+
发布时间:2024-08-15 02:31:34
|
|
143658
|
+
|
|
143659
|
+
本次发布包含了以下内容:
|
|
143660
|
+
|
|
143661
|
+
改善已有的文档。
|
|
143662
|
+
|
|
143663
|
+
修改数据结构:
|
|
143664
|
+
|
|
143665
|
+
* [AgentConfig](https://cloud.tencent.com/document/api/647/44055#AgentConfig)
|
|
143666
|
+
|
|
143667
|
+
* 新增成员:InterruptMode, InterruptSpeechDuration
|
|
143668
|
+
|
|
143669
|
+
|
|
143376
143670
|
### 第 86 次发布
|
|
143377
143671
|
|
|
143378
143672
|
发布时间:2024-08-12 02:26:47
|
|
@@ -155273,6 +155567,29 @@
|
|
|
155273
155567
|
|
|
155274
155568
|
## 私有网络(vpc) 版本:2017-03-12
|
|
155275
155569
|
|
|
155570
|
+
### 第 201 次发布
|
|
155571
|
+
|
|
155572
|
+
发布时间:2024-08-16 02:37:46
|
|
155573
|
+
|
|
155574
|
+
本次发布包含了以下内容:
|
|
155575
|
+
|
|
155576
|
+
改善已有的文档。
|
|
155577
|
+
|
|
155578
|
+
修改数据结构:
|
|
155579
|
+
|
|
155580
|
+
* [CCN](https://cloud.tencent.com/document/api/215/15824#CCN)
|
|
155581
|
+
|
|
155582
|
+
* 新增成员:MrtbAggregatePolicyFlag, MrtbPolicyValueFlag
|
|
155583
|
+
|
|
155584
|
+
* [CcnRouteTableBroadcastPolicy](https://cloud.tencent.com/document/api/215/15824#CcnRouteTableBroadcastPolicy)
|
|
155585
|
+
|
|
155586
|
+
* 新增成员:OperateAsPath, AsPathOperateMode, OperateCommunitySet, CommunityOperateMode
|
|
155587
|
+
|
|
155588
|
+
* [CcnRouteTableInputPolicy](https://cloud.tencent.com/document/api/215/15824#CcnRouteTableInputPolicy)
|
|
155589
|
+
|
|
155590
|
+
* 新增成员:OperateAsPath, AsPathOperateMode
|
|
155591
|
+
|
|
155592
|
+
|
|
155276
155593
|
### 第 200 次发布
|
|
155277
155594
|
|
|
155278
155595
|
发布时间:2024-08-13 02:46:47
|